Skip to main content
Guided examples for the four core workflow shapes. Each starts from a blank canvas.

Image generation

  1. Create a new workflow in GMI Studio.
  2. Add GMI Image Upload (optional for text-to-image).
  3. Add GMI → Image Generation node.
  4. Fill out prompt (required) and optional parameters (aspect_ratio, version, output_quality).
  5. Add Image → Save Image.
  6. Click Run.

Video generation

  1. Create a new workflow.
  2. Optionally add GMI Image Upload.
  3. Add GMI → Video Generation node.
  4. Fill out prompt and optional parameters (duration, resolution).
  5. Add Video → Save Video.
  6. Click Run.

Audio generation

  1. Create a new workflow.
  2. Add GMI → Audio Generation node.
  3. Fill out prompt and optional parameters (voice, speed, quality).
  4. Add Audio → Save Audio.
  5. Click Run.

Batching images

  1. Add up to 10 GMI Image Upload nodes (one per image).
  2. Add GMI → Utils → Image → GMI Batch Images node.
  3. Connect every Image Upload output to the batch node.
  4. Connect the batched output to a generation node (image or video).
  5. Click Run.

Next steps