| name | comfyui-whisk-proxy |
| description | Trigger and orchestrate complex image generation, upscaling, or node-based workflows silently via the ComfyUI Whisk headless proxy. |
ComfyUI Whisk Proxy
Goal: Route visual generation, upscaling, editing, or ControlNet-based workflows through a headless ComfyUI backend instance using the "Whisk" protocol.
Background Context
ComfyUI provides unparalleled control over Stable Diffusion and other image models through graph-based logic. The Whisk proxy allows developers to trigger these graphs without opening the GUI.
Execution Steps
-
Parameter Definition:
- Define the inputs for the specific ComfyUI graph (e.g., prompt, negative prompt, target dimensions, input image for depth maps).
-
Trigger Whisk Proxy:
- Invoke the headless proxy script. Example command:
python3 scripts/whisk_proxy.py --workflow my_custom_workflow.json --input "my optimized prompt"
-
Status Check:
- Poll for the generated output image in the designated
output/ directory.