Upload folder using huggingface_hub
Browse files- .gitattributes +9 -0
- clip/gguf/umt5-xxl-encoder-Q5_K_M.gguf +3 -0
- clip/umt5_xxl_fp16.safetensors +3 -0
- clip/umt5_xxl_fp8_e4m3fn_scaled.safetensors +3 -0
- loras_14b/Wan2.2-Lightning_I2V-A14B-4steps-lora_HIGH_fp16.safetensors +3 -0
- loras_14b/Wan2.2-Lightning_I2V-A14B-4steps-lora_LOW_fp16.safetensors +3 -0
- loras_14b/Wan2.2-Lightning_T2V-v1.1-A14B-4steps-lora_HIGH_fp16.safetensors +3 -0
- loras_14b/Wan2.2-Lightning_T2V-v1.1-A14B-4steps-lora_LOW_fp16.safetensors +3 -0
- unet_14b/gguf/Wan2.2-I2V-A14B-HighNoise-Q3_K_M.gguf +3 -0
- unet_14b/gguf/Wan2.2-I2V-A14B-HighNoise-Q4_K_M.gguf +3 -0
- unet_14b/gguf/Wan2.2-I2V-A14B-LowNoise-Q3_K_M.gguf +3 -0
- unet_14b/gguf/Wan2.2-I2V-A14B-LowNoise-Q4_K_M.gguf +3 -0
- unet_14b/gguf/Wan2.2-T2V-A14B-HighNoise-Q3_K_M.gguf +3 -0
- unet_14b/gguf/Wan2.2-T2V-A14B-HighNoise-Q4_K_M.gguf +3 -0
- unet_14b/gguf/Wan2.2-T2V-A14B-LowNoise-Q3_K_M.gguf +3 -0
- unet_14b/gguf/Wan2.2-T2V-A14B-LowNoise-Q4_K_M.gguf +3 -0
- unet_14b/wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors +3 -0
- unet_14b/wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors +3 -0
- unet_14b/wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors +3 -0
- unet_14b/wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors +3 -0
- vae/wan_2.1_vae.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,12 @@ 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 |
+
clip/gguf/umt5-xxl-encoder-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
unet_14b/gguf/Wan2.2-I2V-A14B-HighNoise-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
unet_14b/gguf/Wan2.2-I2V-A14B-HighNoise-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
unet_14b/gguf/Wan2.2-I2V-A14B-LowNoise-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
unet_14b/gguf/Wan2.2-I2V-A14B-LowNoise-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
unet_14b/gguf/Wan2.2-T2V-A14B-HighNoise-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
unet_14b/gguf/Wan2.2-T2V-A14B-HighNoise-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
unet_14b/gguf/Wan2.2-T2V-A14B-LowNoise-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
unet_14b/gguf/Wan2.2-T2V-A14B-LowNoise-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
clip/gguf/umt5-xxl-encoder-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eaea358bb438c5d211721a4feecc162000e3636e9cb96f51e216f1f44ebd12ce
|
| 3 |
+
size 4145878880
|
clip/umt5_xxl_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b8850f1961e1cf8a77cca4c964a358d303f490833c6c087d0cff4b2f99db2af
|
| 3 |
+
size 11366399385
|
clip/umt5_xxl_fp8_e4m3fn_scaled.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3355d30191f1f066b26d93fba017ae9809dce6c627dda5f6a66eaa651204f68
|
| 3 |
+
size 6735906897
|
loras_14b/Wan2.2-Lightning_I2V-A14B-4steps-lora_HIGH_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:216cce62ecb5687d55fdc035b1cdbea01d1a9a8100ee924d2155cf1d64f1050b
|
| 3 |
+
size 613561776
|
loras_14b/Wan2.2-Lightning_I2V-A14B-4steps-lora_LOW_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3d474925042ec908c212c6c4c1e338637e27585c3970253f65b9638a9f5874b
|
| 3 |
+
size 613561776
|
loras_14b/Wan2.2-Lightning_T2V-v1.1-A14B-4steps-lora_HIGH_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b64ddbc09685b44048d20e4eebdb53bce8aa9198595fdd822a87c256953a2723
|
| 3 |
+
size 613561776
|
loras_14b/Wan2.2-Lightning_T2V-v1.1-A14B-4steps-lora_LOW_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d184b3eb5ca7992a76aa39026acc6720e2278eedd5c7d1363ccaf530789ec6e
|
| 3 |
+
size 613561776
|
unet_14b/gguf/Wan2.2-I2V-A14B-HighNoise-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac3a72d74330e030fe2ded047b0ef9afc21dd90afc4f300c7aa79e1b0f9dd940
|
| 3 |
+
size 7176106496
|
unet_14b/gguf/Wan2.2-I2V-A14B-HighNoise-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:836250abfaa3411694e2c9cf3a0cc18265329d5156d81aa116d5366b0f8f02e7
|
| 3 |
+
size 9651728896
|
unet_14b/gguf/Wan2.2-I2V-A14B-LowNoise-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4472e4e30a9729da0e0de36c708c45344a70799d431b17371b0c513d20a1351b
|
| 3 |
+
size 7176106496
|
unet_14b/gguf/Wan2.2-I2V-A14B-LowNoise-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2f98d834af009d035c6b0918268f2eba0aa8a63025ce942277e2384d40b0866
|
| 3 |
+
size 9651728896
|
unet_14b/gguf/Wan2.2-T2V-A14B-HighNoise-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a1166c9429630be04d5a9351abae7972acd18cee34ea52c130986ff1ab827b6
|
| 3 |
+
size 7174468096
|
unet_14b/gguf/Wan2.2-T2V-A14B-HighNoise-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0c490c6e316fd91ff52034e4ca66b825717e33ff11624585c0ccfcb5d410c59
|
| 3 |
+
size 9650090496
|
unet_14b/gguf/Wan2.2-T2V-A14B-LowNoise-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13bf25ca46c94d210bd20796093f2f6cec35d3331004c0e50ff0f961c7b68947
|
| 3 |
+
size 7174468096
|
unet_14b/gguf/Wan2.2-T2V-A14B-LowNoise-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:091a5bae02e14aa016bc9b10a7892efda4c629346b81c5dcebbe30ea2ac8923a
|
| 3 |
+
size 9650090496
|
unet_14b/wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6122e79d55e0f235698d11d657f3b196c5273c830da00b2b013c5a048d5e6a42
|
| 3 |
+
size 14294742832
|
unet_14b/wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5471a457b6ac404202a5fbe6c11595a3d5641fc766b00f38763f72303fffc21e
|
| 3 |
+
size 14294742832
|
unet_14b/wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cad711ae211c8b23455ec68cd6a190a33a3d874234a77eb57266d73f8f0e6c9f
|
| 3 |
+
size 14293923632
|
unet_14b/wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e71b96d7c82e638694c5e7fb98fac4bfb0e4ddc5fbbb4b1df40da8f0f1278a97
|
| 3 |
+
size 14293923632
|
vae/wan_2.1_vae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fc39d31359a4b0a64f55876d8ff7fa8d780956ae2cb13463b0223e15148976b
|
| 3 |
+
size 253815318
|