Open amiran-gorgazjan opened 1 year ago
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 :) I doing a text2audio
Same error... I cannot figure how to solve it
Running into the same issue Text-to-image pipeline.
In pipline_stable_diffusion.py, change:
To:
This will essentially bypass the NSFW filter, but it will at least allow it to work. You'll need to do this for any file that has this if/else.
Path should be: riffusion/lib/python3.XX/site-packages/diffusers/pipelines/stable_diffusion
In pipline_stable_diffusion.py, change:
To:
This will essentially bypass the NSFW filter, but it will at least allow it to work. You'll need to do this for any file that has this if/else.
Path should be: riffusion/lib/python3.XX/site-packages/diffusers/pipelines/stable_diffusion
Thank you RemmyLee
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: