Skip to content

Commit

Permalink
Remove Deforum extension which does not work with A1111 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Aug 31, 2023
1 parent 58d563c commit 389c35a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,13 @@ RUN source /venv/bin/activate && \

# Clone the Automatic1111 Extensions
RUN git clone https://github.com/d8ahazard/sd_dreambooth_extension.git extensions/sd_dreambooth_extension && \
git clone --depth=1 https://github.com/deforum-art/sd-webui-deforum.git extensions/deforum && \
git clone --depth=1 https://github.com/Mikubill/sd-webui-controlnet.git extensions/sd-webui-controlnet && \
git clone --depth=1 https://github.com/ashleykleynhans/a1111-sd-webui-locon.git extensions/a1111-sd-webui-locon && \
git clone --depth=1 https://github.com/ashleykleynhans/sd-webui-roop.git extensions/sd-webui-roop && \
git clone --depth=1 https://github.com/Bing-su/adetailer.git extensions/adetailer

# Install dependencies for Deforum, ControlNet and roop
# Install dependencies for ControlNet and roop extensions
RUN source /venv/bin/activate && \
cd /stable-diffusion-webui/extensions/deforum && \
pip3 install -r requirements.txt && \
cd /stable-diffusion-webui/extensions/sd-webui-controlnet && \
pip3 install -r requirements.txt && \
cd /stable-diffusion-webui/extensions/sd-webui-roop && \
Expand Down

0 comments on commit 389c35a

Please sign in to comment.