Upload 18 files
Browse files- .gitattributes +2 -0
- Icon.png +0 -0
- README.md +22 -0
- Sample.png +0 -0
- Sample2.png +0 -0
- Sample3.png +0 -0
- Sample4.png +0 -0
- controlnet/model.onnx +3 -0
- controlnet/model.onnx.data +3 -0
- flow_estimation/model.onnx +3 -0
- resample/model.onnx +3 -0
- text_encoder/model.onnx +3 -0
- tokenizer/merges.txt +0 -0
- tokenizer/special_tokens_map.json +24 -0
- tokenizer/vocab.json +0 -0
- unet/model.onnx +3 -0
- unet/model.onnx.data +3 -0
- vae_decoder/model.onnx +3 -0
- vae_encoder/model.onnx +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
controlnet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
37 |
+
unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
Icon.png
ADDED
![]() |
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Locomotion v1 LCM
|
2 |
+
|
3 |
+
Important!! - Install in Amuse using the **Locomotion LCM** template.
|
4 |
+
|
5 |
+
### Supports:
|
6 |
+
* TextToVideo
|
7 |
+
* ImageToVideo
|
8 |
+
* VideoToVideo
|
9 |
+
________
|
10 |
+
## Settings & Controls
|
11 |
+
|
12 |
+
| Name | Default | Description |
|
13 |
+
|-------------|-----------|-------------|
|
14 |
+
| **Resolution** | `512×512` | Sets the output video size from a fixed list of supported resolutions. Higher resolutions take longer to process. |
|
15 |
+
| **Input FPS** | `24 FPS` | For **Text-to-Video** and **Image-to-Video**, this sets how many frames per second are created. Higher FPS results in smoother motion but requires more processing. |
|
16 |
+
| **Output FPS** | `24 FPS` | Sets the final playback framerate. A higher FPS speeds up the motion, while a lower FPS slows it down. |
|
17 |
+
| **Key Frames** | `16` | Locomotion processes **16 key frames per batch**. To create longer videos, multiple batches are blended together during each iteration of the StableDiffusion process. <br/>The total must be a multiple of 16 (e.g., `32, 48, 64`). More key frames result in longer animations but require more steps and blending for consistency. |
|
18 |
+
| **Noise Repeat** | `16` | Repeating the same noise pattern helps maintain consistency across extended animations. The value must be divisible by **Key Frames**. |
|
19 |
+
| **Strides** | `0` | Adjusts how frames are strided in long videos. Higher values refine frame transitions and improve motion consistency. |
|
20 |
+
| **Overlap** | `3 frames` | Defines how many frames overlap during blending. Overlapping improves motion consistency by smoothing transitions. |
|
21 |
+
| **HQ** | `Off` | Enables experimental video resampling, boosting output resolution by **2×**, but increases processing time. |
|
22 |
+
|
Sample.png
ADDED
![]() |
Sample2.png
ADDED
![]() |
Sample3.png
ADDED
![]() |
Sample4.png
ADDED
![]() |
controlnet/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9650f7fbf613195b5e9aa4c5df04bc286fee6e3269a0e0ce66c2ddcbcfca210b
|
3 |
+
size 2314036
|
controlnet/model.onnx.data
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d506db1d9e40931305272f37089d58574e346bae4b8c9d94d4652d848ddede3
|
3 |
+
size 2625496320
|
flow_estimation/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76e4cef9ab42fa7dd4e8f6e4aba47462051e3faa969e4bca6479784fbab0ac6f
|
3 |
+
size 21458882
|
resample/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09b757accd747d7e423c1d352b3e8f23e77cc5742d04bae958d4eb8082b76fa4
|
3 |
+
size 4871181
|
text_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:111dc5c3c7496047db7e652d82773bed496c2fb08eb94455fcef5df329cfd3da
|
3 |
+
size 246481009
|
tokenizer/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|startoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|endoftext|>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
unet/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feb240f03ebb74c86288411df40cdfbd7117085d736043af8c238818fda82107
|
3 |
+
size 2311057
|
unet/model.onnx.data
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d506db1d9e40931305272f37089d58574e346bae4b8c9d94d4652d848ddede3
|
3 |
+
size 2625496320
|
vae_decoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e48df8b4a5c88ee8724d92886436c639d98569e39f47b3e91598817bf81667f
|
3 |
+
size 99039207
|
vae_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0320a98f1994023c665391f1503bac570292557fcce26165302b8a2ec470ffc9
|
3 |
+
size 68391734
|