I want to generate a specific Resolution
#295
by
LKhelwi
- opened
Hello, I have no experience in coding or anything but i have seemed to be able to walk around and do what i wanted and generate the images desired the only thing that i didn't seem to get around was setting a specific resolution in the advanced settings.
I'm using an API and sending a request on HTTP
here's how i formatted the request :
{
"inputs": "your text prompt here",
"parameters": {
"target_size": {
"width": 1080,
"height": 1920
}
}
}
but this didn't work, the image is still generated but in the same 1024x1024 resolution
Hope anyone can help me ! Thanks