-
Notifications
You must be signed in to change notification settings - Fork 1
Home
_ _
__
_ _
__
_ _
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.
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.
- Create an Image/Text generation job