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

[docs] Model formats (#12256)

* init

* config

* lora metadata

* feedback

* fix

* cache allocator warmup for from_single_file

* feedback

* feedback
parent ccedeca9
......@@ -25,7 +25,7 @@
- local: using-diffusers/schedulers
title: Schedulers
- local: using-diffusers/other-formats
title: Model files and layouts
title: Model formats
- local: using-diffusers/push_to_hub
title: Sharing pipelines and models
......
......@@ -52,6 +52,9 @@ pipeline = QwenImagePipeline.from_pretrained(
)
```
> [!TIP]
> Refer to the [Single file format](./other-formats#single-file-format) docs to learn how to load single file models.
### Local pipelines
Pipelines can also be run locally. Use [`~huggingface_hub.snapshot_download`] to download a model repository.
......
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