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
1 changed files with 1 additions and 1 deletions

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