correct shot name

This commit is contained in:
Yuwei Guo
2023-09-30 00:23:01 +08:00
parent 6eb323a70e
commit 895f3220c0
2 changed files with 6 additions and 6 deletions

View File

@@ -103,8 +103,8 @@ Bo Dai
| v2_lora_ZoomOut.ckpt | 19 M | 74 MB |
| v2_lora_PanLeft.ckpt | 19 M | 74 MB |
| v2_lora_PanRight.ckpt | 19 M | 74 MB |
| v2_lora_PanUp.ckpt | 19 M | 74 MB |
| v2_lora_PanDown.ckpt | 19 M | 74 MB |
| v2_lora_TiltUp.ckpt | 19 M | 74 MB |
| v2_lora_TiltDown.ckpt | 19 M | 74 MB |
| v2_lora_RollingClockwise.ckpt | 19 M | 74 MB |
| v2_lora_RollingAnticlockwise.ckpt | 19 M | 74 MB |

View File

@@ -94,13 +94,13 @@ PanRight:
PanUp:
TiltUp:
inference_config: "configs/inference/inference-v2.yaml"
motion_module:
- "models/Motion_Module/mm_sd_v15_v2.ckpt"
motion_module_lora_configs:
- path: "models/MotionLoRA/v2_lora_PanUp.ckpt"
- path: "models/MotionLoRA/v2_lora_TiltUp.ckpt"
alpha: 1.0
dreambooth_path: "models/DreamBooth_LoRA/realisticVisionV20_v20.safetensors"
@@ -118,13 +118,13 @@ PanUp:
PanDown:
TiltDown:
inference_config: "configs/inference/inference-v2.yaml"
motion_module:
- "models/Motion_Module/mm_sd_v15_v2.ckpt"
motion_module_lora_configs:
- path: "models/MotionLoRA/v2_lora_PanDown.ckpt"
- path: "models/MotionLoRA/v2_lora_TiltDown.ckpt"
alpha: 1.0
dreambooth_path: "models/DreamBooth_LoRA/realisticVisionV20_v20.safetensors"