From 9e44944cc1969bdc69cb15902718bfb9a6db205c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 20 Apr 2026 00:27:05 +0200 Subject: [PATCH] fix(i2v): Add new options to the model configuration Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index 449c43752..3719efce0 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -15214,6 +15214,12 @@ model: wan2.1-i2v-14b-480p-Q4_K_M.gguf options: - "clip_vision_path:clip_vision_h.safetensors" + - "diffusion_model" + - "vae_decode_only:false" + - "sampler:euler" + - "flow_shift:3.0" + - "t5xxl_path:umt5-xxl-encoder-Q8_0.gguf" + - "vae_path:wan_2.1_vae.safetensors" files: - filename: "wan2.1-i2v-14b-480p-Q4_K_M.gguf" uri: "huggingface://city96/Wan2.1-I2V-14B-480P-gguf/wan2.1-i2v-14b-480p-Q4_K_M.gguf"