Browse Source

correct shot name

Yuwei Guo 2 years ago
parent
commit
895f3220c0
2 changed files with 6 additions and 6 deletions
  1. 2 2
      README.md
  2. 4 4
      configs/prompts/v2/5-RealisticVision-MotionLoRA.yaml

+ 2 - 2
README.md

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

+ 4 - 4
configs/prompts/v2/5-RealisticVision-MotionLoRA.yaml

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