We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92933ec commit 9d2c8d8Copy full SHA for 9d2c8d8
.github/workflows/pypi_publish.yaml
@@ -68,7 +68,7 @@ jobs:
68
- name: Test installing diffusers and importing
69
run: |
70
pip install diffusers && pip uninstall diffusers -y
71
- pip install -i https://testpypi.python.org/pypi diffusers
+ pip install -i https://test.pypi.org/simple/ diffusers
72
python -c "from diffusers import __version__; print(__version__)"
73
python -c "from diffusers import DiffusionPipeline; pipe = DiffusionPipeline.from_pretrained('fusing/unet-ldm-dummy-update'); pipe()"
74
python -c "from diffusers import DiffusionPipeline; pipe = DiffusionPipeline.from_pretrained('hf-internal-testing/tiny-stable-diffusion-pipe', safety_checker=None); pipe('ah suh du')"
0 commit comments