mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
docs fix to image generation (#3186)
This commit is contained in:
@@ -4,12 +4,12 @@ By default, Auto-GPT uses DALL-e for image generation. To use Stable Diffusion,
|
||||
|
||||
Once you have a token, set these variables in your `.env`:
|
||||
|
||||
``` shell
|
||||
``` ini
|
||||
IMAGE_PROVIDER=huggingface
|
||||
HUGGINGFACE_API_TOKEN="YOUR_HUGGINGFACE_API_TOKEN"
|
||||
HUGGINGFACE_API_TOKEN=YOUR_HUGGINGFACE_API_TOKEN
|
||||
```
|
||||
|
||||
## Selenium
|
||||
``` shell
|
||||
sudo Xvfb :10 -ac -screen 0 1024x768x24 & DISPLAY=:10 <YOUR_CLIENT>
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user