ComfyUI-Dev-Utils
ComfyUI-Dev-Utils copied to clipboard
Execution Time Analysis, Reroute Enhancement, Remote Python Logs, For ComfyUI developers.
ComfyUI-Dev-Utils
Installation
ComfyUI-Manager
Guide: ComfyUI-Manager How-to-use
Manual
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
-
Execution Time Analysis Tool
-
When running, a Badge will be added to the upper left corner of the Node to display the execution time of the node.
Preview
-
Add
Execution TimeNode to display the execution time of each node in a table. At the same time, the current execution time and the last execution time, as well as their differences, will be displayed.Preview
-
Add a "Clear Execution Cache" button to the sidebar menu. Click it to clear the current cache(unload models and free memory).
Preview
Usage Example (Video)
-
-
Log Console
Provide a Console panel to display Python logs (not Javascript console.log).
LogConsoleautomatically captures the output ofprint,logging,stdoutandstderr. Then send it to the web page via SSE.LogConsoleFeautes:- based on SSE, not Websocket. It will not affect the performance of ComfyUI's core and other functions.
- Support text color. Differentiate error logs by color.
- Lazy startup, only starts capturing logs when needed.
- Supports completely disabling LogConsole.
Usage Example (Video)
-
Reroute Enhancement
-
Add "Reroute" option to node slot menu.
Preview
Before After 

-
Optimized for deleting Reroute Node.
Preview
Before After 

-
-
UrlDownloadNodeDownload file from remote url and get file path
-
UploadAnythingNodeUpload any file and get file path
Reference
- ltdrdata/ComfyUI-Manager
- Kosinkadink/ComfyUI-VideoHelperSuite
- chrisgoringe/cg-quicknodes
- tzwm/comfyui-profiler
- xtermjs/xterm.js
License
ComfyUI-Dev-Utils is available under the MIT license. See the LICENSE file for more info.