Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 588 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 588 Bytes

MJDivide

This repository contains code to split the Midjourney output grid images into individual images in bulk

How to install?

Make sure to install the dependencies listed using pip install -r requirements.txt

How to execute?

Set the following environment variables in your .env file

INPUT_PATH=<where_the_input/is>
OUTPUT_PATH=<where_the_output/should/be>

Once this is done, you can execute your code using python split.py

Whom to contact?

Please direct your queries to gpavanb1 for any questions.