Skip to content

Commit

Permalink
fix headers and more names
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 16, 2023
1 parent f043c0a commit c551a43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions docs/server-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c551a43

Please sign in to comment.