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
- 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 `source_version_id` and `new_asset_name` on Fork node.
- 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"
}