Skip to content

Commit 9ec60ae

Browse files
Merge branch 'main' into add_torch_xla_aura_flow
2 parents 5e44be3 + c1e7fd5 commit 9ec60ae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/pypi_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Test installing diffusers and importing
6969
run: |
7070
pip install diffusers && pip uninstall diffusers -y
71-
pip install -i https://testpypi.python.org/pypi diffusers
71+
pip install -i https://test.pypi.org/simple/ diffusers
7272
python -c "from diffusers import __version__; print(__version__)"
7373
python -c "from diffusers import DiffusionPipeline; pipe = DiffusionPipeline.from_pretrained('fusing/unet-ldm-dummy-update'); pipe()"
7474
python -c "from diffusers import DiffusionPipeline; pipe = DiffusionPipeline.from_pretrained('hf-internal-testing/tiny-stable-diffusion-pipe', safety_checker=None); pipe('ah suh du')"

docs/source/en/community_projects.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,8 @@ Happy exploring, and thank you for being part of the Diffusers community!
7979
<td><a href="https://github.com/Netwrck/stable-diffusion-server"> Stable Diffusion Server </a></td>
8080
<td>A server configured for Inpainting/Generation/img2img with one stable diffusion model</td>
8181
</tr>
82+
<tr style="border-top: 2px solid black">
83+
<td><a href="https://github.com/suzukimain/auto_diffusers"> Model Search </a></td>
84+
<td>Search models on Civitai and Hugging Face</td>
85+
</tr>
8286
</table>

0 commit comments

Comments
 (0)