# wyrde's generic tile
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.
## Comparing Things
stuff
This workflow
* more
* stuff
* here
## with 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
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`
| prompt A | prompt B | prompt C | prompt D
|:----:|:----:|:----:|:----:|
|Is, This, Different, Than | Is; This; Different; Than | Is: This: Different: Than | Is. This. Different. Than |
|
|
|
|
## resources
Model
* animatrix https://civitai.com/models/21916/animatrix
* 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)