@zero-ai-offline/image
v1.0.0
Published
Offline AI Image Generator
Downloads
3
Readme
Zero AI Image Generator
A beautiful, fast, and completely offline AI image generation studio powered by Stable Diffusion. Generate stunning images from text descriptions without an internet connection or API costs.
Prerequisites
- Node.js 16 or later
- Python 3.8 or later
- pip (Python package manager)
Installation
- Install the package globally:
npm install -g @zero-ai-offline/image.
Usage
To start the AI Image Generator:
zero-ai serve imageThis will:
- Install required Python dependencies
- Start the Python backend server
- Start the Next.js frontend
- Open the application in your default browser
Accessing the Application
Once started, you can access the application at:
- Frontend: http://localhost:5000
- Backend API: http://localhost:8000
Stopping the Application
Press Ctrl+C in the terminal to stop both the frontend and backend servers.
License
License in LICENSE.txt
