mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-27 19:04:25 +01:00
430 B
430 B
🖼 Image Generation
By default, Auto-GPT uses DALL-e for image generation. To use Stable Diffusion, a Hugging Face API Token is required.
Once you have a token, set these variables in your .env:
IMAGE_PROVIDER=huggingface
HUGGINGFACE_API_TOKEN=YOUR_HUGGINGFACE_API_TOKEN
Selenium
sudo Xvfb :10 -ac -screen 0 1024x768x24 & DISPLAY=:10 <YOUR_CLIENT>