diff --git a/README.md b/README.md index d9252679..9642101b 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ This is a web UI for running [ONNX models](https://onnx.ai/) with GPU acceleration or in software, running locally or on a remote machine. -The API runs on both Linux and Windows and provides access to the major functionality of `diffusers`, along with -metadata about the available models and accelerators, and the output of previous runs. Hardware acceleration is -supported for AMD and experimental for Nvidia, with a CPU fallback capable of running on laptop-class machines. +The API runs on both Linux and Windows and provides access to the major functionality of [`diffusers`](https://huggingface.co/docs/diffusers/main/en/index), +along with metadata about the available models and accelerators, and the output of previous runs. Hardware acceleration +is supported on both AMD and Nvidia, with a CPU fallback capable of running on laptop-class machines. The GUI runs in all major browsers, including on mobile devices, and allows you to select the model and accelerator being used, along with the prompt and other image parameters. The last few output images are shown, making it easy to @@ -19,8 +19,6 @@ Based on guides by: - https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs - https://www.travelneil.com/stable-diffusion-updates.html -This is still an early project and the instructions are a little rough, but it works on my machine. - ## Features - REST API server capable of running ONNX models with DirectML acceleration