Describe the bug
Here:
https://github.com/harishanand95/diffusers/blob/dml/examples/inference/readme.md?plain=1#L38-L39
... it says, "Currently only 512x512 image is supported."
But here:
https://github.com/harishanand95/diffusers/blob/dml/examples/inference/dml_onnx.py#L213-L217
... there are instructions on how to increase the resolution. Which is true? Does this code support increasing the resolution?
Thanks!
Reproduction
Doc issue
Logs
System Info
Describe the bug
Here:
https://github.com/harishanand95/diffusers/blob/dml/examples/inference/readme.md?plain=1#L38-L39
... it says, "Currently only 512x512 image is supported."
But here:
https://github.com/harishanand95/diffusers/blob/dml/examples/inference/dml_onnx.py#L213-L217
... there are instructions on how to increase the resolution. Which is true? Does this code support increasing the resolution?
Thanks!
Reproduction
Doc issue
Logs
System Info
It's on GitHub