Skip to content

This project utilizes the Stable Diffusion model to generate images from text prompts.

Notifications You must be signed in to change notification settings

ganayasser/StableDiffusion-ImageGen

Repository files navigation

StableDiffusion-ImageGen

This project utilizes the Stable Diffusion model to generate images from text prompts.

📁 About Dataset

  • prompts.csv: Contains the text prompts used for generating images.
  • sample_submission.csv: Provides a sample format for submissions.
  • images/: Directory with all generated images.

🛠️ Getting Started

Follow these steps to set up and run the project on your local machine.

Prerequisites

Make sure you have Python 3.7+ and Jupyter installed. You can check your Python version with:

python --version

To install Jupyter, run:

pip install notebook

Installation

Install the required dependencies:

  1. Clone the repository:

    git clone https://github.com/ganayasser/StableDiffusion-ImageGen.git
    cd StableDiffusion-ImageGen
  2. Install the required dependencies using the requirements.txt file:

    pip install -r requirements.txt

📝Running the Notebook

  1. Start Jupyter Notebook:
jupyter notebook
  1. Open the notebook file StableDiffusion-ImageGen.ipynb from the Jupyter interface.
  2. Run the cells to generate images based on text prompts.

📧Contact

For any questions or inquiries, feel free to reach out to me:

About

This project utilizes the Stable Diffusion model to generate images from text prompts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published