Instructions to use Kijai/WanVideo_comfy_GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Kijai/WanVideo_comfy_GGUF 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
GGUF VACE modules with T2V GGUF, WanVideoSampler say it cant work with image_embeds
#5
by erioca - opened
I assigned this Wan2_2_Fun_VACE_module_A14B GGUF to WanVideo VACE Module Select, and link it to WanVideo Model Loader, extra_model.
i have a image loaded as a reference for a video for the action.
Somehow it say, T2V cant work with the image_embeds. Both the module and the T2V are GGUF, something i did wrong?
VACE is technically T2V model, it doesn't work with I2V specific nodes, it needs to be used with VACE -specific conditioning nodes. In the wrapper that is the WanVideo VACE Encode -node.
ohhhh! thanks! i know what i did wrong ! thanks alot alot :D
erioca changed discussion status to closed