-
Notifications
You must be signed in to change notification settings - Fork 16
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
getattr() attribute name must be a string #14
Comments
Additional notes I found this while modifying the code <class 'diffusers.pipelines.stable_diffusion.safety_checker.StableDiffusionSafetyChecker'> |
This worked for me:
https://huggingface.co/CompVis/stable-diffusion-v1-4/discussions/158#638eb290e160c226bac9d428 |
i was having the same problem and when i downgraded i ran into the problem where the module CLIPImageprocessor was missing. The solution is to upgrade transformers to the latest version 4.29.2 and then upgrade diffusers with the command pip install -U diffusers. Im currently running version 0.16.1 |
Describe the bug
When executing the file, save_onnx.py, I encountered this error
Reproduction
Logs
No response
System Info
The text was updated successfully, but these errors were encountered: