mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-22 15:59:45 +08:00
Rename parse_choice.py -> choices.py.
This commit is contained in:
parent
92bca860f8
commit
9bc8b5ce44
2
nodes.py
2
nodes.py
@ -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"))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user