Replies: 1 comment 3 replies
Yes. The diffusion models are trained to expect text embeddings generated by one model, embeddings generated by any other model will most likely not even have the same shape, and would be uncorrelated to Qwen3 4B. What could work is using a distilled model that is trained to match the embeddings of Qwen3, or using a small adapter model that transforms the embeddings from another text encoder into embeddings that the diffusion model can understand, or continue pretraining the diffusion model with the new text encoder. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The Qwen3 and VL 4B models have been doing an admirable job, but in LLM years are practically ancient. Stable-diffusion.cpp doesn't appear to support any Qwen3.5+ models, nor am I able to get Qwen3 8B models to work. Is there anything intrinsic to Krea2, Zimage, etc that ties them to Qwen3 4B? If not, what would it take to get them working with any of the newer and/or bigger models?
All reactions