We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccedeca commit c07fcf7Copy full SHA for c07fcf7
docs/source/en/_toctree.yml
@@ -25,7 +25,7 @@
25
- local: using-diffusers/schedulers
26
title: Schedulers
27
- local: using-diffusers/other-formats
28
- title: Model files and layouts
+ title: Model formats
29
- local: using-diffusers/push_to_hub
30
title: Sharing pipelines and models
31
docs/source/en/using-diffusers/loading.md
@@ -52,6 +52,9 @@ pipeline = QwenImagePipeline.from_pretrained(
52
)
53
```
54
55
+> [!TIP]
56
+> Refer to the [Single file format](./other-formats#single-file-format) docs to learn how to load single file models.
57
+
58
### Local pipelines
59
60
Pipelines can also be run locally. Use [`~huggingface_hub.snapshot_download`] to download a model repository.
0 commit comments