File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5454 python -m pip install --upgrade pip
5555 pip install -U setuptools wheel twine
5656 pip install -U torch --index-url https://download.pytorch.org/whl/cpu
57- pip install -U transformers
5857
5958 - name : Build the dist files
6059 run : python setup.py bdist_wheel && python setup.py sdist
6968 run : |
7069 pip install diffusers && pip uninstall diffusers -y
7170 pip install -i https://test.pypi.org/simple/ diffusers
71+ pip install -U transformers
72+ python utils/print_env.py
7273 python -c "from diffusers import __version__; print(__version__)"
7374 python -c "from diffusers import DiffusionPipeline; pipe = DiffusionPipeline.from_pretrained('fusing/unet-ldm-dummy-update'); pipe()"
7475 python -c "from diffusers import DiffusionPipeline; pipe = DiffusionPipeline.from_pretrained('hf-internal-testing/tiny-stable-diffusion-pipe', safety_checker=None); pipe('ah suh du')"
You can’t perform that action at this time.
0 commit comments