Update versions (#77)

AUTOMATIC1111/stable-diffusion-webui@9e892d9

lstein/stable-diffusion@9bcb0df

transformers==4.22 for caching

Refs #78
This commit is contained in:
AbdBarho
2022-09-18 13:49:06 +02:00
committed by GitHub
parent 6a66ff6abb
commit 84f9cb84e7
4 changed files with 24 additions and 18 deletions

View File

@@ -21,9 +21,6 @@ conda env update --file environment.yaml -n base
conda clean -a -y
EOF
# new dependency, should be added to the environment.yaml
RUN pip install -U --no-cache-dir pyperclip
# Note: don't update the sha of previous versions because the install will take forever
# instead, update the repo state in a later step
# ARG BRANCH=master
@@ -39,6 +36,8 @@ conda env update --file environment.yaml -n base
conda clean -a -y
EOF
RUN pip uninstall transformers -y && pip install -U --no-cache-dir pyperclip transformers==4.22
# Latent diffusion
RUN <<EOF
git clone https://github.com/Hafiidz/latent-diffusion.git