/imageGen

Primary LanguagePythonMIT LicenseMIT

Gradio UI for Image Diffusion

This project offers a user-friendly interface for experimenting with the StableDiffusionImg2ImgPipeline using the Gradio library. Users can use a webcam, upload an image, or use just text to generate transformed images based on their input.

Table of Contents

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Python 3.x
  • torch
  • PIL
  • gradio
  • diffusers

You can install these packages using pip:

pip install torch Pillow gradio diffusers

Usage

  1. Clone the repository:
etemkocaaslan/imageGen
  1. Run the main script:
python main.py

This will launch the Gradio UI in your default web browser, where you can start interacting with the model.

License

Distributed under the MIT License. See LICENSE for more information.