XuandongZhao / WatermarkAttacker

Invisible Image Watermarks Are Provably Removable Using Generative AI
https://arxiv.org/abs/2306.01953
MIT License
142 stars 25 forks source link

ModuleNotFoundError: No module named 'diffusers' #3

Open Kornifikator opened 2 months ago

Kornifikator commented 2 months ago

Hello, I tried to install and run the demo.ipynb in a colab notebook, but during the installation process this error occurred:

grafik

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 2 months ago

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.