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.

51 lines
2.3 KiB

# wyrde's prompt noise comparisons
Uses of [WAS](https://github.com/WASasquatch/was-node-suite-comfyui) and [omar](https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92) nodes.
* Install the suits to avoid a mess of red boxes.
<img src="compare-prompt-diff-x4-v0.4.png" align="middle">
## Comparing Things
Tests showing the noise caused by punctuation
Takes advantage of text boxes, concatenate, and cli output.
## Punctuation in Prompts
| prompt A | prompt B | prompt C | prompt D
|:----:|:----:|:----:|:----:|
|`Is, This, Different, Than` | `Is; This; Different; Than` | `Is: This: Different: Than` | `Is. This. Different. Than` |
| <img src="../img/compare-prompt-diff-x4_00009_.png" align="middle"> | <img src="../img/compare-prompt-diff-x4_00010_.png" align="middle"> | <img src="../img/compare-prompt-diff-x4_00011_.png" align="middle"> | <img src="../img/compare-prompt-diff-x4_00012_.png" align="middle">
| prompt A | prompt B | prompt C | prompt D
|:----:|:----:|:----:|:----:|
| `,.;` | `,.;,.;` | `,.;,.;,.;,.;,.;,.;` | `,.;,.;,.;,.;,.;,.;,.;,.;,.;,.;` |
|<img src="./img/compare-prompt-diff-x4_00004_.png" align="middle">|<img src="./img/compare-prompt-diff-x4_00003_.png" align="middle">|<img src="./img/compare-prompt-diff-x4_00002_.png" align="middle">|<img src="./img/compare-prompt-diff-x4_00001_.png" align="middle">
| prompt A | prompt B | prompt C | prompt D
|:----:|:----:|:----:|:----:|
| ` ` | `,,,,,,` | `......` | `;;;;;;` |
|<img src="./img/compare-prompt-diff-x4_00097_.png" align="middle">|<img src="./img/compare-prompt-diff-x4_00098_.png" align="middle">|<img src="./img/compare-prompt-diff-x4_00099_.png" align="middle">|<img src="./img/compare-prompt-diff-x4_00100_.png" align="middle">
## resources
<!-- things people might want to duplicate results -->
Model
* animatrix https://civitai.com/models/21916/animatrix
Embedding
* EasyNegative https://civitai.com/models/7808/easynegative
* bad-hands-5 https://huggingface.co/yesyeahvh/bad-hands-5/tree/main
Custom Nodes
* [WAS Suite](https://github.com/WASasquatch/was-node-suite-comfyui)
* [omar QoL suit](https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92)
<!-- will likely forget to doublecheck this -->
<p align="right"><a href="..">[back]</a><a href="../../../.."> [home]</a></p>