Instructions to use Comfy-Org/Wan_2.1_ComfyUI_repackaged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/Wan_2.1_ComfyUI_repackaged with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Unknown error, what am i doing wrong?
#11
by HTWolf - opened
I really cant get it... please some body.... help!
Prompt outputs failed validation
UNETLoader:
- Value not in list: unet_name: 'wan2.1_t2v_1.3B_bf16.safetensors' not in ['wan2.1_i2v_720p_14B_bf16.safetensors', 'wan2.1_t2v_14B_bf16.safetensors']
Getting the same error. Please help.
Greetings,
you try to load the wrong diffusion model. You have 2 models available "...i2v_720p_14B_bf16" and "...t2v_14B_bf16" but you need exactly "....t2v_1.3B_bf16"
so the error popping up just tells you, the UNETLoader can't find the selected file in your data system