An open API service indexing awesome lists of open source software.

https://github.com/phenomsg/ai_image_generator

This project is a web-based application that allows users to generate AI-generated images.
https://github.com/phenomsg/ai_image_generator

api css dall-e html javascript stablediffusion webdev-project

Last synced: 2 months ago
JSON representation

This project is a web-based application that allows users to generate AI-generated images.

Awesome Lists containing this project

README

        

# AI Image Generator

This project is a web-based application that allows users to generate AI-generated images using the Stable Diffusion API. Users can input text descriptions, specify negative prompts, select aspect ratios, and choose styles to customize the generated images.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/PhenomSG/AI_Image_Generator_Website.git
```
2. Navigate to the project directory:
```bash
cd AI_Image_Generator
```
3. Open `index.html` in your preferred web browser.

## Usage

1. **Input Description**: Enter a detailed description of the image you want to generate in the text area.
2. **Negative Prompts**: Specify any elements you want to avoid in the image in the "Negative Prompts" input field.
3. **Aspect Ratio**: Select the desired aspect ratio from the dropdown menu.
4. **Styles**: Choose a style for the image from the available options.
5. **Generate**: Click the "Generate" button to send the inputs to the Stable Diffusion API and generate the image.
6. **Inspiration**: Use the "Inspire Me" button for example prompts, or click on any "Use Prompt" button under the inspiration images for pre-defined prompts.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.