some wyrde workflows for comfyUI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4.6 KiB

wyrde's 4-prompt comparision

Uses of WAS and omar nodes.

  • Install the suits to avoid a mess of red boxes.

Comparing Things

Stable Diffusion can be weird. Sometimes it helps to examine the weirdness with pretty pictures. This worfklow runs 4 different prompts with the same settings and outputs the image results.

Takes advantage of text boxes, concatenate, and cli output.

Punctuation in Prompts

xformers enabled

prompt A prompt B prompt C prompt D
Is, This, Different, Than Is; This; Different; Than Is: This: Different: Than Is. This. Different. Than

xformers disabled

prompt A prompt B prompt C prompt D
Is, This, Different, Than Is; This; Different; Than Is: This: Different: Than Is. This. Different. Than
$\color{pink}{To\ disable\ xformers}$ To disable xformers: * windows portable standalone * add ` --disable-xformers` after `.\python_embeded\python.exe -s ComfyUI\main.py` in the file `run_nvidia_gpu.bat` * so it looks llke * `.\python_embeded\python.exe -s ComfyUI\main.py --disable-xformers` * github clone * add ` --disable-xformers` to the start command. * `python .\main.py --disable-xformers`

Textual Inversons (embeddings)

Are the "triggers" for textual inversions required in comfyui?

Style Princess

style princess

prompt A prompt B prompt C prompt D
girl in a sunset style-princess girl in a sunset embedding:style-princess style-princess girl in a sunset embedding:style-princess girl in a sunset

GNTZ

Style GNTZ

prompt A prompt B prompt C prompt D
girl in a sunset gntz girl in a sunset embedding:gntz gntz girl in a sunset embedding:gntz girl in a sunset

Conclusion: not needed, but they do add importance.


Lora and keywords

prompt A prompt B prompt C prompt D
girl in a sunset girl in a sunset girl in a sunset holding_sign girl in a sunset
no lora lora 1,1 lora 1,1 lora 0,0

resources

Model

Embedding

Custom Nodes

[back] [home]