TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.55k stars 1.31k forks source link

AUTOMATIC1111.ipynb Error when running Start stable-diffusion #953

Open Wxcct opened 1 year ago

Wxcct commented 1 year ago

Warning: CodeFormer not found at path /content/gdrive/MyDrive/sd/stablediffusion/src/codeformer/inference_codeformer.py Warning: BLIP not found at path /content/gdrive/MyDrive/sd/stablediffusion/src/blip/models/blip.py Warning: k_diffusion not found at path /content/gdrive/MyDrive/sd/stablediffusion/src/k-diffusion/k_diffusion/sampling.py Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 14, 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 8, in import k_diffusion.sampling ModuleNotFoundError: No module named 'k_diffusion'

TheLastBen commented 1 year ago

remove the folder sd and do a clean run

Wxcct commented 1 year ago

remove the folder sd and do a clean run

Thanks,it works.