Image generation
- Create a new workflow in GMI Studio.
- Add GMI Image Upload (optional for text-to-image).
- Add GMI → Image Generation node.
- Fill out prompt (required) and optional parameters (
aspect_ratio,version,output_quality). - Add Image → Save Image.
- Click Run.
Video generation
- Create a new workflow.
- Optionally add GMI Image Upload.
- Add GMI → Video Generation node.
- Fill out prompt and optional parameters (
duration,resolution). - Add Video → Save Video.
- Click Run.
Audio generation
- Create a new workflow.
- Add GMI → Audio Generation node.
- Fill out prompt and optional parameters (
voice,speed,quality). - Add Audio → Save Audio.
- Click Run.
Batching images
- Add up to 10 GMI Image Upload nodes (one per image).
- Add GMI → Utils → Image → GMI Batch Images node.
- Connect every Image Upload output to the batch node.
- Connect the batched output to a generation node (image or video).
- Click Run.
Next steps
- Browse the Node Reference for per-node parameters.
- Troubleshoot: FAQ.