Skip to content

Commit 56b309d

Browse files
stevhliukashif
authored andcommitted
[docs] Internal classes API (huggingface#5513)
* internal classes api * add internal class overview * fix toctree
1 parent 901a8e9 commit 56b309d

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

docs/source/en/_toctree.yml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -164,24 +164,14 @@
164164
title: Conceptual Guides
165165
- sections:
166166
- sections:
167-
- local: api/activations
168-
title: Custom activation functions
169-
- local: api/normalization
170-
title: Custom normalization layers
171-
- local: api/attnprocessor
172-
title: Attention Processor
173-
- local: api/logging
174-
title: Logging
175167
- local: api/configuration
176168
title: Configuration
177-
- local: api/outputs
178-
title: Outputs
179169
- local: api/loaders
180170
title: Loaders
181-
- local: api/utilities
182-
title: Utilities
183-
- local: api/image_processor
184-
title: VAE Image Processor
171+
- local: api/logging
172+
title: Logging
173+
- local: api/outputs
174+
title: Outputs
185175
title: Main Classes
186176
- sections:
187177
- local: api/models/overview
@@ -389,4 +379,18 @@
389379
- local: api/schedulers/vq_diffusion
390380
title: VQDiffusionScheduler
391381
title: Schedulers
382+
- sections:
383+
- local: api/internal_classes_overview
384+
title: Overview
385+
- local: api/attnprocessor
386+
title: Attention Processor
387+
- local: api/activations
388+
title: Custom activation functions
389+
- local: api/normalization
390+
title: Custom normalization layers
391+
- local: api/utilities
392+
title: Utilities
393+
- local: api/image_processor
394+
title: VAE Image Processor
395+
title: Internal classes
392396
title: API
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Overview
2+
3+
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.

0 commit comments

Comments
 (0)