mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-26 10:07:38 +08:00
chore: bump version to 4.0.3b6 and fix git_helper path
- Update version from 4.0.3b5 to 4.0.3b6 in pyproject.toml - Fix git_helper.py path to include 'common' subdirectory in context.py
This commit is contained in:
@@ -22,7 +22,7 @@ if comfy_base_path is None:
|
||||
comfy_base_path = comfy_path
|
||||
|
||||
channel_list_template_path = os.path.join(manager_util.comfyui_manager_path, 'channels.list.template')
|
||||
git_script_path = os.path.join(manager_util.comfyui_manager_path, "git_helper.py")
|
||||
git_script_path = os.path.join(manager_util.comfyui_manager_path, "common", "git_helper.py")
|
||||
|
||||
manager_files_path = None
|
||||
manager_config_path = None
|
||||
|
||||
Reference in New Issue
Block a user