1
0
Fork 0

fix headers and more names

This commit is contained in:
Sean Sube 2023-12-16 17:22:44 -06:00
parent f043c0a644
commit c551a4332b
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
3 changed files with 8 additions and 8 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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