Skip to content

A user-friendly web application that transforms plain text prompts into high-quality images using the sd-v1.5 model from Hugging Face. The project is built with Flask (backend) and HTML/CSS/JavaScript (frontend), storing output locally.

License

Notifications You must be signed in to change notification settings

arun-techverse/Text-to-Image-Generator-using-sd-v1.5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖼️ Text-to-Image Generator

A simple beginner-friendly web app that converts natural language prompts into images using Stable Diffusion v1.5 (runwayml/stable-diffusion-v1-5). Built with Flask and Hugging Face Diffusers, this project demonstrates how to integrate text-to-image AI models into a Python web application.


🔧 Tech Stack

Layer Tools / Frameworks
Frontend HTML, CSS, JavaScript
Backend Python (Flask)
Model runwayml/stable-diffusion-v1-5 (public)
Image Storage Local filesystem (/generated_images)

📸 Features

  • ✅ Enter a custom text prompt
  • ✅ Generate and display a high-quality image
  • ✅ Download or save the result
  • ✅ Clean and responsive UI
  • ✅ Runs on CPU or GPU

🚀 Getting Started

1. Clone the Repository

bash
git clone https://github.com/ARUNAGIRINATHAN-K/text-to-image-generator.git
cd text-to-image-generator

Install Dependencies

pip install flask torch diffusers transformers accelerate

Model Info

Name: License: CreativeML Open RAIL-M

About

A user-friendly web application that transforms plain text prompts into high-quality images using the sd-v1.5 model from Hugging Face. The project is built with Flask (backend) and HTML/CSS/JavaScript (frontend), storing output locally.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published