Error with the DreamBooth script after checkpoint generation #1133
PepeOnzima
started this conversation in
General
Replies: 1 comment
-
fixed, remove the folder sd and do a clean run with the latest colab |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So after I succesfully generate a ckpt, running the test server gives the following error:
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 15, in
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
from modules import prompt_parser, devices, processing, images
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/processing.py", line 30, in
from blendmodes.blend import blendLayers, BlendType
ModuleNotFoundError: No module named 'blendmodes'
Beta Was this translation helpful? Give feedback.
All reactions