WEEK 8 · LESSON 4 · TOPIC 4 OF 6 · Practical Application

Practical Application

Lesson progress

0% Complete

SECTION 1 OF 1

In this topic · 1 sections
  1. Overview

Overview

Organize a growing workflow as follows:

  1. Move the complete graph inside the default blue frame.
  2. Rename every repeated or ambiguous node, especially positive and negative prompt encoders.
  3. Apply distinct colors to major functional groups.
  4. Use reroute nodes when long connections cross other nodes.
  5. Save a JSON copy before replacing a major branch.
  6. Use Ctrl+Shift+V when a duplicate node should keep the original incoming connections.
  7. Use bypass instead of deleting a branch that may be needed again.
  8. Convert frequently reused settings to inputs when moving them to a Primitive node makes the graph clearer.
  9. Confirm that unchanged nodes are not rerunning unnecessarily; a generation should begin at the earliest changed stage.
  10. 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.