mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22: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__))
|
||||
|
||||
# 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
|
||||
sys.path.append(comfy_dir)
|
||||
|
||||
Reference in New Issue
Block a user