mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-07-23 20:27:11 +08:00
set channel=default, mode=cache for git clone
This commit is contained in:
parent
c3eed981c0
commit
988c6f67f4
@ -2098,7 +2098,7 @@ async def gitclone_install(url, instant_execution=False, msg_prefix='', no_deps=
|
||||
cnr = unified_manager.get_cnr_by_repo(url)
|
||||
if cnr:
|
||||
cnr_id = cnr['id']
|
||||
return await unified_manager.install_by_id(cnr_id, version_spec='nightly')
|
||||
return await unified_manager.install_by_id(cnr_id, version_spec='nightly', channel="default", mode="cache")
|
||||
else:
|
||||
repo_name = os.path.splitext(os.path.basename(url))[0]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user