bes-dev / stable_diffusion.openvino

Apache License 2.0
1.53k stars 206 forks source link

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

Closed 42lux closed 9 months ago

42lux commented 2 years ago

# 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")

bes-dev commented 2 years ago

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

rjamesnw commented 2 years ago

I am looking for this also. :/

soten355 commented 2 years ago

@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?

HackerDaGreat57 commented 1 year ago

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

0xBYTESHIFT commented 1 year ago

Unfortunately, repository seems to be stale