Pipeline <class 'diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion.StableDiffusionPipeline'> expected {'vae', 'unet', 'image_encoder', 'text_encoder', 'feature_extractor', 'tokenizer', 'safety_checker', 'scheduler'}, but only {'vae', 'scheduler', 'tokenizer', 'text_encoder'} were passed. #8717
zhaoyuchen1128
started this conversation in
General
Replies: 1 comment 1 reply
-
Can you please post your question in english? Also we need a a simple code snippet of what you're using so we can help. The error is saying that you're missing the unet. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
StableDiffusionPipeline确实需要这几个参数,但是它们分别代表什么?需要什么类型?求帮助
Beta Was this translation helpful? Give feedback.
All reactions