Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira authored Jul 23, 2023
1 parent 451a165 commit 2565985
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ This codebase is capable of:
* 🕵 Upscale images via ControlNet Tile v1.5
* ✔️ Run Stable Diffusion 2.1 images through 1.5 ControlNet pipeline or the SDXL refiner
* ✔️ Run Stable Diffusion XL (SDXL) images with its refiner
* 🔢 Use of Karras Sigmas for major quality improvement
* ✔️ Run Kandinsky 2.2 standalone or via ControlNet/SDXL/RealESRGAN
* ✔️ Run DeepFloyd XL (4.3B) via x4 upscaler, RealESRGAN, ControlNet, or SDXL Refiner
* 🙊 OpenAI GPT integrations, including the option to enforce "jailbreaks"
* 📢 Bark TTS samples via [bghira/bghira-bark](https://github.com/bghira/bghira-bark)
* 📖 Language model predict/responses
Expand All @@ -32,6 +33,8 @@ This is developed on a laptop with 8GB of VRAM but that requires disabling
much of the project's abilities. You can use either Bark, or Stable Diffusion,
but trying to run both in the bot on 8GB of VRAM, is not currently possible.

Most modern image models will just simply not run on 8GB VRAM anymore.

It's an "easy fix", but just not something that has been a focus.

For better luck, you want to have 24GB of VRAM. This allows use of native
Expand Down

0 comments on commit 2565985

Please sign in to comment.