mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
improve: better comfyui switch
show 'nightly' if current commit is latest commit.
This commit is contained in:
parent
693a226a41
commit
bede95cd05
@ -2713,6 +2713,9 @@ def get_comfyui_versions():
|
||||
|
||||
if latest_tag != versions[0]:
|
||||
versions.insert(0, 'nightly')
|
||||
else:
|
||||
versions[0] = 'nightly'
|
||||
current_tag = 'nightly'
|
||||
|
||||
return versions, current_tag
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user