diff --git a/README.md b/README.md index 81013a8..f6c5b2b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Now with SDXL support. * CUDA 11.8 * Python 3.10.6 * [Automatic1111 Stable Diffusion Web UI]( - https://github.com/AUTOMATIC1111/stable-diffusion-webui.git) 1.5.0 + https://github.com/AUTOMATIC1111/stable-diffusion-webui.git) 1.5.1 * [Dreambooth extension]( https://github.com/d8ahazard/sd_dreambooth_extension) 1.0.14 * [Deforum extension]( diff --git a/stable_diffusion/Dockerfile b/stable_diffusion/Dockerfile index 9d87596..cb7070b 100644 --- a/stable_diffusion/Dockerfile +++ b/stable_diffusion/Dockerfile @@ -2,7 +2,7 @@ FROM ashleykza/stable-diffusion-models:1.0.0 as sd-models FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 as base -ARG WEBUI_VERSION=v1.5.0 +ARG WEBUI_VERSION=v1.5.1 ARG DREAMBOOTH_COMMIT=c2a5617c587b812b5a408143ddfb18fc49234edf ARG KOHYA_VERSION=v21.8.2 diff --git a/stable_diffusion/README.md b/stable_diffusion/README.md index a9bd675..89ec1a0 100644 --- a/stable_diffusion/README.md +++ b/stable_diffusion/README.md @@ -8,7 +8,7 @@ * CUDA 11.8 * Python 3.10.6 * [Automatic1111 Stable Diffusion Web UI]( - https://github.com/AUTOMATIC1111/stable-diffusion-webui.git) 1.5.0 + https://github.com/AUTOMATIC1111/stable-diffusion-webui.git) 1.5.1 * [Dreambooth extension]( https://github.com/d8ahazard/sd_dreambooth_extension) 1.0.14 * [Deforum extension](