prodia-js
prodia-js copied to clipboard
No width & height params in prodia.generate()
If I provide width and height, I got 400. Just aspect_ratio is not enough
Hey @msveshnikov, have you tried specifying width + height but not aspect_ratio? We support both but are moving to standardise just width and height. What operations are you running too?
You do support width&height in REST API, but in prodia-js wrapper I got 400 (without aspect_ratio)
Ok @msveshnikov I'm looking into this :)