diffusers
diffusers copied to clipboard
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
### Describe the bug Hi Im using an tutorial to work on this with amd gpu and the project give an error because file post_quant_conv.onnx dont exist. Can you help...
### 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...