cancel
Showing results for 
Search instead for 
Did you mean: 

[UPDATED HOW-TO] Running Optimized Automatic1111 Stable Diffusion WebUI on AMD GPUs

adit_bhutani
Staff
Staff
13 0 125K

[UPDATE]: The Automatic1111-directML branch now supports Microsoft Olive under the Automatic1111 WebUI interface, which allows for generating optimized models and running them all under the Automatic1111 WebUI, without a separate branch needed to optimize for AMD platforms. The original blog with additional instructions on how to manually generate and run Stable Diffusion Automatic1111 with Olive Optimizations is available here - ORIGINAL HOW-TO GUIDE

Prepared by Hisham Chowdhury (AMD), Lucas Neves (AMD), and Justin Stoecker (Microsoft)

Did you know you can enable Stable Diffusion with Microsoft Olive under Automatic1111(Xformer) to get a significant speedup via Microsoft DirectML on Windows? Microsoft and AMD have been working together to optimize the Olive path on AMD hardware, accelerated via the Microsoft DirectML platform API and the AMD User Mode Driver’s ML (Machine Learning) software layer allowing users access to the power of the AMD GPU’s AI (Artificial Intelligence) capabilities.

adit_bhutani_2-1694199713194.png

1. Prerequisites

 

2. Overview of Microsoft Olive

Olive is a Python tool that can be used to convert, optimize, quantize, and auto-tune models for optimal inference performance with ONNX Runtime execution providers like DirectML. Olive greatly simplifies model processing by providing a single toolchain to compose optimization techniques, which is especially important with more complex models like Stable Diffusion that are sensitive to the ordering of optimization techniques. The DirectML sample for Stable Diffusion applies the following techniques:

  • Model conversion: translates the base models from PyTorch to ONNX.
  • Transformer graph optimization: fuses subgraphs into multi-head attention operators and eliminating inefficient from conversion.
  • Quantization: converts most layers from FP32 to FP16 to reduce the model's GPU memory footprint and improve performance.

Combined, the above optimizations enable DirectML to leverage AMD GPUs for greatly improved performance when performing inference with transformer models like Stable Diffusion.

 

3. Generate and Run Olive Optimized Stable Diffusion Models with Automatic1111 WebUI on AMD GPUs

Here is how to generate Microsoft Olive optimized stable diffusion model and run it using Automatic1111 WebUI:

  • Open Anaconda/Miniconda Terminal.
  • Enter the following commands in the terminal, followed by the enter key, to install Automatic1111 WebUI 
    • conda create --name Automatic1111_olive python=3.10.6
    • conda activate Automatic1111_olive
    • git clone https://github.com/lshqqytiger/stable-diffusion-webui-directml
    • cd stable-diffusion-webui-directml
    • git submodule update --init --recursive
    • webui.bat --onnx --backend directml
      • This step will install all its dependencies needed for olive, onnxruntime, other packages and start up, this may take a few minutes.
  • CTRL+CLICK on the URL following "Running on local URL:" to run the WebUI

 

If the WebUI returns an error on the first run, follow below instructions:

  • cd stable-diffusion-webui-directml\venv\Scripts
  • pip install httpx==0.24.1

 

  • Go to the Olive optimization tab and start the optimization pass
    adit_bhutani_0-1698430450468.png

     


  • Select the optimized model that will appear in the checkpoint dropdown
    adit_bhutani_3-1694201930958.png
  • Go to the "txt2img" tab and run your inference!
    adit_bhutani_1-1698430491373.png

     


 

Running on the default PyTorch path, the AMD Radeon RX 7900 XTX delivers1.87 iterations/second.

Running on the optimized model with Microsoft Olive, the AMD Radeon RX 7900 XTX delivers18.59 iterations/second.

End Result is up to 9.9X improvement in performance on AMD Radeon™ RX 7900 XTX.

 

3.1 Stable Diffusion XL on AMD Radeon Graphics Cards

Note: Stable Diffusion XL requires lot more memory than Stable Diffusion 1.5 so its recommended to use system with 16GB or higher VRAM

To run Stable Diffusion XL version from Stability AI

  • Go to the Olive Optimization tab
  • Start the optimization pass and change
    • ONNX Model ID = stabilityai/stable-diffusion-xl-base-1.0
    • Uncheck “Safety Checker”

adit_bhutani_0-1694204638402.png

adit_bhutani_1-1694204739724.png

  • Select the optimized model that will appear in the checkpoint dropdown
    adit_bhutani_9-1694202939940.png
  • Go to the "txt2img" tab and run your inference!
    adit_bhutani_10-1694202957772.png

     


4. Disclaimers & Footnotes

Links to third-party sites are provided for convenience and unless explicitly stated, AMD is not responsible for the contents of such linked sites, and no endorsement is implied. GD-98

Testing conducted by AMD as of August 15th, 2023, on a test system configured with a Ryzen9 7950X 3D(4.2GHz) CPU, 32GB DDR5, Radeon RX 7900XTX GPU, Windows 11 Pro, with AMD Software: Adrenalin Edition 23.7.2, using the application Stable Diffusion 1.5 with Microsoft Olive under Automatic 1111 vs. Default Automatic 1111.  Performance may vary. System manufacturers may vary configurations, yielding different results. RS-587

The information presented in this document is for informational purposes only and may contain technical inaccuracies, omissions, and typographical errors. The information contained herein is subject to change and may be rendered inaccurate for many reasons, including but not limited to product and roadmap changes, component and motherboard version changes, new model and/or product releases, product differences between differing manufacturers, software changes, BIOS flashes, firmware upgrades, or the like. Any computer system has risks of security vulnerabilities that cannot be completely prevented or mitigated. AMD assumes no obligation to update or otherwise correct or revise this information. However, AMD reserves the right to revise this information and to make changes from time to time to the content hereof without obligation of AMD to notify any person of such revisions or changes. GD-18.

THIS INFORMATION IS PROVIDED ‘AS IS.” AMD MAKES NO REPRESENTATIONS OR WARRANTIES WITH RESPECT TO THE CONTENTS HEREOF AND ASSUMES NO RESPONSIBILITY FOR ANY INACCURACIES, ERRORS, OR OMISSIONS THAT MAY APPEAR IN THIS INFORMATION. AMD SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR ANY PARTICULAR PURPOSE. IN NO EVENT WILL AMD BE LIABLE TO ANY PERSON FOR ANY RELIANCE, DIRECT, INDIRECT, SPECIAL, OR OTHER CONSEQUENTIAL DAMAGES ARISING FROM THE USE OF ANY INFORMATION CONTAINED HEREIN, EVEN IF AMD IS EXPRESSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

Copyright 2023 Advanced Micro Devices, Inc. All rights reserved. AMD, the AMD Arrow logo, AMD Radeon, and combinations thereof are trademarks of Advanced Micro Devices, Inc. Microsoft is a registered trademark of Microsoft Corporation in the US and/or other countries. Other product names used in this publication are for identification purposes only and may be trademarks of their respective owners. Other product names used in this publication are for identification purposes only and may be trademarks of their respective owners.