Skip to content

A feature-rich AI image generator built with Streamlit and Python to generate high-quality images from text prompts, featuring advanced customization options, a gallery view, and bulk downloads.

Notifications You must be signed in to change notification settings

AmartyaKumar09/Text-to-Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎨 Text to Image

A powerful and interactive web application built with Streamlit that leverages Stability AI's SDXL model via the Replicate API to generate high-quality images from text prompts.

Python Streamlit Replicate

🌟 Features

  • Text-to-Image Generation: Create stunning images using custom prompts.
  • Advanced Customization: Fine-tune your generation with adjustable parameters:
    • Image Width & Height
    • Scheduler selection (DDIM, K_EULER, PNDM, etc.)
    • Guidance Scale & Denoising Steps
    • Refiner usage (Expert Ensemble Refiner)
  • Gallery Mode: Browse a curated selection of pre-generated examples.
  • Download Manager: Automatically zips generated images for easy bulk downloading.
  • Robust Error Handling: informative status updates and error messages.

πŸ“‚ Project Structure

β”œβ”€β”€ app.py                # Main application script
β”œβ”€β”€ utils.py              # Utility module (contains icon functions)
β”œβ”€β”€ gallery/              # Folder containing example images for the gallery
β”‚   β”œβ”€β”€ farmer_sunset.png
β”‚   β”œβ”€β”€ astro_on_unicorn.png
β”‚   └── ...
β”œβ”€β”€ .streamlit/
β”‚   └── secrets.toml      # API keys (Not tracked in git)
└── requirements.txt      # Project dependencies

About

A feature-rich AI image generator built with Streamlit and Python to generate high-quality images from text prompts, featuring advanced customization options, a gallery view, and bulk downloads.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages