rollingdepth / rollingdepth_src /script /install_diffusers_dev.sh
toshas's picture
initial commit
a45988a
raw
history blame
163 Bytes
#!/usr/bin/env bash
set -e
set -x
# c.f. https://github.com/huggingface/diffusers/blob/main/CONTRIBUTING.md#how-to-open-a-pr
cd diffusers
pip install -e ".[dev]"