-
Notifications
You must be signed in to change notification settings - Fork 398
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
'bool' object is not iterable #148
Comments
Have you resolved this yet? Seeing the same error with Apple M2 Pro, 16 GB, macOS 13.4.1. |
Hi, same error with a Acer AN515, with core i7... If someone have an idea, I'm here :) |
Same error... I cannot figure how to solve it |
Running into the same issue Text-to-image pipeline. |
More precisely: "\installer_files\env\lib\site-packages\diffusers\pipelines\stable_diffusion\pipeline_stable_diffusion.py", line 706 I opened an issue with the upstream repository to see if it can be solved there. Also here's the same thing as code for copy-paste convenience: if has_nsfw_concept is None:
do_denormalize = [True] * image.shape[0]
else:
do_denormalize = [True] * image.shape[0] |
same issue |
Doing Audio-to-Audio on the playground. After pressing the Riff button I get:
System specs:
The text was updated successfully, but these errors were encountered: