fast-stable-diffusion: ModuleNotFoundError: No module named 'blendmodes'
I’m getting this error, i tried from two times from different accounts, but it still happens every time.

Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 15, in <module>
from modules import shared, devices, sd_samplers, upscaler, extensions, localization, ui_tempdir
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_samplers.py", line 12, in <module>
from modules import prompt_parser, devices, processing, images
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/processing.py", line 30, in <module>
from blendmodes.blend import blendLayers, BlendType
ModuleNotFoundError: No module named 'blendmodes'
Please help me fix this
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 18 (4 by maintainers)
fixed
fixed, update the notebook
I’ll check it out, for now do this :
!pip install pillow==8.4After this update, i’m getting some error when adding instance images, i don’t know how. I used the same images before, and it worked perfectly. I also tried renaming the images, it didn’t worked either.
Here is the error i’m getting: