ImportError: cannot import name 'StableDiffusionSafetyChecker'
Describe the bug
ImportError: cannot import name 'StableDiffusionSafetyChecker' from 'diffusers.pipelines.stable_diffusion' (/home/tiger/anaconda3/lib/python3.9/site-packages/diffusers/pipelines/stable_diffusion/__init__.py)
Reproduction
No response
Logs
No response
System Info
diffusers=0.9.0 python=3.9
Do you have transformers installed? Please attach a full list of your installed versions here.
The following works for me:
from diffusers.pipelines.stable_diffusion import StableDiffusionSafetyChecker
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.