fix error

This commit is contained in:
Yuwei Guo
2023-09-25 19:41:24 +08:00
parent 069dd9432f
commit f82a8367ec

View File

@@ -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