Merge pull request #2802 from okunishinishi/patch-1
Update README.md ( `IMAGE_PROVIDER=sd`=> `IMAGE_PROVIDER=huggingface` )pull/2837/head
commit
e2b599051e
|
@ -507,7 +507,7 @@ 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`:
|
Once you have a token, set these variables in your `.env`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
IMAGE_PROVIDER=sd
|
IMAGE_PROVIDER=huggingface
|
||||||
HUGGINGFACE_API_TOKEN="YOUR_HUGGINGFACE_API_TOKEN"
|
HUGGINGFACE_API_TOKEN="YOUR_HUGGINGFACE_API_TOKEN"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue