Restart button on GUI #1762
Replies: 4 comments 9 replies
-
I went ahead and implemented a reboot server button and API route on the ComfyUI server and submitted it as a PR. However in the meantime here is a link to my branch with the reboot server button included. https://github.com/ThisModernDay/ComfyUI/tree/reboot-button Cheers! |
Beta Was this translation helpful? Give feedback.
-
Great. Thanks! I also think it would make more sense in a less visible place like the extra options. |
Beta Was this translation helpful? Give feedback.
-
Updated Changes
|
Beta Was this translation helpful? Give feedback.
-
Ummm... It's already been implemented in the manager for several releases
now...
…On Mon, Apr 8, 2024, 1:57 AM seghier ***@***.***> wrote:
I don't recommend this because will make a problem with portable ComfyUI
—
Reply to this email directly, view it on GitHub
<#1762 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABC7MF4L3LEP5CXDESTMXX3Y4IWUBAVCNFSM6AAAAAA6CPWFSWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TANBRGQYTO>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Could you add a restart button in the GUI that allows users to restart comfyUI without having to access the terminal? In our use case we have ComfyUI in a local server. But every time someone installs something new, I need to connect to the server and restart the thing manually. That's a pain.
It would be great to have a button for that.
Probably it would require to modify the launch script to wrap the actual launcher in an infinite loop or something, but nothing too hard I presume(at least not in Linux, no idea how to do that in Windows).
Alternatively, maybe there is a way to hot-install new resources without having to restart the whole thing...
Beta Was this translation helpful? Give feedback.
All reactions