mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-25 21:40:16 +08:00
fix: invalid components path
This commit is contained in:
parent
b333342d5f
commit
95df2ad212
@ -101,8 +101,7 @@ def get_current_preview_method(self):
|
|||||||
|
|
||||||
from manager_downloader import download_url
|
from manager_downloader import download_url
|
||||||
|
|
||||||
core.comfy_path = os.path.dirname(folder_paths.__file__)
|
components_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'components'))
|
||||||
components_path = os.path.join(core.comfyui_manager_path, 'components')
|
|
||||||
|
|
||||||
|
|
||||||
def set_preview_method(method):
|
def set_preview_method(method):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user