diff --git a/README.md b/README.md index d14f1242b09..4d8db9ce9f7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Stable Diffusion web UI with more backends +# Stable Diffusion web UI for AMDGPUs A web interface for Stable Diffusion, implemented using Gradio library. @@ -98,6 +98,8 @@ A web interface for Stable Diffusion, implemented using Gradio library. ## What's different from upstream repo? +DirectML and ZLUDA support for AMDGPUs. + - `--use-directml`: Use [DirectML](https://github.com/microsoft/DirectML) as a torch backend. - `--use-zluda`: Use [ZLUDA](https://github.com/vosen/ZLUDA) as a torch backend. - Support ONNX Runtime.