Harish Anand
Harish Anand
Let me know, if you have further issues. Works on linux, not windows. ```bash # AMD Driver installation: https://docs.amd.com/bundle/ROCm-Installation-Guide-v5.1/page/How_to_Install_ROCm.html # command would be something like this after installing amdgpu-install #...
Thanks! @gururise
@jdluzen https://github.com/harishanand95/diffusers/blob/dml/examples/inference/readme.md#instructions-for-onnx-dml-execution-on-windows Please try this and let me know, I got 512x512 image generation on windows with directml
Thanks, FYI I just updated the url to point to dml branch than main.. So the new link is https://github.com/harishanand95/diffusers/blob/dml/examples/inference/readme.md#instructions-for-onnx-dml-execution-on-windows. I had previously committed to main branch :/. Anyways, I'll...
Hi @chaos4455 @raphaelmatto and others, diffusers folks updated their code to support onnx now, so you don't need to use my branch/repo to work. Here are the steps to install...
I'll take a look. I think the changes are almost the same. Currently onnx model creation is being added to huggingface/diffusers library, so this would avoid having me maintain stuffs...
Thanks for the video, please share it in the stable diffusion discord. :)
https://twitter.com/harishanand1995/status/1567996835075338242 @gitgudchannel huggingface/diffusers natively support latest onnx files
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
Thanks for the fix! @powderluv (Use torch.ops.aten.upsample_nearest2d)