mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-24 22:52:13 -03:00
Add files via upload
This commit is contained in:
@@ -25,7 +25,7 @@ import random
|
|||||||
my_dir = os.path.dirname(os.path.abspath(__file__))
|
my_dir = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
# Construct the absolute path to the ComfyUI directory
|
# Construct the absolute path to the ComfyUI directory
|
||||||
comfy_dir = os.path.join(my_dir, '..', '..')
|
comfy_dir = os.path.abspath(os.path.join(my_dir, '..', '..'))
|
||||||
|
|
||||||
# Add the ComfyUI directory path to the sys.path list
|
# Add the ComfyUI directory path to the sys.path list
|
||||||
sys.path.append(comfy_dir)
|
sys.path.append(comfy_dir)
|
||||||
|
|||||||
Reference in New Issue
Block a user