mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-09 09:04:18 +01:00
latest transformer
This commit is contained in:
parent
6c3a7b6b81
commit
f71aece732
|
|
@ -21,9 +21,6 @@ conda env update --file environment.yaml -n base
|
||||||
conda clean -a -y
|
conda clean -a -y
|
||||||
EOF
|
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
|
# Note: don't update the sha of previous versions because the install will take forever
|
||||||
# instead, update the repo state in a later step
|
# instead, update the repo state in a later step
|
||||||
# ARG BRANCH=master
|
# ARG BRANCH=master
|
||||||
|
|
@ -39,6 +36,8 @@ conda env update --file environment.yaml -n base
|
||||||
conda clean -a -y
|
conda clean -a -y
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
RUN pip uninstall transformers -y && pip install -U --no-cache-dir pyperclip transformers==4.22
|
||||||
|
|
||||||
# Latent diffusion
|
# Latent diffusion
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
git clone https://github.com/Hafiidz/latent-diffusion.git
|
git clone https://github.com/Hafiidz/latent-diffusion.git
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue