Introduction

Installation

Create a workspace token, install the ComfyUI nodes, download a starter workflow, and verify the round trip.

Create a token

Workspace tokens authenticate ComfyUI nodes, Python scripts, and direct API requests. Full token values are shown once, so store them like passwords.

Create a token
bash
curl -X POST "$GENASSET_URL/api/v1/tokens" \
  -H "Authorization: Bearer $GENASSET_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"label":"ComfyUI workflow token"}'

You can also create a token from Settings or Onboarding.

Install nodes

In ComfyUI, open Manager, search for GenAsset, install the custom nodes, then restart ComfyUI.

Manual install
bash
cd ComfyUI/custom_nodes && git clone https://github.com/steliosot/ComfyUI-GenAsset.git

Download workflows

SD 1.5 text to image

Generates a preview and sends the output to Save To GenAsset.

Download
Load from GenAsset img2img

Loads an existing GenAsset asset, edits it, and saves the next version.

Download
Default checkpoint
The starter workflows use juggernaut_reborn.safetensors. Place the checkpoint in ComfyUI/models/checkpoints/ before running.

Verify setup

Queue the workflow, then open Assets. A successful save creates an asset with at least one version and attached metadata.