1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Fix k_diffusion not getting imported from the folder.

This commit is contained in:
comfyanonymous
2023-02-08 16:29:22 -05:00
parent 708138c77d
commit 3e22815a9a

View File

@@ -10,7 +10,7 @@ from PIL import Image
from PIL.PngImagePlugin import PngInfo
import numpy as np
sys.path.append(os.path.join(sys.path[0], "comfy"))
sys.path.insert(0, os.path.join(sys.path[0], "comfy"))
import comfy.samplers