SMARTGEN is a Python-based application that generates AI images based on user input prompts. It utilizes APIs for generating and verifying images, allowing users to interact with the application via a graphical interface.
- Generate images from user concepts.
- Automated image visualization for prompt enhancement.
- Generates 4 images allowing different models and user styles.
- Thumbnail display of all generated images and ability to enlarge.
- Allows for Single or 4 Cell Copy to Clipboard to use elsewhere.
- NSFW / SFW filter toggle attempt to reduce unwanted content.
- Clone the repository:
git clone https://github.com/Tolerable/SMARTGEN.git
- Install the required packages:
pip install -r requirements.txt
Run the application using the following command:
python SMARTGEN.py
- Fork the repository.
- Create your feature branch:
git checkout -b feature/AmazingFeature
- Commit your changes:
git commit -m 'Add some AmazingFeature'
- Push to the branch:
git push origin feature/AmazingFeature
- Open a Pull Request.
