You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all, I'm using the API in my python script, pretty similarly to the examples, but when I set height to 768 it does not seem to actually change the height output..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, I'm using the API in my python script, pretty similarly to the examples, but when I set height to 768 it does not seem to actually change the height output..
payload = { "prompt": prompt, "steps": steps, "enable_hr": True, "batch_size": batchsize, "width": 768, "height": 512, }still is outputting a 512x512 image. Am I missing something?
EDIT:
Im dumb and had height and width reversed, it works as it should
Beta Was this translation helpful? Give feedback.
All reactions