Update Core to bb765f1 (#29)
This commit is contained in:
@ -10,10 +10,10 @@ This repository provides the [WebUI](https://github.com/hlky/stable-diffusion-we
|
|||||||
- Support for 6GB GPU cards.
|
- Support for 6GB GPU cards.
|
||||||
- GFPGAN for face reconstruction, RealESRGAN for super-sampling.
|
- GFPGAN for face reconstruction, RealESRGAN for super-sampling.
|
||||||
- Experimental:
|
- Experimental:
|
||||||
- [Textual Inversion](https://github.com/hlky/sd-enable-textual-inversion)
|
|
||||||
- Latent Diffusion Super Resolution
|
- Latent Diffusion Super Resolution
|
||||||
- GoBig
|
- GoBig
|
||||||
- GoLatent
|
- GoLatent
|
||||||
|
- [Textual Inversion](https://github.com/hlky/sd-enable-textual-inversion)
|
||||||
- many more!
|
- many more!
|
||||||
|
|
||||||
## Setup
|
## 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)
|
- [hlky/stable-diffusion-webui](https://github.com/hlky/stable-diffusion-webui)
|
||||||
- [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
- [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
||||||
- [CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion)
|
- [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
|
# Note: don't update the sha of previous versions because the install will take forever
|
||||||
# instead, update the repo state in a later step
|
# instead, update the repo state in a later step
|
||||||
# RUN cd stable-diffusion && git pull && git reset --hard c84748aa6802c2f934687883a79bde745d2a58a6 && \
|
RUN cd stable-diffusion && git pull && git reset --hard bb765f1897c968495ffe12a06b421d97b56d5ae1 && \
|
||||||
# conda env update --file environment.yaml --name base && conda clean -a -y
|
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
|
# download dev UI version, update the sha below in case you want some other version
|
||||||
|
Reference in New Issue
Block a user