Overview
Organize a growing workflow as follows:
- Move the complete graph inside the default blue frame.
- Rename every repeated or ambiguous node, especially positive and negative prompt encoders.
- Apply distinct colors to major functional groups.
- Use reroute nodes when long connections cross other nodes.
- Save a JSON copy before replacing a major branch.
- Use Ctrl+Shift+V when a duplicate node should keep the original incoming connections.
- Use bypass instead of deleting a branch that may be needed again.
- Convert frequently reused settings to inputs when moving them to a Primitive node makes the graph clearer.
- Confirm that unchanged nodes are not rerunning unnecessarily; a generation should begin at the earliest changed stage.
- Preserve ComfyUI image metadata when the workflow may need to be reconstructed later.
A practical modification pattern is to copy a complete text-to-image branch, paste it elsewhere, bypass the original branch, and adapt the copy into an image-to-image or upscaling branch. The original remains available for comparison without running.