- 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.
Follow these steps to set up and run the project on your local machine.
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
-
Clone the repository:
git clone https://github.com/ganayasser/StableDiffusion-ImageGen.git cd StableDiffusion-ImageGen
-
Install the required dependencies using the
requirements.txt
file:pip install -r requirements.txt
- Start Jupyter Notebook:
jupyter notebook
- Open the notebook file StableDiffusion-ImageGen.ipynb from the Jupyter interface.
- Run the cells to generate images based on text prompts.
For any questions or inquiries, feel free to reach out to me:
- Email: [email protected]