diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index 317231c..f60e486 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -1,13 +1,16 @@ # syntax=docker/dockerfile:1 FROM alpine/git:2.36.2 as download + + +RUN git clone --depth 1 https://github.com/CompVis/stable-diffusion.git repositories/stable-diffusion +RUN git clone --depth 1 https://github.com/sczhou/CodeFormer.git repositories/CodeFormer +RUN git clone --depth 1 https://github.com/salesforce/BLIP.git repositories/BLIP + RUN <