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
- In GenAsset, open Settings -> Tokens and create a workspace token.
- In your ComfyUI folder, create `user/genasset.json` with:
- Keep `base_url` as `https://genasset.xyz` and `token` as `ComfyUI/user/genasset.json`.
- Set `asset_id` (and optional `version_id`) on Load Version.
- Queue once to create a branched candidate version.
- 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"
}