wan-1.3b-gguf / README.md
calcuis's picture
Update README.md
00e50da verified
metadata
license: apache-2.0
language:
  - en
base_model:
  - Wan-AI/Wan2.1-VACE-1.3B
  - Wan-AI/Wan2.1-T2V-1.3B
pipeline_tag: text-to-video
tags:
  - gguf-node
widget:
  - text: >-
      a pig moving quickly in a beautiful winter scenery nature trees sunset
      tracking camera
    parameters:
      negative_prompt: blurry ugly bad
    output:
      url: samples\ComfyUI_00003_.webp
  - text: >-
      a pig moving quickly in a beautiful winter scenery nature trees sunset
      tracking camera
    parameters:
      negative_prompt: blurry ugly bad
    output:
      url: samples\ComfyUI_00002_.webp
  - text: >-
      a pig moving quickly in a beautiful winter scenery nature trees sunset
      tracking camera
    parameters:
      negative_prompt: blurry ugly bad
    output:
      url: samples\ComfyUI_00001_.webp
  - text: >-
      a pig moving quickly in a beautiful winter scenery nature trees sunset
      tracking camera
    parameters:
      negative_prompt: blurry ugly bad
    output:
      url: samples\ComfyUI_00004_.webp
  - text: >-
      a pig moving quickly in a beautiful winter scenery nature trees sunset
      tracking camera
    parameters:
      negative_prompt: blurry ugly bad
    output:
      url: samples\ComfyUI_00005_.webp
  - text: >-
      a pig moving quickly in a beautiful winter scenery nature trees sunset
      tracking camera
    parameters:
      negative_prompt: blurry ugly bad
    output:
      url: samples\ComfyUI_00006_.webp

gguf quantized version of wan 1.3b models

  • drag wan to > ./ComfyUI/models/diffusion_models
  • drag umt5 to > ./ComfyUI/models/text_encoders
  • drag pig to > ./ComfyUI/models/vae
    Prompt
    a pig moving quickly in a beautiful winter scenery nature trees sunset tracking camera
    Negative Prompt
    blurry ugly bad
    Prompt
    a pig moving quickly in a beautiful winter scenery nature trees sunset tracking camera
    Negative Prompt
    blurry ugly bad
    Prompt
    a pig moving quickly in a beautiful winter scenery nature trees sunset tracking camera
    Negative Prompt
    blurry ugly bad
    Prompt
    a pig moving quickly in a beautiful winter scenery nature trees sunset tracking camera
    Negative Prompt
    blurry ugly bad
    Prompt
    a pig moving quickly in a beautiful winter scenery nature trees sunset tracking camera
    Negative Prompt
    blurry ugly bad
    Prompt
    a pig moving quickly in a beautiful winter scenery nature trees sunset tracking camera
    Negative Prompt
    blurry ugly bad

review

  • wan architecture; should work on both comfyui-gguf and gguf nodes
  • full set gguf works right away (model + encoder + vae); gguf node is recommended for full gguf
  • vace model is recommended, since it doesn't need vision clip to work (for i2v and v2v) and run faster than fun model a lot, according to the initial test results
  • upgrade your node for umt5 gguf encoder support
  • note: for umt5 gguf, you might encounter oom after rebuilding your tokenizer in the first prompt (once built the tokenizer alive during the session; before you kill it); don't panic, prompt again it should work screenshot

reference