https://github.com/gaikwadomg/ai-image-generation-model-website
Ai image generation website integrating Hugging Face stable-diffusion API. Capable of generating High quality images !
https://github.com/gaikwadomg/ai-image-generation-model-website
ai-art api diffusion-models generative-ai html-css-javascript stable
Last synced: about 2 months ago
JSON representation
Ai image generation website integrating Hugging Face stable-diffusion API. Capable of generating High quality images !
- Host: GitHub
- URL: https://github.com/gaikwadomg/ai-image-generation-model-website
- Owner: gaikwadomg
- Created: 2025-04-15T11:09:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-15T11:16:01.000Z (6 months ago)
- Last Synced: 2025-06-15T09:36:48.558Z (4 months ago)
- Topics: ai-art, api, diffusion-models, generative-ai, html-css-javascript, stable
- Language: JavaScript
- Homepage: https://imagegenrate.netlify.app/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Image Generator
An AI-powered image generation website using Hugging Face APIs. Create stunning images from text descriptions with state-of-the-art AI models.
## Features
- Generate images from text prompts using advanced AI models
- Select from multiple Hugging Face models including:
- Stable Diffusion XL
- Stable Diffusion v1.5
- LDM Text2Image
- Generate multiple images at once
- Download images in various formats (PNG, JPG, WebP)
- Customize filenames before downloading
- Responsive design that works on mobile and desktop## Technologies Used
- HTML5
- JavaScript (vanilla)
- Tailwind CSS v4.1
- Hugging Face API## Setup
1. Clone this repository
2. Create a `.env` file in the root directory with your Hugging Face API key:
```
HUGGINGFACE_API_TOKEN=your_api_token_here
```
3. Open `index.html` in your browser## Getting a Hugging Face API Token
1. Create an account on [Hugging Face](https://huggingface.co/join)
2. Go to your profile settings
3. Navigate to the API Tokens section
4. Create a new token with read access## License
MIT License