WEEK 8 · LESSON 7 · TOPIC 5 OF 7 · Practical Application

Practical Application

Lesson progress

0% Complete

SECTION 1 OF 1

In this topic · 1 sections
  1. Overview

Overview

Convert a text-to-image graph into image-to-image:

  1. Copy the existing text-to-image workflow so the original remains available.
  2. Bypass the branch that should not run.
  3. Delete the Empty Latent Image from the active branch.
  4. Add Load Image and upload the source image.
  5. Drag from the image output and add VAE Encode.
  6. Connect the checkpoint's VAE output to the VAE Encode node.
  7. Connect the encoded latent output to the KSampler's Latent Image input.
  8. Keep the positive and negative prompt connections in place.
  9. Set denoise to 0.3 for a conservative first test.
  10. Queue the workflow and compare the output with the original.
  11. Increase denoise to 0.8 and queue again to observe a stronger transformation.

Because only the denoise setting changed, ComfyUI begins from the modified stage rather than reloading the checkpoint and recomputing every unchanged node.