ML Text2Art is a machine learning-powered tool that generates images based on textual descriptions. It uses the Stable Diffusion model to convert text input into high-quality artwork.
- Text-to-Image Generation: Convert text prompts into unique, AI-generated images.
- User Interface: Simple and interactive UI built with
customtkinter
for easy text input and image display. - Stable Diffusion Model: Utilizes the Stable Diffusion model for high-quality, detailed image generation.
- Python 3.10 or later
- Required Libraries:
customtkinter
diffusers
torch
transformers
Pillow
pip install -r requirements.txt