Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gpavanb1/mjdivide

Code to split Midjourney output grid images into individual ones in bulk
https://github.com/gpavanb1/mjdivide

image-processing midjourney post-processing python

Last synced: 2 days ago
JSON representation

Code to split Midjourney output grid images into individual ones in bulk

Awesome Lists containing this project

README

        

# MJDivide

This repository contains code to split the [Midjourney](https://midjourney.com) 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=
OUTPUT_PATH=
```

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

## Whom to contact?
Please direct your queries to [gpavanb1](https://github.com/gpavanb1/) for any questions.