mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-05 17:57:50 +08:00
fixed: Fixed the issue where attempting to install the nightly version resulted in installing the latest version instead.
This commit is contained in:
@ -1201,7 +1201,7 @@ async def install_custom_node(request):
|
||||
if cnr_id in core.unified_manager.nightly_inactive_nodes or cnr_id in core.unified_manager.cnr_inactive_nodes:
|
||||
core.unified_manager.unified_enable(cnr_id)
|
||||
return web.Response(status=200)
|
||||
else:
|
||||
elif selected_version is None:
|
||||
selected_version = 'latest'
|
||||
|
||||
if selected_version != 'nightly':
|
||||
|
||||
Reference in New Issue
Block a user