Civitai · Arazzo Workflow
Civitai Blob Upload and Image-to-Image Generation
Version 1.0.0
Upload a source image blob, run an img2img workflow against it, poll, and read the result.
View Spec
View on GitHub
AIArtificial IntelligenceImage GenerationVideo GenerationStable DiffusionSDXLFluxLoRAModel HostingCommunityGenerative AIArazzoWorkflows
Provider
Workflows
blob-upload-img2img
Upload a blob, submit an img2img workflow, poll, and read the output.
Uploads a source image blob, submits an imageGen workflow that references the blob, polls to completion, and reads the output blob URL.
1
uploadSource
uploadBlob
Upload the source image as a blob with moderation and capture its blob id.
2
submitImg2Img
submitWorkflow
Submit an imageGen step that references the uploaded blob as an input image and capture the new workflow id.
3
pollWorkflow
getWorkflow
Poll the workflow until it reaches a terminal state, looping while still processing and continuing to read the output on success.
4
readResult
getWorkflow
Read the completed workflow and collect the transformed output blob URL.
Source API Descriptions
openapi