lolzinventor commited on
Commit
9af2bdf
·
verified ·
1 Parent(s): 83c050a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ The process is as follows:
26
  1. The target image and the last generated image (blank if it's the first step) are provided to an LLM with a comparison prompt.
27
  2. The LLM outputs a detailed description of each image and the key differences between them.
28
  3. The comparison results and the last generated prompt (empty if it's the first step) are provided to an LLM with an SD generation prompt.
29
- 4. The SD generation prompt is sent to the ComfyUI API using Z-Image Turbo, and the output image is captured.
30
  5. Repeat N times.
31
 
32
  The system employed between 4 and 6 rounds of comparison and correction to generate each prompt-image pair. In theory, this process adapts the prompt to minimize the difference between the target image and the generated image, thereby tailoring the prompt specifically to the image model.
 
26
  1. The target image and the last generated image (blank if it's the first step) are provided to an LLM with a comparison prompt.
27
  2. The LLM outputs a detailed description of each image and the key differences between them.
28
  3. The comparison results and the last generated prompt (empty if it's the first step) are provided to an LLM with an SD generation prompt.
29
+ 4. The output prompt is sent to the ComfyUI API using Z-Image Turbo, and the output image is captured.
30
  5. Repeat N times.
31
 
32
  The system employed between 4 and 6 rounds of comparison and correction to generate each prompt-image pair. In theory, this process adapts the prompt to minimize the difference between the target image and the generated image, thereby tailoring the prompt specifically to the image model.