Back to catalog
Workflow preview
BranchingAdvancedSDXL Juggernaut

Branch Experiment Promote

Creates a branch from an existing version, tests an edit, then promotes the chosen result back into the asset history.

About

Create a safe branch edit from an existing version, review it, then promote when approved.

What it does

Lets users test changes on a branch path before making them current.

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. Keep `base_url` as `https://genasset.xyz` and `token` as `ComfyUI/user/genasset.json`.
  4. Set `asset_id` (and optional `version_id`) on Load Version.
  5. Queue once to create a branched candidate version.
  6. If approved, paste the new `version_id` into Promote Version and queue again.

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"
}