1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[Docs] add: contributor note in the paradigms docs. (#3852)

add: contributor note in the paradigms docs.
This commit is contained in:
Sayak Paul
2023-06-22 17:54:35 +05:30
committed by GitHub
parent 5e3f8fff40
commit fc6acb6b97

View File

@@ -31,6 +31,8 @@ Resources:
|---|---|:---:|
| [StableDiffusionParadigmsPipeline](https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_paradigms.py) | *Faster Text-to-Image Generation* | |
This pipeline was contributed by [`AndyShih12`](https://github.com/AndyShih12) in this [PR](https://github.com/huggingface/diffusers/pull/3716/).
## Usage example
```python