From 33eb7cd9f58181da24936ada4cda85c15284b1bd Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Thu, 5 Jan 2023 12:46:19 -0600 Subject: [PATCH] fix(docs): describe current features --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 981942c9..6a6fda1c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ This is a rudimentary web UI for ONNX models, providing a way to run GPU-accelerated models on Windows and even AMD with a remote web interface. -This is still fairly early and instructions are a little rough, but it works on my machine. +This is still fairly early and instructions are a little rough, but it works on my machine. If I keep working on this +for more than a week, I would like to add img2img and Nvidia support. ![txt2img with example astronaut prompt and image](./docs/readme-preview.png) @@ -14,9 +15,18 @@ Based on work by: - https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs - https://www.travelneil.com/stable-diffusion-updates.html +## Features + +- REST API server capable of running ONNX models with DirectML acceleration + - multiple schedulers +- web app to generate and view images + - parameter inputs with validation + - txt2img mode + ## Contents - [ONNX Web UI](#onnx-web-ui) + - [Features](#features) - [Contents](#contents) - [Setup](#setup) - [Note about setup paths](#note-about-setup-paths)