Skip to content

Commit c07fcf7

Browse files
authored
[docs] Model formats (huggingface#12256)
* init * config * lora metadata * feedback * fix * cache allocator warmup for from_single_file * feedback * feedback
1 parent ccedeca commit c07fcf7

File tree

3 files changed

+159
-385
lines changed

3 files changed

+159
-385
lines changed

docs/source/en/_toctree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- local: using-diffusers/schedulers
2626
title: Schedulers
2727
- local: using-diffusers/other-formats
28-
title: Model files and layouts
28+
title: Model formats
2929
- local: using-diffusers/push_to_hub
3030
title: Sharing pipelines and models
3131

docs/source/en/using-diffusers/loading.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ pipeline = QwenImagePipeline.from_pretrained(
5252
)
5353
```
5454

55+
> [!TIP]
56+
> Refer to the [Single file format](./other-formats#single-file-format) docs to learn how to load single file models.
57+
5558
### Local pipelines
5659

5760
Pipelines can also be run locally. Use [`~huggingface_hub.snapshot_download`] to download a model repository.

0 commit comments

Comments
 (0)