mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-05 16:51:21 -08:00
fix the sys not found error when importing sd_samplers that appeared after PR
This commit is contained in:
parent
f295d90971
commit
f80c3696f6
2 changed files with 11 additions and 10 deletions
|
|
@ -4,8 +4,6 @@ import torch
|
|||
import tqdm
|
||||
from PIL import Image
|
||||
import inspect
|
||||
from modules.paths import paths
|
||||
sys.path.insert(0, paths["k_diffusion"])
|
||||
import k_diffusion.sampling
|
||||
import ldm.models.diffusion.ddim
|
||||
import ldm.models.diffusion.plms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue