This repository contains code to split the Midjourney output grid images into individual images in bulk
Make sure to install the dependencies listed using pip install -r requirements.txt
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
Please direct your queries to gpavanb1 for any questions.