Skip to content

SimolZimol/amd_webui

 
 

Repository files navigation

amd_webui

System Requirements

How To Install

  • Download the whole repo, place in a drive with large enough space
  • Double click on start.bat to install & run. This will create a new Python virtual environment and install all required libraries. The installation can take up to 5 mins depending on your machine. At the end of the installation, you'll see the program crash with the following error that NO module named "diffusers":

image

  • Close the black screen (command prompt), and re-open start.bat, a web-ui should appear shortly

Huggingface login

  • Copy your Huggingface access token from Huggingface, paste into the first textbox on the "Settings" tab, click on Login Huggingface. You should see "login successful" message on the next textbox on the same tab. image

Downloading SD Models

  • Once successfully logged into Huggingface, head to Model Manager tab, enter the model name found on huggingface, for example: stabilityai/stable-diffusion-2

  • Click on Download model. This step will download the diffuers model and then convert them into onnx format. This step can take up to 10-30 mins depends on your internet connection and CPU speed image image

  • Monitor the blackscreen, once the model download & conversion is done, you'll see "Uninstalling onnx....". Then close the command prompt, and re-open start.bat again. image

  • You should see available models appear in the Select a model dropdown on the txt2img tab, select a model and wait for it to load image

  • During image generation, the blackscreen should show something like this: image

  • If the blackscreen show something about "DmlExecutionProvider" is not in available provider names, then you are using CPU for image generation and something has gone wrong, contact me if this happens to you image

  • Enjoy :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.2%
  • Batchfile 9.8%