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.
- Clone the repository:
git clone https://github.com/PhenomSG/AI_Image_Generator_Website.git
- Navigate to the project directory:
cd AI_Image_Generator
- Open
index.html
in your preferred web browser.
- Input Description: Enter a detailed description of the image you want to generate in the text area.
- Negative Prompts: Specify any elements you want to avoid in the image in the "Negative Prompts" input field.
- Aspect Ratio: Select the desired aspect ratio from the dropdown menu.
- Styles: Choose a style for the image from the available options.
- Generate: Click the "Generate" button to send the inputs to the Stable Diffusion API and generate the image.
- Inspiration: Use the "Inspire Me" button for example prompts, or click on any "Use Prompt" button under the inspiration images for pre-defined prompts.
This project is licensed under the MIT License. See the LICENSE file for details.