Update Core to bb765f1 (#29)
This commit is contained in:
parent
5f6d9fbb03
commit
ae834cb764
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user