-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'UNet2DConditionModel' object has no attribute 'order' #1
Comments
Is the version of diffusers you are using 0.17.1 ? |
I'm sorry you encountered this problem, our code is too hasty. Please note the code image = pipe.call(prompt).images[0] Not image = pipe(prompt).images[0] Because we rewrite the pipeline's call function. If you encounter any other issues, please provide more detailed description. |
Oh, this is my fault, I commented the line registering the pipeline, but i encounter another issue, |
Please update the version |
It works, thank you so much!!!, but i have another question, i try using your method with my personalized SD weight, but the generated image is quite bad in details of eyes. Have you ever seen this problem? |
Perhaps you need to adjust the keytime hyperparameter, similar to issue #7. |
No description provided.
The text was updated successfully, but these errors were encountered: