
EditMediumSDXL Juggernaut
Load From Save To
Loads a GenAsset version, edits it, then saves the output back as the next tracked version.
About
Load from GenAsset, modify, then save the result back as next version.
What it does
Creates a round-trip edit loop with versioned persistence.
How to use
- In GenAsset, open Settings -> Tokens and create a workspace token.
- In your ComfyUI folder, create `user/genasset.json` with:
- In this workflow, keep `base_url` as `https://genasset.xyz` and `token` as `ComfyUI/user/genasset.json`.
- Fill any `PASTE_*` fields, then Queue Prompt.
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"
}