We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b820b commit 0ac4faaCopy full SHA for 0ac4faa
.gitignore
@@ -4,26 +4,26 @@
4
.python-version
5
.venv
6
.vscode
7
+.wandb
8
TODO.txt
9
tmp
-*.mp4
10
-*.jpg
11
-*.png
+*.ckpt
12
*.gif
13
-*.webp
14
*.heic
15
*.heif
+*.jpg
+*.json
16
+*.mov
17
+*.mp4
18
+*.png
19
*.pt
20
*.safetensors
-*.ckpt
21
22
*.safetensors.index.json
23
*.safetensors.index.json.lock
-*.json
24
+*.webp
25
configs/*.yaml
-
26
!configs/ltxv_2b_full.yaml
27
!configs/ltxv_2b_lora.yaml
28
!configs/ltxv_2b_lora_low_vram.yaml
29
outputs
-*.mov
0 commit comments