stable_diffusion.openvino
stable_diffusion.openvino copied to clipboard
Suggestion: Add --height and --width for generating images in different pixel sizes
# 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 currently our backend doesn't support reshape, but this feature is in our roadmap for further releases
I am looking for this also. :/
@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?
Also really really need this feature! I'd say this is high priority.
Unfortunately, repository seems to be stale