Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/source/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
title: "Open Vino"
- local: optimization/mps
title: "MPS"
- local: optimization/other
title: "Other"
title: "Optimization/Special Hardware"
- sections:
- local: training/overview
Expand Down
21 changes: 2 additions & 19 deletions docs/source/optimization/open_vino.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,6 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express o
specific language governing permissions and limitations under the License.
-->

# OpenVINO


# Quicktour

Start using Diffusers🧨 quickly!
To start, use the [`DiffusionPipeline`] for quick inference and sample generations!

```
pip install diffusers
```

## Main classes

### Models

### Schedulers

### Pipeliens


Under construction 🚧
32 changes: 0 additions & 32 deletions docs/source/optimization/other.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/quicktour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ optimization pages:
- [Optimized PyTorch on GPU]("./optimization/fp16")
- [Mac OS with PyTorch]("./optimization/mps")
- [ONNX]("./optimization/onnx)
- [Other clever optimization tricks]("./optimization/other)
- [OpenVINO]("./optimization/open_vino)

If you want to fine-tune or train your diffusion model, please have a look at the [**training section**](./training/overview)

Expand Down