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.
- Host: GitHub
- URL: https://github.com/phenomsg/ai_image_generator
- Owner: PhenomSG
- License: mit
- Created: 2024-07-01T09:32:53.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T05:37:21.000Z (10 months ago)
- Last Synced: 2024-08-13T06:44:41.263Z (10 months ago)
- Topics: api, css, dall-e, html, javascript, stablediffusion, webdev-project
- Language: JavaScript
- Homepage: https://phenomsg.github.io/AI_Image_Generator/
- Size: 10.9 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.