You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is, the update has been interrupted, because I've used a symbolic link for the output location. And there is no message about, just the message in the manager "ComfyUI has been sucessfully updated", which is not true, because the update has been interrupted ... I found it by observing another command, using pip in the terminal, which gave me a hint "aborted".
In the console I could see: ### ComfyUI Version: v0.2.2 | Released on '2024-09-05' before and after the update.
So the message is a lie!
The actual version: ### ComfyUI Version: v0.3.9-26-g19a64d62 | Released on '2024-12-25'
After removing the symbolic link the update runs trough and afterwards the console shows the correct version.
The manager tells me too: "ComfyUI has been sucessfully updated". This time its true.
What I expect is, the message should tell ComfyUI update has been aborted, if not successful.
Well I think, the easiest way would be, to compare version numbers before and after update trough the manager.
Then decide what to display, according to differences in the version number.
The text was updated successfully, but these errors were encountered:
The problem is, the update has been interrupted, because I've used a symbolic link for the output location. And there is no message about, just the message in the manager "ComfyUI has been sucessfully updated", which is not true, because the update has been interrupted ... I found it by observing another command, using pip in the terminal, which gave me a hint "aborted".
In the console I could see:
### ComfyUI Version: v0.2.2 | Released on '2024-09-05'
before and after the update.So the message is a lie!
The actual version:
### ComfyUI Version: v0.3.9-26-g19a64d62 | Released on '2024-12-25'
After removing the symbolic link the update runs trough and afterwards the console shows the correct version.
The manager tells me too: "ComfyUI has been sucessfully updated". This time its true.
What I expect is, the message should tell
ComfyUI update has been aborted
, if not successful.Well I think, the easiest way would be, to compare version numbers before and after update trough the manager.
Then decide what to display, according to differences in the version number.
The text was updated successfully, but these errors were encountered: