Skip to content
Daniel Legt edited this page May 16, 2023 · 1 revision

This page is still a WIP

_ _

__

_ _

__

_ _

About

Welcome to the prodia-ts-api wiki!

I have documented a couple of the possible ways of generating images either from text or other images in different pages, there's really two methods to do this, one is the simple method which basically just has you wait for an async function to finish running, and another is to do the polling yourself! This is great if you want to queue multiple requests over a long period of time or just want more control.

How to use

Polling Notes

The polling method is what you need to do to actually retrieve the image as it gets queued, if you do not want to bother with this simply use the below tutorials of text2image or image2image, please do keep in mind that this method is just in case you need a little bit more control over what's happening.

  1. Create an Image/Text generation job

Text to Image

Image to Image

Clone this wiki locally