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
Hi, I was thinking about an improvement on API where we can pass an option to enable automatic width and height calculation for the outputs. Currently we always have to provide the width and height on the api for txt2img with controlnet and img2img, so because of this we always have to preprocess image even before calling the sd web ui api.
Suggestion: New api params for txt2img (controlnet) and img2img
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
-
Hi, I was thinking about an improvement on API where we can pass an option to enable automatic width and height calculation for the outputs. Currently we always have to provide the width and height on the api for txt2img with controlnet and img2img, so because of this we always have to preprocess image even before calling the sd web ui api.
Suggestion: New api params for txt2img (controlnet) and img2img
use_original_sizes:boolean
Beta Was this translation helpful? Give feedback.
All reactions