Update Core to bb765f1 (#29)

This commit is contained in:
AbdBarho
2022-09-04 08:46:14 +02:00
committed by GitHub
parent 5f6d9fbb03
commit ae834cb764
2 changed files with 5 additions and 3 deletions

View File

@@ -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)