Civitai · Arazzo Workflow
Civitai Generate From a Catalog Model Version
Version 1.0.0
Resolve a catalog model version's AIR, generate an image with it, poll, and read the result.
View Spec
View on GitHub
AIArtificial IntelligenceImage GenerationVideo GenerationStable DiffusionSDXLFluxLoRAModel HostingCommunityGenerative AIArazzoWorkflows
Provider
Workflows
model-version-to-generation
Resolve a model version AIR, generate with it, poll, and read the result.
Fetches a model version from the catalog for its AIR, submits an imageGen workflow using that AIR, polls to completion, and reads the output blob URL.
1
resolveVersionAir
getModelVersion
Resolve the catalog model version to obtain its AIR identifier and base model for generation.
2
submitGeneration
submitWorkflow
Submit an imageGen workflow that uses the resolved AIR as the model and capture the new workflow id.
3
pollWorkflow
getWorkflow
Poll the generation workflow until it reaches a terminal state, looping while still processing and continuing on success.
4
readResult
getWorkflow
Read the completed workflow and collect the generated output blob URL and Buzz cost.
Source API Descriptions
openapi
openapi