Skip to content

Quickstart

This walkthrough takes you from signing in to your first generated image.

Open hypeflow.m1au.com and sign in with your Google account. You’ll land on the dashboard of your organization — if your account isn’t part of one yet, ask an admin for an invite (see Organizations).

The dashboard: a prompt box asking what you want to create, with your projects below

From the dashboard, create a new project. If you belong to more than one organization, pick which one the project should live in. The project opens onto an empty canvas with quick-add cards for the most common nodes.

A new project’s empty canvas, with quick-add cards for Text, LLM, Image, Video, and Templates

From the node palette, add:

  1. A Text Prompt node — type a short idea, e.g. “sweet cat”.
  2. An Image Gen node — pick a model from the dropdown.

Drag a connection from the Text Prompt’s text output to the Image Gen’s prompt input. Ports are typed — text goes to text, image to image — so the canvas won’t let you wire something that can’t work.

Press Run on the Image Gen node. You’ll see the run’s estimated cost first; the generation is then dispatched to a background worker, progress shows on the node, and the finished image appears inline and in the project’s assets.

The finished two-node graph: a text prompt wired into Image Gen, showing the generated image inline

  • Not quite right? Edit the prompt and run again — each run is kept in the node’s generation history.
  • Want variations? Raise n_variants, or insert an LLM node between prompt and image to expand your short idea into a rich, cinematic prompt.
  • Want your product/character in the shot? Add an Image input node with a photo and wire it into one of Image Gen’s reference inputs — see Reference images.