Skip to content

Commit 8ab56e2

Browse files
authored
feat(gallery): add wan i2v 720p (#9457)
feat(gallery): add Wan 2.1 I2V 14B 720P + pin all wan ggufs by sha256 Adds a new entry for the native-720p image-to-video sibling of the 480p I2V model (wan-2.1-i2v-14b-480p-ggml). The 720p I2V model is trained purely as image-to-video — no first-last-frame interpolation path — so motion is freer than repurposing the FLF2V 720P variant as an i2v. Shares the same VAE, umt5_xxl text encoder, and clip_vision_h auxiliary files as the existing 480p I2V and 720p FLF2V entries, so no new aux downloads are introduced. Also pins the main diffusion gguf by sha256 for the new entry and for the three existing wan entries that were previously missing a hash (wan-2.1-t2v-1.3b-ggml, wan-2.1-i2v-14b-480p-ggml, wan-2.1-flf2v-14b-720p-ggml). Hashes were fetched from HuggingFace's x-linked-etag header per .agents/adding-gallery-models.md. Assisted-by: Claude:claude-opus-4-7
1 parent ecf85fd commit 8ab56e2

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15295,6 +15295,7 @@
1529515295
model: wan2.1_t2v_1.3b-q8_0.gguf
1529615296
files:
1529715297
- filename: "wan2.1_t2v_1.3b-q8_0.gguf"
15298+
sha256: "8f10260cc26498fee303851ee1c2047918934125731b9b78d4babfce4ec27458"
1529815299
uri: "huggingface://calcuis/wan-gguf/wan2.1_t2v_1.3b-q8_0.gguf"
1529915300
- filename: "wan_2.1_vae.safetensors"
1530015301
uri: "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors"
@@ -15328,6 +15329,7 @@
1532815329
- "vae_path:wan_2.1_vae.safetensors"
1532915330
files:
1533015331
- filename: "wan2.1-i2v-14b-480p-Q4_K_M.gguf"
15332+
sha256: "d91f7139acadb42ea05cdf97b311e5099f714f11fbe4d90916500e2f53cbba82"
1533115333
uri: "huggingface://city96/Wan2.1-I2V-14B-480P-gguf/wan2.1-i2v-14b-480p-Q4_K_M.gguf"
1533215334
- filename: "wan_2.1_vae.safetensors"
1533315335
uri: "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors"
@@ -15369,13 +15371,55 @@
1536915371
- "vae_path:wan_2.1_vae.safetensors"
1537015372
files:
1537115373
- filename: "wan2.1-flf2v-14b-720p-Q4_K_M.gguf"
15374+
sha256: "7652d7d8b0795009ff21ed83d806af762aae8a8faa8640dd07b3a67e4dfab445"
1537215375
uri: "huggingface://city96/Wan2.1-FLF2V-14B-720P-gguf/wan2.1-flf2v-14b-720p-Q4_K_M.gguf"
1537315376
- filename: "wan_2.1_vae.safetensors"
1537415377
uri: "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors"
1537515378
- filename: "umt5-xxl-encoder-Q8_0.gguf"
1537615379
uri: "huggingface://city96/umt5-xxl-encoder-gguf/umt5-xxl-encoder-Q8_0.gguf"
1537715380
- filename: "clip_vision_h.safetensors"
1537815381
uri: "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/clip_vision/clip_vision_h.safetensors"
15382+
- name: wan-2.1-i2v-14b-720p-ggml
15383+
license: apache-2.0
15384+
url: "github:mudler/LocalAI/gallery/wan-ggml.yaml@master"
15385+
description: |
15386+
Wan 2.1 I2V 14B 720P — image-to-video diffusion, GGUF Q4_K_M.
15387+
Native 720p sibling of the 480p I2V model: animates a single
15388+
reference image into a 33-frame clip at up to 1280x720. Trained
15389+
purely as image-to-video (no first-last-frame interpolation path),
15390+
so motion is freer and better-suited to single-anchor animation
15391+
than repurposing the FLF2V 720P variant for i2v. Shares the same
15392+
VAE, umt5_xxl text encoder, and clip_vision_h as the I2V 14B 480P
15393+
and FLF2V 14B 720P entries.
15394+
urls:
15395+
- https://huggingface.co/city96/Wan2.1-I2V-14B-720P-gguf
15396+
tags:
15397+
- image-to-video
15398+
- wan
15399+
- video-generation
15400+
- cpu
15401+
- gpu
15402+
overrides:
15403+
parameters:
15404+
model: wan2.1-i2v-14b-720p-Q4_K_M.gguf
15405+
options:
15406+
- "clip_vision_path:clip_vision_h.safetensors"
15407+
- "diffusion_model"
15408+
- "vae_decode_only:false"
15409+
- "sampler:euler"
15410+
- "flow_shift:3.0"
15411+
- "t5xxl_path:umt5-xxl-encoder-Q8_0.gguf"
15412+
- "vae_path:wan_2.1_vae.safetensors"
15413+
files:
15414+
- filename: "wan2.1-i2v-14b-720p-Q4_K_M.gguf"
15415+
sha256: "ffecd91e4b636d8e3e43f3fa388218158ba447109547bde777c6d67ef4fe42a4"
15416+
uri: "huggingface://city96/Wan2.1-I2V-14B-720P-gguf/wan2.1-i2v-14b-720p-Q4_K_M.gguf"
15417+
- filename: "wan_2.1_vae.safetensors"
15418+
uri: "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors"
15419+
- filename: "umt5-xxl-encoder-Q8_0.gguf"
15420+
uri: "huggingface://city96/umt5-xxl-encoder-gguf/umt5-xxl-encoder-Q8_0.gguf"
15421+
- filename: "clip_vision_h.safetensors"
15422+
uri: "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/clip_vision/clip_vision_h.safetensors"
1537915423
- name: sd-1.5-ggml
1538015424
icon: https://avatars.githubusercontent.com/u/37351293
1538115425
license: creativeml-openrail-m

0 commit comments

Comments
 (0)