Unlimited image generations API for your n8n workflows (Not Local)
AI Summary
Title: Generating Free AI Images Using Together.ai
Introduction
- Overview of generating AI images online for free.
- No daily limits, only rate limits of 10 images per minute for free plan.
Getting Started with Together.ai
a. Sign up at together.ai (free account).
b. Retrieve API key from the settings after logging in.
c. Select the Flux model for free use.Creating Images
- Navigate to the playground to create images.
- Example command: Type a prompt to generate an image (e.g., “a dog”).
Integrating API in Workflow
a. Use a cURL command from Together.ai to set up an HTTP node in your workflow.
b. Specify the model, prompt, dimensions, and create credentials for authorization.
c. Convert the generated base64 string to a binary file for storage.Handling Rate Limits
- Implement a workflow that allows generating multiple images in a loop (up to 6 at a time with a 10-second wait).
- Suitable for creating variations of image prompts dynamically.
Practical Use Case
- Example of using the API to create an image from dynamic user input (e.g., input from Telegram).
- Send generated images directly to messaging applications instead of saving them.
Conclusion
- Efficiency of using Together.ai for generating AI images without cost.
- Encouragement to explore further and test various prompts.