Back to catalog
Widget To Image workflow screenshot
GenerationMediumSDXL Juggernaut

Widget To Image

Uses values loaded into ComfyUI widgets to generate an image and save the result to GenAsset.

About

Use widget-driven settings to generate and save to GenAsset.

What it does

Turns recipe/widget params into an image and version history entry.

How to use

  1. In GenAsset, open Settings -> Tokens and create a workspace token.
  2. In your ComfyUI folder, create `user/genasset.json` with:
  3. In this workflow, keep `base_url` as `https://genasset.xyz` and `token` as `ComfyUI/user/genasset.json`.
  4. Fill any `PASTE_*` fields, then Queue Prompt.

Token setup

Create ComfyUI/user/genasset.json with your workspace token, then keep node token inputs as ComfyUI/user/genasset.json.

{
  "base_url": "https://genasset.xyz",
  "workspace_token": "PASTE_TOKEN"
}