Skip to main content

AUTOMATIC1111

HridaAI supports image generation through the AUTOMATIC1111 API. Here are the steps to get started:

Initial Setup

  1. Ensure that you have AUTOMATIC1111 installed.
  2. Launch AUTOMATIC1111 with additional flags to enable API access:
/hridaai.sh --api --listen
  1. For Docker installation of HridaAI with the environment variables preset, use the following command:
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -e AUTOMATIC1111_BASE_URL=http://host.docker.internal:7860/ -e ENABLE_IMAGE_GENERATION=True -v hrida-ai:/app/backend/data --name hrida-ai --restart always ghcr.io/hrida-ai/hrida-ai-studio:main

Setting Up HridaAI with AUTOMATIC1111

  1. In HridaAI, navigate to the Admin Panel > Settings > Images menu.
  2. Set the Image Generation Engine field to Default (Automatic1111).
  3. In the API URL field, enter the address where AUTOMATIC1111's API is accessible:

Screenshot of the HridaAI Images settings page with Default (Automatic1111) selected and the API URL field highlighted.

http://<your_automatic1111_address>:7860/

If you're running a Docker installation of HridaAI and AUTOMATIC1111 on the same host, use http://host.docker.internal:7860/ as your address.

This content is for informational purposes only and does not constitute a warranty, guarantee, or contractual commitment. Hrida AI is proprietary software owned by Zlabs Innovation, provided "as is." See your license for applicable terms. © 2026 Zlabs Innovation. All rights reserved.