Project: Automated Software for MidJourney
The application is designed for convenient image generation using MidJourney via the Discord API. It allows you to:
Generate prompts via the ChatGPT API, based on either a text description or an uploaded list of ready-made prompts.
Download image previews generated by MidJourney (4 variants per prompt).
Select images manually (by clicking and enlarging the thumbnail) or randomly (choose 1 out of 4 variants).
Perform upscaling (enhancing image quality) on selected images and download the final files.
Work directly with the MidJourney Discord API, without relying on third-party services (such as UserAPI), which reduces generation costs.
Automatically replace image tags with user-prepared ones for SEO optimization.
Save favorite prompts into a text file for future use.
Run batch generation, which significantly saves user time when working with large volumes of prompts.
Technologies
Language: Python
Backend: Django (with Django Admin for management).
API requests: requests for interaction with the MidJourney Discord API.
Frontend (if any): Built-in Django templating engine or a standalone UI.
Compatibility: Tested on macOS and Ubuntu.
Generate prompts via the ChatGPT API, based on either a text description or an uploaded list of ready-made prompts.
Download image previews generated by MidJourney (4 variants per prompt).
Select images manually (by clicking and enlarging the thumbnail) or randomly (choose 1 out of 4 variants).
Perform upscaling (enhancing image quality) on selected images and download the final files.
Work directly with the MidJourney Discord API, without relying on third-party services (such as UserAPI), which reduces generation costs.
Automatically replace image tags with user-prepared ones for SEO optimization.
Save favorite prompts into a text file for future use.
Run batch generation, which significantly saves user time when working with large volumes of prompts.
Technologies
Language: Python
Backend: Django (with Django Admin for management).
API requests: requests for interaction with the MidJourney Discord API.
Frontend (if any): Built-in Django templating engine or a standalone UI.
Compatibility: Tested on macOS and Ubuntu.