From 9bc8b5ce4401bba23dde4e9336341349cfcc346e Mon Sep 17 00:00:00 2001 From: Barry Downes Date: Sat, 5 Aug 2023 13:17:36 +1000 Subject: [PATCH] Rename parse_choice.py -> choices.py. --- comfy/{parse_choice.py => choices.py} | 0 nodes.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename comfy/{parse_choice.py => choices.py} (100%) 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"))