Skip to content

Commit

Permalink
Merge pull request #10 from HenriZuber/main
Browse files Browse the repository at this point in the history
fix: torchmetrics import issue
  • Loading branch information
camenduru authored Aug 26, 2023
2 parents 44fb2eb + fc117fe commit 041daad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.Lite
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN sed -i -e '''/ prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"
RUN sed -i -e 's/fastapi==0.90.1/fastapi==0.89.1/g' /content/stable-diffusion-webui/requirements_versions.txt
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
RUN pip install torchmetrics==0.11.4

ADD --chown=user https://huggingface.co/ckpt/sd15/resolve/main/v1-5-pruned-emaonly.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned-emaonly.ckpt

Expand Down

0 comments on commit 041daad

Please sign in to comment.