Hyperbolic · Arazzo Workflow
Hyperbolic Image Prompt QA Loop
Version 1.0.0
Render an image, judge it with a vision model, and re-render once if it fails QA.
View Spec
View on GitHub
AIArtificial IntelligenceComputeDecentralizedDePINGPUImage GenerationInferenceLLMMarketplaceOpen SourceArazzoWorkflows
Provider
Workflows
image-prompt-qa
Generate an image, QA it with a vision model, and re-render on failure.
Renders an image from a prompt, asks a vision model whether it matches the requested subject, and branches: a PASS ends the flow while a FAIL triggers a single higher-quality re-render.
1
render
generateImage
Generate a first-pass image from the prompt and capture its base64 bytes.
2
judge
createChatCompletion
Ask the vision model whether the rendered image matches the requested subject, requiring a verdict that starts with PASS or FAIL.
3
rerender
generateImage
Re-render the image once at a higher step count when the vision model rejected the first pass.
Source API Descriptions
openapi