Unverified Commit 595ba6f7 authored by Steven Liu's avatar Steven Liu Committed by GitHub
Browse files

[docs] Internal classes API (#5513)

* internal classes api

* add internal class overview

* fix toctree
parent 79859134
...@@ -164,24 +164,14 @@ ...@@ -164,24 +164,14 @@
title: Conceptual Guides title: Conceptual Guides
- sections: - sections:
- sections: - sections:
- local: api/activations
title: Custom activation functions
- local: api/normalization
title: Custom normalization layers
- local: api/attnprocessor
title: Attention Processor
- local: api/logging
title: Logging
- local: api/configuration - local: api/configuration
title: Configuration title: Configuration
- local: api/outputs
title: Outputs
- local: api/loaders - local: api/loaders
title: Loaders title: Loaders
- local: api/utilities - local: api/logging
title: Utilities title: Logging
- local: api/image_processor - local: api/outputs
title: VAE Image Processor title: Outputs
title: Main Classes title: Main Classes
- sections: - sections:
- local: api/models/overview - local: api/models/overview
...@@ -389,4 +379,18 @@ ...@@ -389,4 +379,18 @@
- local: api/schedulers/vq_diffusion - local: api/schedulers/vq_diffusion
title: VQDiffusionScheduler title: VQDiffusionScheduler
title: Schedulers title: Schedulers
- sections:
- local: api/internal_classes_overview
title: Overview
- local: api/attnprocessor
title: Attention Processor
- local: api/activations
title: Custom activation functions
- local: api/normalization
title: Custom normalization layers
- local: api/utilities
title: Utilities
- local: api/image_processor
title: VAE Image Processor
title: Internal classes
title: API title: API
# Overview
The APIs in this section are more experimental and prone to breaking changes. Most of them are used internally for development, but they may also be useful to you if you're interested in building a diffusion model with some custom parts or if you're interested in some of our helper utilities for working with 🤗 Diffusers.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment