pan commited on
remove prmopt-all-in-one because of some compitible issues
Browse files- virtaicloud.dockerfile +1 -1
virtaicloud.dockerfile
CHANGED
|
@@ -12,7 +12,6 @@ RUN cd / && git clone https://githubfast.com/lllyasviel/stable-diffusion-webui-f
|
|
| 12 |
&& pip install --no-cache-dir -r requirements_versions.txt \
|
| 13 |
&& cd extensions \
|
| 14 |
&& git clone https://githubfast.com/DominikDoom/a1111-sd-webui-tagcomplete.git \
|
| 15 |
-
&& git clone https://githubfast.com/Physton/sd-webui-prompt-all-in-one.git \
|
| 16 |
&& git clone https://githubfast.com/lobehub/sd-webui-lobe-theme.git \
|
| 17 |
&& git clone https://githubfast.com/zanllp/sd-webui-infinite-image-browsing.git \
|
| 18 |
&& git clone https://githubfast.com/hanamizuki-ai/stable-diffusion-webui-localization-zh_Hans.git \
|
|
@@ -21,6 +20,7 @@ RUN cd / && git clone https://githubfast.com/lllyasviel/stable-diffusion-webui-f
|
|
| 21 |
&& mkdir repositories \
|
| 22 |
&& cd repositories \
|
| 23 |
&& git clone https://githubfast.com/Stability-AI/stablediffusion.git stable-diffusion-stability-ai \
|
|
|
|
| 24 |
&& git clone https://githubfast.com/Stability-AI/generative-models.git \
|
| 25 |
&& git clone https://githubfast.com/salesforce/BLIP.git \
|
| 26 |
&& git clone https://githubfast.com/crowsonkb/k-diffusion.git \
|
|
|
|
| 12 |
&& pip install --no-cache-dir -r requirements_versions.txt \
|
| 13 |
&& cd extensions \
|
| 14 |
&& git clone https://githubfast.com/DominikDoom/a1111-sd-webui-tagcomplete.git \
|
|
|
|
| 15 |
&& git clone https://githubfast.com/lobehub/sd-webui-lobe-theme.git \
|
| 16 |
&& git clone https://githubfast.com/zanllp/sd-webui-infinite-image-browsing.git \
|
| 17 |
&& git clone https://githubfast.com/hanamizuki-ai/stable-diffusion-webui-localization-zh_Hans.git \
|
|
|
|
| 20 |
&& mkdir repositories \
|
| 21 |
&& cd repositories \
|
| 22 |
&& git clone https://githubfast.com/Stability-AI/stablediffusion.git stable-diffusion-stability-ai \
|
| 23 |
+
&& git clone https://githubfast.com/https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git \
|
| 24 |
&& git clone https://githubfast.com/Stability-AI/generative-models.git \
|
| 25 |
&& git clone https://githubfast.com/salesforce/BLIP.git \
|
| 26 |
&& git clone https://githubfast.com/crowsonkb/k-diffusion.git \
|