Skip to content

Commit

Permalink
Add back Deforum extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Aug 31, 2023
1 parent e085538 commit b27b0b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,16 @@ 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 ControlNet and roop extensions
# Install dependencies for Deforum, 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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Now with SDXL support.
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git) 1.6.0
* [Dreambooth extension](
https://github.com/d8ahazard/sd_dreambooth_extension) 1.0.14
* [Deforum extension](
https://github.com/deforum-art/sd-webui-deforum)
* [ControlNet extension](
https://github.com/Mikubill/sd-webui-controlnet) v1.1.313
* [After Detailer extension](
Expand Down
4 changes: 3 additions & 1 deletion nginx/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Automatic1111 Stable Diffusion WebUI, Kohya SS and ComfyUI

### Version 1.9.0 with SDXL support
### Version 1.9.2 with SDXL support

### Included in this Template

Expand All @@ -11,6 +11,8 @@
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git) 1.6.0
* [Dreambooth extension](
https://github.com/d8ahazard/sd_dreambooth_extension) 1.0.14
* [Deforum extension](
https://github.com/deforum-art/sd-webui-deforum)
* [ControlNet extension](
https://github.com/Mikubill/sd-webui-controlnet) v1.1.313
* [After Detailer extension](
Expand Down

0 comments on commit b27b0b5

Please sign in to comment.