mirror of
https://github.com/guoyww/AnimateDiff.git
synced 2026-04-03 01:36:20 +02:00
fix error
This commit is contained in:
11
README.md
11
README.md
@@ -204,13 +204,20 @@ python -m scripts.animate --config configs/prompts/8-GhibliBackground.yaml
|
|||||||
To generate animations with a new DreamBooth/LoRA model, you may create a new config `.yaml` file in the following format:
|
To generate animations with a new DreamBooth/LoRA model, you may create a new config `.yaml` file in the following format:
|
||||||
```
|
```
|
||||||
NewModel:
|
NewModel:
|
||||||
path: "[path to your DreamBooth/LoRA model .safetensors file]"
|
inference_config: "[path to motion module config file]"
|
||||||
base: "[path to LoRA base model .safetensors file, leave it empty string if not needed]"
|
|
||||||
|
|
||||||
motion_module:
|
motion_module:
|
||||||
- "models/Motion_Module/mm_sd_v14.ckpt"
|
- "models/Motion_Module/mm_sd_v14.ckpt"
|
||||||
- "models/Motion_Module/mm_sd_v15.ckpt"
|
- "models/Motion_Module/mm_sd_v15.ckpt"
|
||||||
|
|
||||||
|
motion_module_lora_configs:
|
||||||
|
- path: "[path to MotionLoRA model]"
|
||||||
|
alpha: 1.0
|
||||||
|
- ...
|
||||||
|
|
||||||
|
dreambooth_path: "[path to your DreamBooth model .safetensors file]"
|
||||||
|
lora_model_path: "[path to your LoRA model .safetensors file, leave it empty string if not needed]"
|
||||||
|
|
||||||
steps: 25
|
steps: 25
|
||||||
guidance_scale: 7.5
|
guidance_scale: 7.5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user