Sign In

ComfyUI Image Workflows: Use Guide

36

Jul 31, 2025

(Updated: 5 days ago)

workflows
ComfyUI Image Workflows: Use Guide

🔽DOWNLOAD🔽

https://openapi.smxblysq.workers.dev/models/1386234/comfyui-image-workflows


Overview

The archive contains the following workflows:

  1. T2I_V15:
    is for creating new images with every possible feature (pose control, style transfer, refiner, etc.).

  2. BasicT2I_V15:
    is a streamlined text-to-image experience without the advanced IP-Adapter, OpenPose, or Refiner steps, making it faster and simpler to use.

  3. Upscaler_V15:
    is not for creating new images, but for improving and enlarging images you already have.

  4. VPred_V15:
    is specifically for models that require v-prediction sampling, which is a different way the model interprets noise during generation.


Requirements

Most of the requirements can be downloaded directly in the ComfyUI Manager.

🟥T2I_V15

🟨BasicT2I_V15

🟩Upscaler_V15

🟦VPred_V15

Custom Nodes:

Models Checklist:

You only need to download the models for features you are planning to use e.g. if you don't use the refiner you dont need to download the sd_xl_refiner_1.0 model.


Recommendations

grafik.png

Enable Autocompletion in the settings tab under pysssss. It's also recommended to press Manage Custom Words, load the default tag list and press save.

https://gist.githubusercontent.com/pythongosssss/1d3efa6050356a08cea975183088159a/raw/a18fb2f94f9156cf4476b0c24a09544d6c0baec6/danbooru-tags.txt

grafik.png

Also disable Link Visibility for better viewing clearity since it can get quite clustered.


T2I_V15

workflow.png

1. Control Center

The purpose of the Control Center is to centralize the most common settings and provide master on/off switches for the workflow's major features, making it easy to manage without navigating through the entire workflow.

Fast Groups Bypasser (rgthree): This is the core of the control system. Each toggle (e.g., Enable HiResFix) is linked to a group of nodes. Setting a toggle to "no" effectively removes that entire group from the generation process.

grafik.png

Seed (rgthree): A master seed control for all generation steps. (-1 means random)

grafik.png

Ckpt Select: Select the main SDXL model used for generation in the Ckpt Names node.

grafik.png

Width & Height: The base resolution of the generated images.

Recommended Values: [1:1] 1024x1024, [3:4] 896x1152, [5:8] 832x1216, [9:16] 768x1344, [9:21] 640x1536
grafik.png

Scheduler & Sampler: Select the main scheduler and sampler for the generation process.

grafik.png

Steps Base: The steps used for the base image sampler.

grafik.png

Steps Refiner: The steps used for the refinement process if enabled in the Fast Groups Bypasser node.

grafik.png

Batch Size: determines how many images are generated in a single run when you press "Queue Prompt

grafik.png

CLIPSetLastLayer: fine-tunes how the AI model interprets your text prompt.

grafik.png

CFG Value: Guidance setting of how closely the generation follows your prompt.

grafik.png

POSITIVE & NEGATIVE: This where you write your text prompt. You can use certain syntax to manually include embeddings, LoRAs and wildcards. However you can also click the "Click to add LoRA" and "Click to add Wildcard" at the bottom of the node to choose from a list of the available ones.

anime //normal tag
(anime) //equals to a weight of 1.1
((anime)) //equals to a weight of 1.21
(anime:0.5) //equals to a weight of 0.5 (keyword:factor)
[anime:cartoon:0.5] //prompt scheduling [keyword1:keyword2:factor] switches tag at 50%
embedding:Cool_Embedding
(embedding:Cool_Embedding:1.2) //change weight (same as for normal tags)
<lora:Cool_LoRA> //unspecified LoRA weight (default 1.0)
<lora:Cool_LoRA:0.75> //specified LoRA weight 0.75
<lora:Cool_LoRA.safetensors:0.75> //also possible to include the file extension
__coolWildcard__ //use wildcard
__other/otherWildcard__ //wildcard in a sub folder
grafik.png

2. Refiner

The Refiner performs a second diffusion pass on the image using a dedicated refiner model. This step doesn't change the composition but enhances fine details, textures, and overall image sharpness.

Enable/Disable the Refiner in the Fast Groups Bypasser node and adjust the number of steps in the Steps Refiner node.

grafik.png

3. HiRes Fix

The HiRes Fix performs an initial, controlled upscale of the generated image (base+refiner) before the more intensive detailing passes. This adds resolution and detail without straying from the original composition.

Enable/Disable the HiRes Fix in the Fast Groups Bypasser node.

grafik.png

4. Detailer Chain/Pipeline

Uses specialized object detection models to find and redraw specific parts of the image with extreme detail. This is the core of the workflow's refinement process, tackling common problem areas sequentially. The output of one detailer becomes the input for the next. The Denoise strength controls how much freedom the model has to change the detected area. It's a value from 0.0 (no change) to 1.0 (total redraw). The bbox threshold is the confidence level the detection model must have before it acts. 

HandDetailerBodyDetailerNSFWDetailerFaceDetailerEyesDetailer

You might also wanna change the detailing prompt by expanding the Edit DetailerPipe node e.g. {hand, perfect hands| hand, good correct hands} into something different that aligns better with your goal in mind.

Enable/Disable the Detailers in the Fast Groups Bypasser node.

grafik.png

5. Color Match

Corrects any color shifts that may have occurred during the numerous detailing and upscaling passes. This ensures the final image retains the intended color palette of the initial generation. 

Enable/Disable the Color Match in the Fast Groups Bypasser node.

grafik.png

6. Upscaler

Performs the final, large-scale upscaling with the help of an controlnet after all detailing passes are complete, resulting in a high-resolution final image.

Enable/Disable the Upscaler in the Fast Groups Bypasser node.

grafik.png

7. ComfyCouple

Applies different prompts to different regions of the image. This is useful for creating scenes with multiple, distinct characters or for specifying a character in one area and a background in another. It takes two positive conditioning inputs. In this workflow, it's set to "horizontal" with a division at 0.5. This means the main POSITIVE prompt applies to the left 50% of the image, and the 2nd Prompt (ComfyCouple) prompt applies to the right 50%.

Enable/Disable the ComfyCouple in the Fast Groups Bypasser node.

grafik.png

8. OpenPose

Applies precise and complex character poses using a reference image, overriding the natural posing the model might otherwise choose. Find the LoadImage node and upload the image you want to use as the structural basis for your generation. If the image is already preprocessed for set Use Img Preprocessor? node to off. (Resource for poses: https://github.com/a-lgil/pose-depot)

Enable/Disable OpenPose in the Fast Groups Bypasser node.

grafik.png

9. Any ControlNet

Flexible system designed to let you apply any type of ControlNet to your image generation through a few simple dropdown menus. Find the LoadImage node and upload the image you want to use as the structural basis for your generation. If the image is already preprocessed for set Use Img Preprocessor? node to off. (Resource for poses: https://github.com/a-lgil/pose-depot)

Go to the ControlNetPreprocessorSelector node and click the dropdown menu and choose the type of control you want to apply.

Go to the ControlNetLoader node and click the dropdown and select the model file that corresponds to your chosen preprocessor.

Enable/Disable Any ControlNet in the Fast Groups Bypasser node.

grafik.png

10. IP-Adapter Style & Composition

Transfers the overall aesthetic including color palette, lighting, mood, and compositional elements from a reference image to the generated image.

Enable/Disable Style & Compostition in the Fast Groups Bypasser node.

grafik.png

11. IP-Adapter FaceID

Accurately transfers the facial identity from a reference portrait to the generated character. This is more precise than using a standard IP-Adapter for faces.

Enable/Disable FaceID in the Fast Groups Bypasser node.

grafik.png

12. Clip Vision

Allows the model to "see" and understand an image in a way that's similar to how it understands text.

Enable/Disable Clip Vision in the Fast Groups Bypasser node.

grafik.png

13. Compression Removal

This is a JPEG artifact/compression removal tool.

Enable/Disable Compression Removal in the Fast Groups Bypasser node.

grafik.png

14. Seperate VAE

This group acts as a switch, allowing you to choose between using the VAE that's built into your main model (.safetensors checkpoint) or using a standalone, high-quality VAE file.

Enable/Disable Seperate VAE in the Fast Groups Bypasser node.

grafik.png

BasicT2I_V15

workflow.png

1. Control Center

The purpose of the Control Center is to centralize the most common settings and provide master on/off switches for the workflow's major features, making it easy to manage without navigating through the entire workflow.

Fast Groups Bypasser (rgthree): This is the core of the control system. Each toggle (e.g., Enable HiResFix) is linked to a group of nodes. Setting a toggle to "no" effectively removes that entire group from the generation process.

grafik.png

Seed (rgthree): A master seed control for all generation steps. (-1 means random)

c3276e23-2f72-4196-9704-cdb1cd048e2c.png

Ckpt Select: Select the main SDXL model used for generation.

25c31149-57c1-45e6-8a57-2f7b0afc5d6d.png

Width & Height: The base resolution of the generated images.

Recommended Values: [1:1] 1024x1024, [3:4] 896x1152, [5:8] 832x1216, [9:16] 768x1344, [9:21] 640x1536
6660bfa5-024e-45f5-8d58-992e5b3acce0.png

Scheduler & Sampler: Select the main scheduler and sampler for the generation process.

ed1c2366-67d2-4234-96a4-90489e03667c.png

Steps Base: The steps used for the base image sampler.

4c55b525-9c39-4d2b-a807-3ae971fbe9eb.png

Batch Size: determines how many images are generated in a single run when you press "Queue Prompt

9006fa4c-233f-4460-a93d-0c3060f4f776.png

CLIPSetLastLayer: fine-tunes how the AI model interprets your text prompt.

74ed9834-4893-46f4-bd73-dfbc20b635c4.png

CFG Value: Guidance setting of how closely the generation follows your prompt.

6dae6c47-5b2e-4395-b863-c7649a6ad71b.png

POSITIVE & NEGATIVE: This where you write your text prompt. You can use certain syntax to manually include embeddings, LoRAs and wildcards. However you can also click the "Click to add LoRA" and "Click to add Wildcard" at the bottom of the node to choose from a list of the available ones.

anime //normal tag
(anime) //equals to a weight of 1.1
((anime)) //equals to a weight of 1.21
(anime:0.5) //equals to a weight of 0.5 (keyword:factor)
[anime:cartoon:0.5] //prompt scheduling [keyword1:keyword2:factor] switches tag at 50%
embedding:Cool_Embedding
(embedding:Cool_Embedding:1.2) //change weight (same as for normal tags)
<lora:Cool_LoRA> //unspecified LoRA weight (default 1.0)
<lora:Cool_LoRA:0.75> //specified LoRA weight 0.75
<lora:Cool_LoRA.safetensors:0.75> //also possible to include the file extension
__coolWildcard__ //use wildcard
__other/otherWildcard__ //wildcard in a sub folder

2. HiRes Fix

The HiRes Fix performs an initial, controlled upscale of the generated image (base) before the more intensive detailing passes. This adds resolution and detail without straying from the original composition.

Enable/Disable the HiRes Fix in the Fast Groups Bypasser node.

cc9dadf6-72a9-46db-9307-21c553b6480f.png

3. Detailer Chain/Pipeline

Uses specialized object detection models to find and redraw specific parts of the image with extreme detail. This is the core of the workflow's refinement process, tackling common problem areas sequentially. The output of one detailer becomes the input for the next. The Denoise strength controls how much freedom the model has to change the detected area. It's a value from 0.0 (no change) to 1.0 (total redraw). The bbox threshold is the confidence level the detection model must have before it acts. 

HandDetailerBodyDetailerNSFWDetailerFaceDetailerEyesDetailer

You might also wanna change the detailing prompt by expanding the Edit DetailerPipe node e.g. {hand, perfect hands| hand, good correct hands} into something different that aligns better with your goal in mind.

Enable/Disable the Detailers in the Fast Groups Bypasser node.

16089627-8159-4db8-a7fa-a5bbbd2ae32f.png

4. Color Match

Corrects any color shifts that may have occurred during the numerous detailing and upscaling passes. This ensures the final image retains the intended color palette of the initial generation. 

Enable/Disable the Color Match in the Fast Groups Bypasser node.

7c6e4910-5e2b-4c7c-82da-edb397c17d1b.png

5. Upscaler

Performs the final, large-scale upscaling with the help of an controlnet after all detailing passes are complete, resulting in a high-resolution final image.

0120846a-9b77-4bed-88a0-d96cbcf3a25a.png

6. Seperate VAE

This group acts as a switch, allowing you to choose between using the VAE that's built into your main model (.safetensors checkpoint) or using a standalone, high-quality VAE file.

Enable/Disable it in the Fast Groups Bypasser node.

12d4e015-67c8-431e-9e5e-5d18b6513a83.png

VpredV15

workflow(2).png

1. Control Center

The purpose of the Control Center is to centralize the most common settings and provide master on/off switches for the workflow's major features, making it easy to manage without navigating through the entire workflow.

Fast Groups Bypasser (rgthree): This is the core of the control system. Each toggle (e.g., Enable HiRes) is linked to a group of nodes. Setting a toggle to "no" effectively removes that entire group from the generation process.

grafik.png

Seed (rgthree): A master seed control for all generation steps. (-1 means random)

c3276e23-2f72-4196-9704-cdb1cd048e2c.png

Ckpt Select: Select the main SDXL model used for generation.

Width & Height: The base resolution of the generated images.

Recommended Values: [1:1] 1024x1024, [3:4] 896x1152, [5:8] 832x1216, [9:16] 768x1344, [9:21] 640x1536
6660bfa5-024e-45f5-8d58-992e5b3acce0.png

Scheduler & Sampler: Select the main scheduler and sampler for the generation process.

ed1c2366-67d2-4234-96a4-90489e03667c.png

Steps Base: The steps used for the base image sampler.

Steps Hires: The steps used for the hires sampler.

Batch Size: determines how many images are generated in a single run when you press "Queue Prompt

9006fa4c-233f-4460-a93d-0c3060f4f776.png

CLIPSetLastLayer: fine-tunes how the AI model interprets your text prompt.

74ed9834-4893-46f4-bd73-dfbc20b635c4.png

CFG Value: Guidance setting of how closely the generation follows your prompt.

POSITIVE & NEGATIVE: This where you write your text prompt. You can use certain syntax to manually include embeddings, LoRAs and wildcards. However you can also click the "Click to add LoRA" and "Click to add Wildcard" at the bottom of the node to choose from a list of the available ones.

anime //normal tag
(anime) //equals to a weight of 1.1
((anime)) //equals to a weight of 1.21
(anime:0.5) //equals to a weight of 0.5 (keyword:factor)
[anime:cartoon:0.5] //prompt scheduling [keyword1:keyword2:factor] switches tag at 50%
embedding:Cool_Embedding
(embedding:Cool_Embedding:1.2) //change weight (same as for normal tags)
<lora:Cool_LoRA> //unspecified LoRA weight (default 1.0)
<lora:Cool_LoRA:0.75> //specified LoRA weight 0.75
<lora:Cool_LoRA.safetensors:0.75> //also possible to include the file extension
__coolWildcard__ //use wildcard
__other/otherWildcard__ //wildcard in a sub folder

2. HiRes

The HiRes performs an initial, controlled upscale of the generated image (base) before the more intensive detailing passes. This adds resolution and detail without straying from the original composition. Enable/Disable the HiRes in the Fast Groups Bypasser node.

grafik.png

3. Detailer Chain/Pipeline

Uses specialized object detection models to find and redraw specific parts of the image with extreme detail. This is the core of the workflow's refinement process, tackling common problem areas sequentially. The output of one detailer becomes the input for the next. The Denoise strength controls how much freedom the model has to change the detected area. It's a value from 0.0 (no change) to 1.0 (total redraw). The bbox threshold is the confidence level the detection model must have before it acts. 

HandDetailerBodyDetailerNSFWDetailerFaceDetailerEyesDetailer

You might also wanna change the detailing prompt by expanding the Edit DetailerPipe node e.g. {hand, perfect hands| hand, good correct hands} into something different that aligns better with your goal in mind.

Enable/Disable the Detailers in the Fast Groups Bypasser node.

16089627-8159-4db8-a7fa-a5bbbd2ae32f.png

4. Seperate VAE

This group acts as a switch, allowing you to choose between using the VAE that's built into your main model (.safetensors checkpoint) or using a standalone, high-quality VAE file.

Enable/Disable it in the Fast Groups Bypasser node.

12d4e015-67c8-431e-9e5e-5d18b6513a83.png

Upscaler_V15

workflow.png

1. Control Center

The purpose of the Control Center is to centralize the most common settings and provide master on/off switches for the workflow's major features, making it easy to manage without navigating through the entire workflow.

Fast Groups Bypasser (rgthree): This is the core of the control system. Each toggle (e.g., Enable Face ADetailer) is linked to a group of nodes. Setting a toggle to "no" effectively removes that entire group from the generation process.

grafik.png

Seed (rgthree): A master seed control for all generation steps. (-1 means random)

c3276e23-2f72-4196-9704-cdb1cd048e2c.png

Ckpt Select: Select the main SDXL model used for generation.

25c31149-57c1-45e6-8a57-2f7b0afc5d6d.png

Scheduler & Sampler: Select the main scheduler and sampler for the generation process.

7352c3d4-3426-460c-989c-fabe8d8dc37d.png

CLIPSetLastLayer: fine-tunes how the AI model interprets your text prompt.

74ed9834-4893-46f4-bd73-dfbc20b635c4.png

CFG Value: Guidance setting of how closely the generation follows your prompt.

6dae6c47-5b2e-4395-b863-c7649a6ad71b.png

2. Upscaler

Performs a upscaling process with the help of an controlnet, resulting in a high-resolution image.

grafik.png

3. Detailer Chain/Pipeline

Uses specialized object detection models to find and redraw specific parts of the image with extreme detail. This is the core of the workflow's refinement process, tackling common problem areas sequentially. The output of one detailer becomes the input for the next. The Denoise strength controls how much freedom the model has to change the detected area. It's a value from 0.0 (no change) to 1.0 (total redraw). The bbox threshold is the confidence level the detection model must have before it acts. 

HandDetailerBodyDetailerNSFWDetailerFaceDetailerEyesDetailer

You might also wanna change the detailing prompt by expanding the Edit DetailerPipe node e.g. {hand, perfect hands| hand, good correct hands} into something different that aligns better with your goal in mind.

Enable/Disable the Detailers in the Fast Groups Bypasser node.

16089627-8159-4db8-a7fa-a5bbbd2ae32f.png

4. Color Match

Corrects any color shifts that may have occurred during the numerous detailing and upscaling passes. This ensures the final image retains the intended color palette of the initial generation. Enable/Disable the Color Match in the Fast Groups Bypasser node.

7c6e4910-5e2b-4c7c-82da-edb397c17d1b.png

FAQ❔

Q1: How do I install all the required Custom Nodes?
A: The easiest way is to use the ComfyUI-Manager. After installing the Manager, you can use its Install Missing Custom Nodes feature, which will automatically find and install most of the nodes required by these workflows.

Q2: A model download link is broken. What should I do?
A: If a Hugging Face or Civitai link is down, try searching for the model filename directly on the respective sites (e.g., search for "4x_foolhardy_Remacri.pth" on the Hugging Face Hub). There are often alternative links provided.

Q3: How do I use a different LoRA?
A: In the POSITIVE or NEGATIVE prompt nodes, you can either manually type <lora:YourLoraName.safetensors:1.0> or, more easily, click the Click to add LoRA text at the bottom of the node. This will open a list of all your installed LoRAs, and you can click to add one with the correct syntax.

Q4: What are wildcards and how do I use them?
A: Wildcards are files that contain lists of words or phrases. When you use a wildcard in your prompt (e.g., haircolor), the workflow randomly selects one line from the corresponding haircolor.txt file for each generation. This is a powerful way to create a lot of variation automatically.
Installation: Place your wildcard .txt files in the ComfyUI/custom_nodes/ComfyUI-Impact-Pack/wildcards folder. You can create subdirectories for organization.
Usage: In the prompt node, type the filename surrounded by double underscores. You can also use the "Click to add Wildcard" helper at the bottom of the prompt node.

Q5: The Detailer nodes have Denoise and bbox threshold settings. What do they do?
A: Denoise: It controls how much the detailer can change the detected area. A low value (e.g., 0.2) makes subtle fixes, while a high value (e.g., 0.5) gives the model more freedom to redraw the area completely. Start low and increase if the details aren't fixed. 
Bbox Threshold: This is the model's confidence score. A value of 0.3 means the model will only act if it's at least 30% sure it has correctly identified a hand, face, etc. If the detailer isn't activating, you can try lowering this value slightly.


🔽DOWNLOAD🔽

https://openapi.smxblysq.workers.dev/models/1386234/comfyui-image-workflows


8a16a57d-07e4-4139-8bc3-239dcb97c5c4.jpeg

36

Comments