Skip to content

Commit f683231

Browse files
mudlerclaude
andauthored
feat(gallery): add Wan 2.1 FLF2V 14B 720P (#9440)
First-last-frame-to-video variant of the 14B Wan family. Accepts a start and end reference image and — unlike the pure i2v path — runs both through clip_vision, so the final frame lands on the end image both in pixel and semantic space. Right pick for seamless loops (start_image == end_image) and narrative A→B cuts. Shares the same VAE, umt5_xxl text encoder, and clip_vision_h as the I2V 14B entry. Options block mirrors i2v's full-list-in-override style so the template merge doesn't drop fields. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 960757f commit f683231

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15335,6 +15335,47 @@
1533515335
uri: "huggingface://city96/umt5-xxl-encoder-gguf/umt5-xxl-encoder-Q8_0.gguf"
1533615336
- filename: "clip_vision_h.safetensors"
1533715337
uri: "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/clip_vision/clip_vision_h.safetensors"
15338+
- name: wan-2.1-flf2v-14b-720p-ggml
15339+
license: apache-2.0
15340+
url: "github:mudler/LocalAI/gallery/wan-ggml.yaml@master"
15341+
description: |
15342+
Wan 2.1 FLF2V 14B 720P — first-last-frame-to-video diffusion, GGUF Q4_K_M.
15343+
Takes a start and end reference image and interpolates a 33-frame clip
15344+
between them. Unlike the plain I2V variant this model feeds the end
15345+
frame through clip_vision as well, so it conditions semantically (not
15346+
just in pixel-space) on both endpoints. That makes it the right choice
15347+
for seamless loops (start_image == end_image) and clean narrative cuts.
15348+
Native 720p but accepts 480p resolutions; shares the same VAE, t5xxl
15349+
text encoder, and clip_vision_h as I2V 14B.
15350+
urls:
15351+
- https://huggingface.co/city96/Wan2.1-FLF2V-14B-720P-gguf
15352+
tags:
15353+
- image-to-video
15354+
- first-last-frame-to-video
15355+
- wan
15356+
- video-generation
15357+
- cpu
15358+
- gpu
15359+
overrides:
15360+
parameters:
15361+
model: wan2.1-flf2v-14b-720p-Q4_K_M.gguf
15362+
options:
15363+
- "clip_vision_path:clip_vision_h.safetensors"
15364+
- "diffusion_model"
15365+
- "vae_decode_only:false"
15366+
- "sampler:euler"
15367+
- "flow_shift:3.0"
15368+
- "t5xxl_path:umt5-xxl-encoder-Q8_0.gguf"
15369+
- "vae_path:wan_2.1_vae.safetensors"
15370+
files:
15371+
- filename: "wan2.1-flf2v-14b-720p-Q4_K_M.gguf"
15372+
uri: "huggingface://city96/Wan2.1-FLF2V-14B-720P-gguf/wan2.1-flf2v-14b-720p-Q4_K_M.gguf"
15373+
- filename: "wan_2.1_vae.safetensors"
15374+
uri: "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors"
15375+
- filename: "umt5-xxl-encoder-Q8_0.gguf"
15376+
uri: "huggingface://city96/umt5-xxl-encoder-gguf/umt5-xxl-encoder-Q8_0.gguf"
15377+
- filename: "clip_vision_h.safetensors"
15378+
uri: "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/clip_vision/clip_vision_h.safetensors"
1533815379
- name: sd-1.5-ggml
1533915380
icon: https://avatars.githubusercontent.com/u/37351293
1534015381
license: creativeml-openrail-m

0 commit comments

Comments
 (0)