Add dependency version of diffusers
Browse files
README.md
CHANGED
@@ -30,6 +30,7 @@ apt install ffmpeg
|
|
30 |
pip install -r requirements.txt
|
31 |
pip install openmim
|
32 |
mim install mmengine "mmcv>=2.0.1" "mmdet>=3.1.0" "mmpose>=1.1.0"
|
|
|
33 |
|
34 |
# Download weights
|
35 |
huggingface-cli download --local-dir /tmp/download hoveyc/musepose
|
|
|
30 |
pip install -r requirements.txt
|
31 |
pip install openmim
|
32 |
mim install mmengine "mmcv>=2.0.1" "mmdet>=3.1.0" "mmpose>=1.1.0"
|
33 |
+
pip install "diffusers<0.29"
|
34 |
|
35 |
# Download weights
|
36 |
huggingface-cli download --local-dir /tmp/download hoveyc/musepose
|