Back to catalog
Workflow preview
BranchingAdvancedSDXL Juggernaut

Fork Experiment Add Iteration

Forks a source version into a new asset line, tests an edit, and appends the result as an iteration.

About

Fork from a source version into a new asset line, test an edit, then append a reviewed iteration.

What it does

Gives teams a clean sandbox asset branch for experiments before touching the original asset.

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 `source_version_id` and `new_asset_name` on Fork node.
  5. Queue to create the fork, test edit, and save an iteration back into that fork lineage.

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