mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
docs update (#508)
* doc update: stable_diffusion.md update docker specific instruction for Stable Diffusion * doc update: .env.example * Update README.md update sponsors list * Update stable_diffusion.md * Update stable_diffusion.md * Update stable_diffusion.md * Update .env.example * Update docker-compose.yml * Update .env.example
This commit is contained in:
parent
821b507e0e
commit
4dc3c31df8
4 changed files with 18 additions and 10 deletions
|
|
@ -45,9 +45,13 @@ To use Stable Diffusion with this project, you will need to download and install
|
|||
## 3. Run Stable Diffusion (either .sh or .bat file according to your operating system)
|
||||
|
||||
## 4. In the app, select the plugins endpoint, open the plugins store, and install Stable Diffusion
|
||||
- You will need the stable diffusion webui API URL, which should be `http://127.0.0.1:7860`
|
||||
- Alternatively: you (the admin) can set the value in `\.env` to bypass the prompt
|
||||
- `SD_WEBUI_URL=http://127.0.0.1:7860`
|
||||
### **Note: The default port for Gradio is `7860`. If you changed it, please update the value accordingly.**
|
||||
### Docker Install
|
||||
- Use `SD_WEBUI_URL=http://host.docker.internal:7860` in the `.env` file
|
||||
- Or `http://host.docker.internal:7860` from the webui
|
||||
### Local Install
|
||||
- Use `SD_WEBUI_URL=http://127.0.0.1:7860` in the `.env` file
|
||||
- Or `http://127.0.0.1:7860` from the webui
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue