Skip to content

Commit d53ffbb

Browse files
Rename latent (#1102)
* Rename latent * uP
1 parent bdbcaa9 commit d53ffbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/api/pipelines/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ or created independently from each other.
2828

2929
To that end, we strive to offer all open-sourced, state-of-the-art diffusion system under a unified API.
3030
More specifically, we strive to provide pipelines that
31-
- 1. can load the officially published weights and yield 1-to-1 the same outputs as the original implementation according to the corresponding paper (*e.g.* [LatentDiffusionPipeline](https://github.com/huggingface/diffusers/tree/main/src/diffusers/pipelines/latent_diffusion), uses the officially released weights of [High-Resolution Image Synthesis with Latent Diffusion Models](https://arxiv.org/abs/2112.10752)),
31+
- 1. can load the officially published weights and yield 1-to-1 the same outputs as the original implementation according to the corresponding paper (*e.g.* [LDMTextToImagePipeline](https://github.com/huggingface/diffusers/tree/main/src/diffusers/pipelines/latent_diffusion), uses the officially released weights of [High-Resolution Image Synthesis with Latent Diffusion Models](https://arxiv.org/abs/2112.10752)),
3232
- 2. have a simple user interface to run the model in inference (see the [Pipelines API](#pipelines-api) section),
3333
- 3. are easy to understand with code that is self-explanatory and can be read along-side the official paper (see [Pipelines summary](#pipelines-summary)),
3434
- 4. can easily be contributed by the community (see the [Contribution](#contribution) section).

src/diffusers/pipelines/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ or created independently from each other.
1616

1717
To that end, we strive to offer all open-sourced, state-of-the-art diffusion system under a unified API.
1818
More specifically, we strive to provide pipelines that
19-
- 1. can load the officially published weights and yield 1-to-1 the same outputs as the original implementation according to the corresponding paper (*e.g.* [LatentDiffusionPipeline](https://github.com/huggingface/diffusers/tree/main/src/diffusers/pipelines/latent_diffusion), uses the officially released weights of [High-Resolution Image Synthesis with Latent Diffusion Models](https://arxiv.org/abs/2112.10752)),
19+
- 1. can load the officially published weights and yield 1-to-1 the same outputs as the original implementation according to the corresponding paper (*e.g.* [LDMTextToImagePipeline](https://github.com/huggingface/diffusers/tree/main/src/diffusers/pipelines/latent_diffusion), uses the officially released weights of [High-Resolution Image Synthesis with Latent Diffusion Models](https://arxiv.org/abs/2112.10752)),
2020
- 2. have a simple user interface to run the model in inference (see the [Pipelines API](#pipelines-api) section),
2121
- 3. are easy to understand with code that is self-explanatory and can be read along-side the official paper (see [Pipelines summary](#pipelines-summary)),
2222
- 4. can easily be contributed by the community (see the [Contribution](#contribution) section).

0 commit comments

Comments
 (0)