Commit 0a0c769d authored by comfyanonymous's avatar comfyanonymous
Browse files

Try to fix import issue.

parent 235ba852
...@@ -11,7 +11,7 @@ from PIL import Image ...@@ -11,7 +11,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.insert(0, os.path.join(sys.path[0], "comfy")) sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), "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