Tired of your ComfyUI console looking like a rave party of "I'M LOADED!" messages every time it starts? Yeah, me too.
000_ComfyUI-Optim brings some zen to your ComfyUI startup experience.
-
Shhh, Nodes are Loading: Ever felt your eyes glaze over from the endless stream of "Node X Initialized!", "Super Duper Node Now Ready!", "Preparing to Prepare for Loading Node Y!"? This node lets you tell specific custom nodes to, respectfully, zip it during their
__init__.pyor main script execution. Your console will thank you. -
Configurable Serenity: A simple
optimizer-config.jsonfile lets you list exactly which nodes need a gentle reminder about indoor voices. You can also control how much this optimizer itself chats.- Tell specific nodes to be quiet (
modules_to_silence). - Decide if you want to see what they would have said (
log_suppressed_output). - Adjust how much this optimizer talks (
patcher_log_level).
- Tell specific nodes to be quiet (
-
Also sets
NO_ALBUMENTATIONS_UPDATE=1to turn off Albumentations notes (if you forgot to do this manually)
This node must be the first in line!
Instal via Manager or clone this repository to the ComfyUI/custom_nodes/000_ComfyUI-Optim:
git clone https://github.com/wildminder/000_ComfyUI-Optim.git ComfyUI/custom_nodes/000_ComfyUI-OptimAdd nodes name to the config json, something like:
{
"modules_to_silence": [
"ComfyUI_Fill-Nodes",
"ComfyUI-Impact-Pack",
"ComfyUI-Jjk-Nodes",
"ComfyUI-Logic"
],
"patcher_log_level": "ERROR",
"log_suppressed_output": false,
"patcher_debug_mode": false
}
