Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discrepancy between code and docs #3

Open
raphaelmatto opened this issue Sep 9, 2022 · 1 comment
Open

Discrepancy between code and docs #3

raphaelmatto opened this issue Sep 9, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@raphaelmatto
Copy link

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

Doc issue

System Info

It's on GitHub
@raphaelmatto raphaelmatto added the bug Something isn't working label Sep 9, 2022
@harishanand95
Copy link
Owner

ah sorry, yeah higher resolutions did not work initially. Now I think it works. Though I would suggest using diffusers official way to export onnx models.
https://gist.github.com/harishanand95/75f4515e6187a6aa3261af6ac6f61269

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants