diff --git a/comfy/parse_choice.py b/comfy/choices.py similarity index 100% rename from comfy/parse_choice.py rename to comfy/choices.py diff --git a/nodes.py b/nodes.py index f6365cfe9..70da7ec3e 100644 --- a/nodes.py +++ b/nodes.py @@ -14,7 +14,7 @@ from PIL.PngImagePlugin import PngInfo import numpy as np import safetensors.torch -from comfy.parse_choice import translate_choices +from comfy.choices import translate_choices sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy"))