Upload folder using huggingface_hub
Browse files- .gitattributes +4 -0
- checkpoints/lora_weights_step_01000.safetensors +3 -0
- samples/step_001000_1.mp4 +3 -0
- samples/step_001000_2.mp4 +3 -0
- samples/step_001000_3.mp4 +3 -0
- samples/step_001000_4.mp4 +3 -0
- training_config.yaml +1 -1
.gitattributes
CHANGED
|
@@ -247,3 +247,7 @@ samples/step_000750_1.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
| 247 |
samples/step_000750_2.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 248 |
samples/step_000750_3.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 249 |
samples/step_000750_4.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 247 |
samples/step_000750_2.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 248 |
samples/step_000750_3.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 249 |
samples/step_000750_4.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 250 |
+
samples/step_001000_1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 251 |
+
samples/step_001000_2.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 252 |
+
samples/step_001000_3.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 253 |
+
samples/step_001000_4.mp4 filter=lfs diff=lfs merge=lfs -text
|
checkpoints/lora_weights_step_01000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c3cbd7dcae5fca3d28377f7d6a4bdd6d44c6439f98ea4af586e10f4bc3d274e
|
| 3 |
+
size 1308756368
|
samples/step_001000_1.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7c3de914eccc998ff7c53af6c65c2781cab52a576e18b492279df97412c6598
|
| 3 |
+
size 552563
|
samples/step_001000_2.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32b532952416afb7841fc5bddd385d1860822ddce6c93661261542ff38b8ba8a
|
| 3 |
+
size 463611
|
samples/step_001000_3.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1f49a57566186f07fd26adfc52710e43827bd2f74405779add8304d7a998416
|
| 3 |
+
size 518922
|
samples/step_001000_4.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b4fdf53e26a6d034cacf145e9ead66f2d847d5636fe43d48b74d4962dd7c2b2
|
| 3 |
+
size 452825
|
training_config.yaml
CHANGED
|
@@ -31,7 +31,7 @@ lora:
|
|
| 31 |
- ff.net.0.proj
|
| 32 |
- ff.net.2
|
| 33 |
model:
|
| 34 |
-
load_checkpoint:
|
| 35 |
model_path: /train/models/ltx-2-19b-dev.safetensors
|
| 36 |
text_encoder_path: /train/models/gemma
|
| 37 |
training_mode: lora
|
|
|
|
| 31 |
- ff.net.0.proj
|
| 32 |
- ff.net.2
|
| 33 |
model:
|
| 34 |
+
load_checkpoint: /train/LTX-2/packages/ltx-trainer/outputs/ltx2_v2v_ic_lora_head_swap_128/checkpoints
|
| 35 |
model_path: /train/models/ltx-2-19b-dev.safetensors
|
| 36 |
text_encoder_path: /train/models/gemma
|
| 37 |
training_mode: lora
|