Loading repository data…
Loading repository data…
subhadeeproy3902 / repository
An AI-powered image generation platform where users can create stunning images using advanced models such as Stable Diffusion SDXL - Lightning, SDXL-Base, or DreamShaper. This platform allows users to publish their generated images for others to explore and download. Features
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.

An AI-powered image generation platform where users can create stunning images using advanced models such as Stable Diffusion SDXL - Lightning, SDXL-Base, or DreamShaper. This platform allows users to publish their generated images for others to explore and download.
Frontend:
Backend:
AI Models:
Clone the repository:
git clone https://github.com/your-username/ai-image-generator.git
cd ai-image-generator
Install dependencies:
npm install
Set up environment variables:
.env.local file in the root of your project.DATABASE_URL="Your mongo url"
NEXT_PUBLIC_SERVER_URL="your deployed cloudflare api"
Run the development server:
npm run dev
Deploy the Cloudflare Workers backend:
Select the AI model you want to use (SDXL-Lightning, SDXL-Base, DreamShaper).
Enter a prompt to generate the image.
Click "Generate" and wait for the magic to happen!
Publish your generated image to share it with others, or explore the gallery to download images you like.