mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-26 10:07:38 +08:00
fix: invalid glob path
This commit is contained in:
@@ -15,7 +15,7 @@ import threading
|
||||
import json
|
||||
import time
|
||||
|
||||
glob_path = os.path.join(os.path.dirname(__file__), "glob")
|
||||
glob_path = os.path.join(os.path.dirname(__file__)) # ComfyUI-Manager/glob
|
||||
sys.path.append(glob_path)
|
||||
|
||||
import cm_global
|
||||
|
||||
Reference in New Issue
Block a user