Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gpavanb1/mjdivide
- Owner: gpavanb1
- License: mit
- Created: 2023-05-07T10:23:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-07T10:24:39.000Z (over 1 year ago)
- Last Synced: 2024-11-14T04:27:52.658Z (2 months ago)
- Topics: image-processing, midjourney, post-processing, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.