Unnamed User commited on
Commit
85ce10c
·
1 Parent(s): f8223f5

version 0.95

Browse files
README.md CHANGED
@@ -10,12 +10,13 @@ language:
10
  - [Basic camera motion LoRAs for Animatediff v2 motion models - version 1](#basic-camera-motion-loras-for-animatediff-v2-motion-models---version-1)
11
  - [Model Description](#model-description)
12
  - [File summary](#file-summary)
 
13
  - [General recommendation](#general-recommendation)
14
  - [Details and examples](#details-and-examples)
15
- - [Walking front view](#walking-front-view)
16
- - [Walking back view](#walking-back-view)
17
- - [Walking right view](#walking-right-view)
18
- - [Walking left view](#walking-left-view)
19
 
20
  # Basic camera motion LoRAs for Animatediff v2 motion models - version 1
21
 
@@ -34,6 +35,8 @@ This repository contains a collection of basic camera motion LoRAs finetuned on
34
  | 1600_cseti_9406077_camera-crane_down-10vid_mv2.safetensors | v2 | (3:2) | 16 | 10 |
35
  | 1600_cseti_1720230_camera-crane_up-10vid_mv2.safetensors | v2 | (3:2) | 16 | 10 |
36
 
 
 
37
 
38
  ## General recommendation
39
  - These are finetuned on a v2 model. They work also with AnimateLCM but don't work with v3 models
@@ -41,23 +44,32 @@ This repository contains a collection of basic camera motion LoRAs finetuned on
41
  - Animatediff v3 adapter LoRA is recommended regardless they are v2 models
42
  - If you want more motion try increasing the scale multival
43
  - I recommend using the above Base AR (Aspect ratio) for inference however they might work with other ARs too
44
- - Try playing with the lora strength and scale multival like increasing the scale multival and lowering the lora strength.
 
 
 
 
 
45
  - I recommend using IP-Adapter, however it reduces the effect of the mLORAs, so play with the strength. "Ease in out" weight type is a good starting point.
46
 
47
  ## Details and examples
48
 
49
- ### Walking front view
 
50
 
51
- <video controls src="https://huggingface.co/Cseti/Walking_motion_LoRA_set_for_Animatediff_v2/resolve/main/LoRA-Comparison-upscaleAll-_00054.mp4" title="front view"></video>
52
 
53
- ### Walking back view
 
54
 
55
- <video controls src="https://huggingface.co/Cseti/Walking_motion_LoRA_set_for_Animatediff_v2/resolve/main/LoRA-Comparison-upscaleAll-_00063.mp4" title="back view"></video>
56
 
57
- ### Walking right view
 
58
 
59
- <video controls src="https://huggingface.co/Cseti/Walking_motion_LoRA_set_for_Animatediff_v2/resolve/main/LoRA-Comparison-upscaleAll-_00052.mp4" title="right view"></video>
60
 
61
- ### Walking left view
 
62
 
63
- <video controls src="https://huggingface.co/Cseti/Walking_motion_LoRA_set_for_Animatediff_v2/resolve/main/LoRA-Comparison-upscaleAll-_00048.mp4" title="left view"></video>
 
10
  - [Basic camera motion LoRAs for Animatediff v2 motion models - version 1](#basic-camera-motion-loras-for-animatediff-v2-motion-models---version-1)
11
  - [Model Description](#model-description)
12
  - [File summary](#file-summary)
13
+ - [How to use](#how-to-use)
14
  - [General recommendation](#general-recommendation)
15
  - [Details and examples](#details-and-examples)
16
+ - [Zooming in](#zooming-in)
17
+ - [Zooming out](#zooming-out)
18
+ - [Lateral (horizontal) left](#lateral-horizontal-left)
19
+ - [Lateral (horizontal) rigth](#lateral-horizontal-rigth)
20
 
21
  # Basic camera motion LoRAs for Animatediff v2 motion models - version 1
22
 
 
35
  | 1600_cseti_9406077_camera-crane_down-10vid_mv2.safetensors | v2 | (3:2) | 16 | 10 |
36
  | 1600_cseti_1720230_camera-crane_up-10vid_mv2.safetensors | v2 | (3:2) | 16 | 10 |
37
 
38
+ ## How to use
39
+
40
 
41
  ## General recommendation
42
  - These are finetuned on a v2 model. They work also with AnimateLCM but don't work with v3 models
 
44
  - Animatediff v3 adapter LoRA is recommended regardless they are v2 models
45
  - If you want more motion try increasing the scale multival
46
  - I recommend using the above Base AR (Aspect ratio) for inference however they might work with other ARs too
47
+ - Try playing with the strength of
48
+ - motion LoRA
49
+ - scale multival
50
+ - v3_adapter lora
51
+
52
+ like increasing the scale multival and lowering the lora strength.
53
  - I recommend using IP-Adapter, however it reduces the effect of the mLORAs, so play with the strength. "Ease in out" weight type is a good starting point.
54
 
55
  ## Details and examples
56
 
57
+ ### Zooming in
58
+ - recommended strength: 0.8-1.0
59
 
60
+ <video controls src="asset\LoRA-comparison-zoomin16.mp4" title="back view"></video>
61
 
62
+ ### Zooming out
63
+ - recommended strength: 0.8-1.0
64
 
65
+ <video controls src="asset\LoRA-comparison-zoomout16.mp4" title="zoom out"></video>
66
 
67
+ ### Lateral (horizontal) left
68
+ - recommended strength: 0.8-1.0
69
 
70
+ <video controls src="asset\LoRA-comparison-lateral_left.mp4" title="right view"></video>
71
 
72
+ ### Lateral (horizontal) rigth
73
+ - recommended strength: 0.8-1.0
74
 
75
+ <video controls src="asset\LoRA-comparison-lateral_right.mp4" title="right view"></video>
asset/LoRA-comparison-lateral_left.mp4 ADDED
Binary file (670 kB). View file
 
asset/LoRA-comparison-lateral_right.mp4 ADDED
Binary file (622 kB). View file
 
asset/LoRA-comparison-zoomin16.mp4 ADDED
Binary file (608 kB). View file
 
asset/LoRA-comparison-zoomout16.mp4 ADDED
Binary file (725 kB). View file