I am interacting with the API and I am sending these parameters:
*{
"prompt": "18 year old teenage girl, portrait, colorful hair",
"style_selections": ["Fooocus Masterpiece"],
"aspect_ratios_selections": "19201080",
"async_process": false
}**
the API does not take "aspect_ratios_selections" value into consideration and keeps generating with the default aspect ratio, which is "1152*896". I tried with multiple different ratios, but the same problem keep occuring.
I am interacting with the API and I am sending these parameters: *{ "prompt": "18 year old teenage girl, portrait, colorful hair", "style_selections": ["Fooocus Masterpiece"], "aspect_ratios_selections": "19201080", "async_process": false }**
the API does not take "aspect_ratios_selections" value into consideration and keeps generating with the default aspect ratio, which is "1152*896". I tried with multiple different ratios, but the same problem keep occuring.
Please help or fix.