Skip to content

Commit

Permalink
fix: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Dec 18, 2023
1 parent 5d56584 commit fee2226
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion official-templates/stable-diffusion-webui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN apt update --yes && \
git clone https://github.com/Mikubill/sd-webui-controlnet.git extensions/sd-webui-controlnet && \
cd extensions/sd-webui-controlnet && \
pip install -r requirements.txt && \
pip install xformers && \
pip install xformers==0.0.22 && \
cd /workspace/stable-diffusion-webui/ && \
mv /workspace/cache-sd-model.py /workspace/stable-diffusion-webui/ && \
python cache-sd-model.py --use-cpu=all --ckpt /sd-models/SDv1-5.ckpt && \
Expand Down
5 changes: 3 additions & 2 deletions official-templates/stable-diffusion-webui/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ timm==0.9.2
tomesd==0.1.3
torch
torchdiffeq==0.2.3
torchsde==0.2.5
torchsde==0.2.6
transformers==4.30.2
omegaconf==2.2.3
opencv-contrib-python==4.8.0.76
xformers==0.0.20
xformers==0.0.22
httpx==0.24.1

0 comments on commit fee2226

Please sign in to comment.