From 7eb2c0bc068a15d813311ff3c4c227322be477c4 Mon Sep 17 00:00:00 2001 From: Xisen Wang <118058822+Xisen-Wang@users.noreply.github.com> Date: Mon, 1 Apr 2024 05:03:06 +0100 Subject: [PATCH] Update README.md Updated the script for inference command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5411352..75bad62e 100644 --- a/README.md +++ b/README.md @@ -308,8 +308,8 @@ Moreover, we support **MotionLoRA** for eight basic camera movements. Here we provide several demo inference scripts. The corresponding AnimateDiff modules and community models need to be downloaded in advance. See [ANIMATEDIFF](__assets__/docs/animatediff.md) for detailed setup. ``` -python -m scripts.animate --config configs/prompts/1-ToonYou.yaml -python -m scripts.animate --config configs/prompts/3-RcnzCartoon.yaml +python -m scripts.animate --config configs/prompts/v1/v1-1-ToonYou.yaml +python -m scripts.animate --config configs/prompts/v3/v3-3-RcnzCartoon.yaml ```