From c551a4332bda47fe8ec0bc788c6cf67857e6e8dd Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sat, 16 Dec 2023 17:22:44 -0600 Subject: [PATCH] fix headers and more names --- README.md | 4 ++-- docs/index.md | 4 ++-- docs/server-admin.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 74dfa312..8a7add45 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ONNX Web +# onnx-web onnx-web is a tool for running Stable Diffusion and other [ONNX models](https://onnx.ai/) with hardware acceleration, on both AMD and Nvidia GPUs and with a CPU software fallback. @@ -77,7 +77,7 @@ This is an incomplete list of new and interesting features, with links to the us ## Contents -- [ONNX Web](#onnx-web) +- [onnx-web](#onnx-web) - [Features](#features) - [Contents](#contents) - [Setup](#setup) diff --git a/docs/index.md b/docs/index.md index b651b7ec..392f6f82 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# ONNX Web +# onnx-web onnx-web is a tool for running Stable Diffusion and other [ONNX models](https://onnx.ai/) with hardware acceleration, on both AMD and Nvidia GPUs and with a CPU software fallback. @@ -77,7 +77,7 @@ This is an incomplete list of new and interesting features, with links to the us ## Contents -- [ONNX Web](#onnx-web) +- [onnx-web](#onnx-web) - [Features](#features) - [Contents](#contents) - [Setup](#setup) diff --git a/docs/server-admin.md b/docs/server-admin.md index 6a5b9ce1..11e2d32b 100644 --- a/docs/server-admin.md +++ b/docs/server-admin.md @@ -21,10 +21,10 @@ Please see [the user guide](user-guide.md) for descriptions of the client and ea - [Environment Variables](#environment-variables) - [Client Variables](#client-variables) - [Conversion Variables](#conversion-variables) - - [Memory \& Optimization Variables](#memory--optimization-variables) + - [Memory and Optimization Variables](#memory-and-optimization-variables) - [Path Variables](#path-variables) - [Platform Variables](#platform-variables) - - [Server \& Other Variables](#server--other-variables) + - [Server and Other Variables](#server-and-other-variables) - [Feature Flags](#feature-flags) - [Pipeline Optimizations](#pipeline-optimizations) - [Server Parameters](#server-parameters) @@ -233,7 +233,7 @@ These extra images can be helpful when debugging inpainting, especially poorly b - perform conversion on the CPU, even if a CUDA GPU is available - can allow conversion of models that do not fit in VRAM -#### Memory & Optimization Variables +#### Memory and Optimization Variables - `ONNX_WEB_CACHE_MODELS` - the number of recent models to keep in memory @@ -271,7 +271,7 @@ These extra images can be helpful when debugging inpainting, especially poorly b - the default platform to show in the client - overrides the `params.json` file -#### Server & Other Variables +#### Server and Other Variables - `ONNX_WEB_ADMIN_TOKEN` - token for admin operations