"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "72cdd83c06d99d6727bd7bbf23a2e655ead4ef1a"
Commit 3e22815a authored by comfyanonymous's avatar comfyanonymous
Browse files

Fix k_diffusion not getting imported from the folder.

parent 708138c7
...@@ -10,7 +10,7 @@ from PIL import Image ...@@ -10,7 +10,7 @@ from PIL import Image
from PIL.PngImagePlugin import PngInfo from PIL.PngImagePlugin import PngInfo
import numpy as np 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 import comfy.samplers
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment