mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
Update stable_diffusion.md (#523)
* Update stable_diffusion.md added description for dockerized stable diffusion deployment. * Update stable_diffusion.md minor changes to documentation
This commit is contained in:
parent
3e98486190
commit
2da81db440
1 changed files with 4 additions and 2 deletions
|
|
@ -1,8 +1,10 @@
|
|||
# Stable Diffusion Plugin
|
||||
|
||||
To use Stable Diffusion with this project, you will need to download and install [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
||||
To use Stable Diffusion with this project, you will either need to download and install [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) or, for a dockerized deployment, you can also use [stable-diffusion-webui-docker](https://github.com/AbdBarho/stable-diffusion-webui-docker)
|
||||
|
||||
- Note: you need a compatible GPU. Nvidia is recommended, but there is no clear resource on incompatible GPUs. Any decent GPU should work.
|
||||
With the docker deployment you can skip step 2 and step 3, use the setup instructions from their repository instead.
|
||||
|
||||
- Note: you need a compatible GPU ("CPU-only" is possible but very slow). Nvidia is recommended, but there is no clear resource on incompatible GPUs. Any decent GPU should work.
|
||||
|
||||
## 1. Follow download and installation instructions from [stable-diffusion-webui readme](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue