diff --git a/README.md b/README.md index 16c263a..9da3773 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ This repository provides the [WebUI](https://github.com/hlky/stable-diffusion-we - Support for 6GB GPU cards. - GFPGAN for face reconstruction, RealESRGAN for super-sampling. - Experimental: - - [Textual Inversion](https://github.com/hlky/sd-enable-textual-inversion) - Latent Diffusion Super Resolution - GoBig - GoLatent + - [Textual Inversion](https://github.com/hlky/sd-enable-textual-inversion) - many more! ## Setup @@ -81,3 +81,5 @@ Special thanks to everyone behind these awesome projects, without them, none of - [hlky/stable-diffusion-webui](https://github.com/hlky/stable-diffusion-webui) - [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) - [CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion) +- [hlky/sd-enable-textual-inversion](https://github.com/hlky/sd-enable-textual-inversion) +- [devilismyfriend/latent-diffusion](https://github.com/devilismyfriend/latent-diffusion) diff --git a/build/Dockerfile b/build/Dockerfile index 6f730d8..09778ed 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -23,8 +23,8 @@ RUN pip install -U --no-cache-dir pyperclip # Note: don't update the sha of previous versions because the install will take forever # instead, update the repo state in a later step -# RUN cd stable-diffusion && git pull && git reset --hard c84748aa6802c2f934687883a79bde745d2a58a6 && \ -# conda env update --file environment.yaml --name base && conda clean -a -y +RUN cd stable-diffusion && git pull && git reset --hard bb765f1897c968495ffe12a06b421d97b56d5ae1 && \ + conda env update --file environment.yaml --name base && conda clean -a -y # download dev UI version, update the sha below in case you want some other version