Update README.md
Browse files
README.md
CHANGED
|
@@ -66,4 +66,36 @@ This workflow uses controlled sigma shaping, Res-2 samplers, and phased refineme
|
|
| 66 |
|
| 67 |
CFG-induced harshness
|
| 68 |
|
| 69 |
-
The result is clean, high-contrast outputs that scale well across portraits, fashion, cinematic scenes, and hard-surface material tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
|
| 67 |
CFG-induced harshness
|
| 68 |
|
| 69 |
+
The result is clean, high-contrast outputs that scale well across portraits, fashion, cinematic scenes, and hard-surface material tests.
|
| 70 |
+
|
| 71 |
+
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
| 72 |
+
|
| 73 |
+
Auto IMG Batch Caption workflow automatically generates clean, structured image captions by combining WD14 tagging, Florence-style natural language descriptions, and a custom trigger token for training consistency. The idea behind this workflow is to deliver proven results for easily (one-click) captioning datasets for training. I have made many high quality LORA from the datasets this workflow outputs.
|
| 74 |
+
|
| 75 |
+
Uses WD14 to extract high-quality tag metadata
|
| 76 |
+
|
| 77 |
+
Uses Florence to generate a natural-language image description
|
| 78 |
+
|
| 79 |
+
Injects a custom trigger token at the start of every caption
|
| 80 |
+
|
| 81 |
+
Outputs both tags + descriptive text in a single caption block
|
| 82 |
+
|
| 83 |
+
Saves captions to a user-defined folder inside ComfyUI/output
|
| 84 |
+
|
| 85 |
+
|
| 86 |
+
Important Setup Note (VERY IMPORTANT)
|
| 87 |
+
|
| 88 |
+
You must create a folder inside:
|
| 89 |
+
|
| 90 |
+
ComfyUI/input/
|
| 91 |
+
|
| 92 |
+
Example:
|
| 93 |
+
|
| 94 |
+
ComfyUI/input/Captions
|
| 95 |
+
|
| 96 |
+
Then select that folder in the caption loader node.
|
| 97 |
+
|
| 98 |
+
Captions follow this format:
|
| 99 |
+
|
| 100 |
+
TRIGGER, wd14_tags_here,
|
| 101 |
+
florence_generated_description_here
|