upscale
pipeline provides advanced image
upscaling. Powered by the latest diffusion models in HuggingFace’s
super-resolution
pipeline, it enhances the resolution of input images by a factor of 4.
upscale
pipeline is:
ai-video
channel in Discord Server.upscale
pipeline:
Tested and Verified Diffusion Models
upscale
endpoint and to experiment with
the API, see the Livepeer AI API Reference.upscale
pipeline, send a POST
request to the
Gateway’s upscale
API endpoint:
<GATEWAY_IP>
should be replaced with your AI Gateway’s IP address.model_id
is the diffusion model for image generation.image
field holds the absolute path to the image file to be
upscaled.prompt
is a descriptive text that provides context about the content of the
image.url
in the response is the URL of the generated image. Download the image
with:
upscale
pipeline, refer to the
Orchestrator Configuration guide.
upscale
pipeline is based on competitor pricing. However,
we strongly encourage orchestrators to set their own pricing based on their
costs and requirements. Setting a competitive price will help attract more jobs,
as Gateways can set their maximum price for a job. The current recommended
pricing for this pipeline is 1.9073484e-08 USD
per input pixel
(height * width
).
upscale
endpoint and experiment with the API in the Livepeer AI
API Reference.