ModuleNotFoundError: No module named 'diffusers'
Closed this issue · 3 comments
Kornifikator commented
Hello, I tried to install and run the demo.ipynb in a colab notebook, but during the installation process this error occurred:
I rerun the installation process several times, but it always ends up with the same result. As you can see 'diffusers' is installed successfully. There is also diffusers folders in the directories.
How can I fix this problem?
zrsandwj1314 commented
Hello! May I ask if you have resolved it? I also encountered the same problem, I found that the src/diffusers/pipelines/stable_diffusion/pipeline_re_sd.py is located here, but this file also introduces files from the diffusers folder.
XuandongZhao commented
I simplified the code. You can install the latest diffuser to run it.