ComfyUI Extension: Qaz Tools

Authored by qazwsxedc121

Created

Updated

1 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Personal ComfyUI custom node toolkit — dynamic prompts, utilities, and more.

README

Qaz Tools for ComfyUI

Personal custom node toolkit.

Nodes

| Node | Description | |------|-------------| | Random Prompt | Wildcard + {a\|b} syntax random prompt generation | | Combinatorial Prompt | All-combinations prompt generation | | Jinja2 Template | Jinja2 template rendering | | Output String | Display string in UI | | Text Switch (2-way) | 2-way text selector with literal input | | Text Switch (Index) | N-way text index selector with literal input |

Install

ComfyUI Manager

Paste this URL into Manager → "Install via Git URL":

https://github.com/qazwsxedc121/comfyui-qaz-tools

Manual

cd ComfyUI/custom_nodes
git clone https://github.com/qazwsxedc121/comfyui-qaz-tools

Dynamic Prompt Syntax

{red|blue|green}        → pick one randomly
{cat|{big|small} dog}   → nested variants
__colors__              → load from wildcards/colors.txt
a {__color__|red} car   → mixed wildcard + literal

Wildcard files go in ComfyUI/wildcards/ as .txt files (one value per line).

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Learn more