Rename parse_choice.py -> choices.py.

This commit is contained in:
Barry Downes 2023-08-05 13:17:36 +10:00
parent 92bca860f8
commit 9bc8b5ce44
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ from PIL.PngImagePlugin import PngInfo
import numpy as np import numpy as np
import safetensors.torch 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")) sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy"))