diff --git a/nodes.py b/nodes.py index cba8eacc2..519f1e19d 100644 --- a/nodes.py +++ b/nodes.py @@ -20,7 +20,7 @@ from PIL.PngImagePlugin import PngInfo import numpy as np import safetensors.torch -sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy")) +sys.path.append(os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy")) import comfy.diffusers_load import comfy.samplers