Instructions to use Comfy-Org/Qwen-Image-2.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/Qwen-Image-2.1 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
W4a8 encoder error
#2
by realrebelai - opened
Shapes are throwing errors with w4a8 encoder
Qwen Image 2.1 expects:
[..., 4096]
Your conditioning:
[1, 338, 5120]
ERROR:
Given normalized_shape=[4096],
expected input with shape [*4096],
but got input of size [1,338,5120]
worng encoder my mistake
realrebelai changed discussion status to closed