Skip to content
Discussion options

You must be logged in to vote

It seems that you tried to load a model which is not a SDXL model with StableDiffusionSDXLPipeline.

Actually, the model you want to load is a flux transformer model which is not a full flux model. It misses T5 Encoder and other components.

You can load it via FluxPipeline with T5 and other components.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by raazgupta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants