You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/community/README.md
+72-2
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ prompt-to-prompt | change parts of a prompt and retain image structure (see [pap
60
60
| Rerender A Video Pipeline | Implementation of [[SIGGRAPH Asia 2023] Rerender A Video: Zero-Shot Text-Guided Video-to-Video Translation](https://arxiv.org/abs/2306.07954)|[Rerender A Video Pipeline](#Rerender_A_Video)| - |[Yifan Zhou](https://github.com/SingleZombie)|
61
61
| StyleAligned Pipeline | Implementation of [Style Aligned Image Generation via Shared Attention](https://arxiv.org/abs/2312.02133)|[StyleAligned Pipeline](#stylealigned-pipeline)|[](https://drive.google.com/file/d/15X2E0jFPTajUIjS0FzX50OaHsCbP2lQ0/view?usp=sharing)|[Aryan V S](https://github.com/a-r-r-o-w)|
62
62
| AnimateDiff Image-To-Video Pipeline | Experimental Image-To-Video support for AnimateDiff (open to improvements) |[AnimateDiff Image To Video Pipeline](#animatediff-image-to-video-pipeline)|[](https://drive.google.com/file/d/1TvzCDPHhfFtdcJZe4RLloAwyoLKuttWK/view?usp=sharing)|[Aryan V S](https://github.com/a-r-r-o-w)|
63
-
64
-
|IP Adapter FaceID Stable Diffusion| Stable Diffusion Pipeline that supports IP Adapter Face ID|[IP Adapter Face ID](#ip-adapter-face-id)|- |[Fabio Rigano](https://github.com/fabiorigano)|
63
+
IP Adapter FaceID Stable Diffusion | Stable Diffusion Pipeline that supports IP Adapter Face ID | [IP Adapter Face ID](#ip-adapter-face-id) | - | [Fabio Rigano](https://github.com/fabiorigano) |
To load a custom pipeline you just need to pass the `custom_pipeline` argument to `DiffusionPipeline`, as one of the files in `diffusers/examples/community`. Feel free to send a PR with your own pipelines, we will merge them quickly.
67
67
```py
@@ -3533,3 +3533,73 @@ images = pipeline(
3533
3533
for i inrange(num_images):
3534
3534
images[i].save(f"c{i}.png")
3535
3535
```
3536
+
3537
+
### InstantID Pipeline
3538
+
3539
+
InstantID is a new state-of-the-art tuning-free method to achieve ID-Preserving generation with only single image, supporting various downstream tasks. For any usgae question, please refer to the [official implementation](https://github.com/InstantID/InstantID).
0 commit comments