Integrations
ComfyUI
Use Save To GenAsset and Load From GenAsset inside ComfyUI graphs.
Save node
Save To GenAsset

- Connect the generated image into the blue image input.
- Set base_url to your GenAsset app URL.
- Paste a workspace token from Settings or Onboarding.
- Use a stable asset_name when you want clean version history.
Load node
Load From GenAsset

- Use the same base_url and workspace_token as your save node.
- Set version_id when you want one exact version.
- Leave version_id empty and use asset_query (id/name/search) to load latest for that asset.
- Leave both empty to load the latest updated asset in your workspace.
- Connect image to VAE Encode for img2img workflows.
- Use workflow_json, metadata_json, and status_json when you need recipe/debug data.
Workflow patterns
Troubleshooting
Token errors
If saves fail with unauthorized responses, create a fresh workspace token and make sure the node is pointed at the same GenAsset URL.
Missing checkpoint
If the starter workflow opens with missing model warnings, download the checkpoint named in the workflow card and restart ComfyUI.