File tree Expand file tree Collapse file tree 4 files changed +171
-1073
lines changed Expand file tree Collapse file tree 4 files changed +171
-1073
lines changed Original file line number Diff line number Diff line change 275
275
isExpanded : false
276
276
sections :
277
277
- title : Main Classes
278
- sections :
279
- - local : api/modular_diffusers/pipeline_blocks
280
- title : Pipeline blocks
281
- - local : api/modular_diffusers/pipeline_states
282
- title : Pipeline states
283
- - local : api/modular_diffusers/pipeline_components
284
- title : Components and configs
285
- title : Modular Diffusers
286
- - isExpanded : false
287
278
sections :
288
279
- local : api/configuration
289
280
title : Configuration
293
284
title : Outputs
294
285
- local : api/quantization
295
286
title : Quantization
287
+ - title : Modular
288
+ sections :
289
+ - local : api/modular_diffusers/pipeline
290
+ title : Pipeline
291
+ - local : api/modular_diffusers/pipeline_blocks
292
+ title : Blocks
293
+ - local : api/modular_diffusers/pipeline_states
294
+ title : States
295
+ - local : api/modular_diffusers/pipeline_components
296
+ title : Components and configs
296
297
- title : Loaders
297
298
sections :
298
299
- local : api/loaders/ip_adapter
Original file line number Diff line number Diff line change
1
+ # Pipeline
2
+
3
+ ## ModularPipeline
4
+
5
+ [[ autodoc]] diffusers.modular_pipelines.modular_pipeline.ModularPipeline
Original file line number Diff line number Diff line change 6
6
7
7
## ConfigSpec
8
8
9
- [[ autodoc]] diffusers.modular_pipelines.modular_pipeline.ConfigSpec
9
+ [[ autodoc]] diffusers.modular_pipelines.modular_pipeline.ConfigSpec
10
+
11
+ ## ComponentsManager
12
+
13
+ [[ autodoc]] diffusers.modular_pipelines.components_manager.ComponentsManager
You can’t perform that action at this time.
0 commit comments