stable_diffusion.openvino icon indicating copy to clipboard operation
stable_diffusion.openvino copied to clipboard

Suggestion: Add --height and --width for generating images in different pixel sizes

Open 42lux opened this issue 1 year ago • 3 comments

# Height Width parser.add_argument("--H", type=int, default=1280, help="image height, in pixel space") parser.add_argument("--W", type=int, default=720, help="image width, in pixel space")

42lux avatar Aug 29 '22 22:08 42lux

@42lux currently our backend doesn't support reshape, but this feature is in our roadmap for further releases

bes-dev avatar Aug 30 '22 11:08 bes-dev

I am looking for this also. :/

rjamesnw avatar Sep 07 '22 04:09 rjamesnw

@42lux currently our backend doesn't support reshape, but this feature is in our roadmap for further releases

If I wanted to hard code into the backend my own dimensions, where would one start? The UNET.xml?

soten355 avatar Sep 08 '22 19:09 soten355

Also really really need this feature! I'd say this is high priority.

HackerDaGreat57 avatar Oct 28 '22 23:10 HackerDaGreat57

Unfortunately, repository seems to be stale

0xBYTESHIFT avatar Oct 31 '22 16:10 0xBYTESHIFT