Datasets:

ArXiv:
sayakpaul HF staff Wauplin HF staff commited on
Commit
a39671a
1 Parent(s): 4884e75

Create README.md (#1)

Browse files

- Create README.md (548d693c424a04658858fce78b74781a7e2fd497)


Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ This repository is a mirror of https://github.com/huggingface/diffusers/tree/main/examples/community to host community pipelines.
2
+
3
+ Mirror repo is automatically updated using the [mirror_community_pipeline.yml](https://github.com/huggingface/diffusers/blob/main/.github/workflows/mirror_community_pipeline.yml) Github action that is triggered on:
4
+ - changes on `main`
5
+ - new tag creation (i.e. on new releases)
6
+ - manual trigger by a `diffusers` maintainer (see [here](https://github.com/huggingface/diffusers/actions/workflows/mirror_community_pipeline.yml))
7
+
8
+ Hosting this mirror repo allows `diffusers` to download and cache community pipelines from the Hub (see [related PR](https://github.com/huggingface/diffusers/pull/8419)).