fix: invalid glob path

This commit is contained in:
Dr.Lt.Data
2024-04-15 23:51:01 +09:00
parent 4fc364ba7a
commit 508418e924
2 changed files with 2 additions and 5 deletions

View File

@@ -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