mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-05 03:32:37 +00:00
fix the sys not found error when importing sd_samplers that appeared after PR
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user