diff --git a/README.md b/README.md index 3081c394..506ac132 100644 --- a/README.md +++ b/README.md @@ -486,7 +486,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`: ```bash -IMAGE_PROVIDER=sd +IMAGE_PROVIDER=huggingface HUGGINGFACE_API_TOKEN="YOUR_HUGGINGFACE_API_TOKEN" ```