aiohttp-sse








ComfyUI-Dev-Utils
===
[](https://github.com/ty0x2333/ComfyUI-Dev-Utils/tags)
Installation
Guide: ComfyUI-Manager How-to-use
In your ComfyUI directory:
$ cd custom_nodes
$ git clone https://github.com/ty0x2333/ComfyUI-Dev-Utils.git
$ cd ComfyUI-Dev-Utils
$ pip install -r requirements.txt
Finally, restart ComfyUI
Features
node.
Preview
Execution Time Node to display the execution time of each node in a table. At the same time, the currentexecution time and the last execution time, as well as their differences, will be displayed.
Preview
free memory).
Preview
Usage Example (Video)
Provide a Console panel to display Python logs (not Javascript console.log).
LogConsole automatically captures the output of print, logging, stdout and stderr. Then send it to the web page via SSE.
LogConsole Feautes:
Usage Example (Video)
Preview
| Before | After |
![]() |
![]() |
Preview
| Before | After |
![]() |
![]() |
UrlDownload NodeDownload file from remote url and get file path
UploadAnything NodeUpload any file and get file path
Reference
License
ComfyUI-Dev-Utils is available under the MIT license. See the LICENSE file for more info.