INSANE Midjourney Automation - Don't Waste Your Time In Discord
TLDRThis video showcases an automation system created to streamline the image generation process in Discord using Midjourney. The creator demonstrates how to use tools like Google Sheets, Go API.ai, and Make.com to automate the creation of images, reducing the time spent on manual inputs. The system allows users to input prompts into a spreadsheet, set parameters like aspect ratio and style, and receive images directly in Discord. The automation is split into two parts: one for generating requests and another for uploading images back to the database. The video also touches on integrating this system with content generation for blog and social media posts.
Takeaways
- 🚀 The video discusses creating an automation for generating images with Midjourney on Discord to save time.
- 📊 The automation uses Google Sheets, Go API, and API.ai to streamline the image creation process.
- 📝 A spreadsheet in Google Sheets is used to input prompts, status, aspect ratio, and version selector for image generation.
- 🐢 The process involves setting up two scenarios to run the system and using Go API to handle communication between the automation and Discord.
- 📸 Images generated are stored in a field called 'images' in the spreadsheet and a task ID is used for automation purposes.
- 🔗 Go API is chosen for its affordability and unofficial status, offering a 'bring your own key' license for a low monthly fee.
- 🔁 The automation is split into two parts: one for generating requests sent to Discord and another for retrieving images and updating the database.
- 🛠 The scripts are not overly complex but require careful construction to handle details like HTTP nodes for auto-deployment and sequential processing to mimic human interaction.
- 🕒 A sleep timer is included to manage the cadence of prompt submissions to avoid overwhelming Midjourney's rate limits.
- 📈 The automation can be a first step towards fully automating image generation for blog posts or social media, potentially integrating with a content generation system.
- 👍 The video concludes with a call to action for viewers to like, share, and look forward to the next video.
Q & A
What is the main issue with using Discord to create images with Midjourney?
-The main issue is that it is time-consuming, as users have to repeatedly wait for image generations and type prompts multiple times.
How does the automation tool created in the video help solve the time-consuming issue?
-The automation tool automates the process of generating images with Midjourney, reducing the need for manual input and wait times.
What platforms and technologies are used in the automation tool?
-The automation tool uses Go API.ai, make.com, and AI tables.
What is the purpose of using AI tables in this automation?
-AI tables are used to manage prompts, statuses, aspect ratios, and versions, and to store generated images.
How does the automation tool interact with Discord?
-The automation tool uses an unofficial API called Go API to handle communication between the automation and Discord.
What is the cost associated with using Go API for this automation?
-Using Go API costs about $10 per month for a bring-your-own-key license.
How are the images generated by Midjourney retrieved and stored in the automation?
-The images are retrieved and stored in AI tables using a task ID and a second automation script that fetches the images and updates the records.
What is the reason for splitting the automation into two parts?
-The automation is split into two parts to handle the request generation and the image retrieval separately, ensuring efficient processing and data handling.
How does the automation ensure that the rate limits of Midjourney are not exceeded?
-The automation uses a sleep timer and sequential processing to maintain a humanized cadence, preventing overloading of Midjourney's rate limits.
What potential applications does the automation have beyond just generating images?
-The automation can be integrated into content generation systems for blogs, social media posts, and other platforms, automating image generation for various content needs.
Outlines
🚀 Automating Image Creation with Discord and AI
This paragraph discusses the creation of an automation system to streamline the process of generating images using Discord and mid-Journey. The process is time-consuming when done manually, hence the automation. The system utilizes go, api.ai, and AI tables to automate the task. The author demonstrates setting up a spreadsheet in AI tables to input prompts and parameters like status, aspect ratio, and version selector. The automation handles the communication between Discord and the external software, with go API.ai facilitating this interaction. The system is designed to avoid overloading mid-Journey's rate limits by queuing up prompts and processing them sequentially with a delay of 25 seconds. The video shows the automation in action, generating multiple images quickly and efficiently.
🛠️ Script Deployment and Image Generation Automation
The second paragraph delves into the technical details of the automation scripts used for deploying and generating images. The scripts are designed to be auto-deployable for clients on the ABC platform, utilizing HTTP nodes for ease of deployment. The process involves a POST request to go API with the necessary parameters such as the prompt, version, aspect ratio, and a secret for tracking purposes. A sleep timer is implemented to maintain a humanized cadence, avoiding overloading mid-Journey's system. The second script handles the retrieval of image URLs from go API, downloads, and uploads them to AI tables, updating the record with a formatted array of images. This automation is presented as a potential first step towards fully automating image generation for blog posts and social media, integrating with a content generation system for streamlined media production. The video concludes with a demonstration of the system generating various images and an encouragement to like and share the video.
Mindmap
Keywords
💡Midjourney
💡Automation
💡Discord
💡API.ai
💡AI Tables
💡Slash Commands
💡Aspect Ratio
💡Version Selector
💡Webhook
💡Sequential Processing
💡Content Generation System
Highlights
Creating images with Midjourney in Discord can be very time-consuming.
An automation was created to streamline the process using go, api.ai, and AI tables.
The automation allows for the generation of multiple images without constant waiting.
A spreadsheet in AI tables is used to input prompts and receive images.
The automation includes setting the status, aspect ratio, and version selector for image generation.
Two scenarios run the system, with go api.ai handling communication between Automation and Discord.
The use of external software is necessary because regular bots cannot do slash commands.
Go API is an inexpensive unofficial API that can be used for this purpose.
The automation is split into two parts: one for generating requests and another for retrieving images.
The first automation sends a request to Discord, and once the image is done, it triggers the second automation.
The second automation grabs all the images and puts them back into the AI tables database.
The scripts are not complicated but require a good amount of detail.
HTTP nodes are used for auto-deploying scripts within client accounts.
The automation includes a sleep timer to mimic humanized cadence and avoid overloading Midjourney's rate limits.
The process involves posting to Discord, which then triggers a webhook for the second script.
The second script retrieves information from go API, searches for the specific record, and uploads images to AI tables.
The automation can be integrated into a content generation system for automatically generating images for blog posts and social media.
The video demonstrates the ease of queuing up multiple images for generation.