The canvas controls live in the right-hand end of the floating top bar: a card-versus-connections toggle, a draw (ink) toggle, a sticky note, a snap toggle, a completion-sound bell, and a live save-status pill driven by the auto-save controller.
Where: canvas → top bar → canvas controls (right-hand end) — Look at the row of round buttons at the right of the top bar
Key ideas
- Card mode vs. connections: The card / graph toggle switches between the full node graph, where you can see and draw every connection, and card mode, which hides the connections and the inputs and shows each node as a self-contained card. Nothing is disconnected either way — card mode is purely how the canvas is drawn.
- Completion bell: The bell / bell-off toggle plays a chime (bell.mp3) whenever a generation finishes — useful for long video or 3D jobs you walk away from.
- Export / Import canvas: These moved out of this row. Export Canvas downloads the whole graph (nodes, connections and the canvas name, live callbacks stripped) as a versioned JSON file; Import Canvas reads one back and replaces the current graph. Both now live in the header's canvas picker and in the canvas right-click menu.
- Save status pill: When the canvas is connected to a conversation, the pill shows Saving… (spinner), Saved (check), or 'Save failed — retrying'; an unconnected canvas reads 'Local Draft' and surfaces an Initialize & Save Canvas banner.
Steps
- Toggle the card / graph icon to switch between card mode and the full node graph with its connections.
- Toggle the bell icon to enable a sound that plays when any generation completes.
- To export or import, open the canvas picker in the header and choose Export Canvas or Import Canvas (right-clicking the canvas offers the same two).
- Watch the rightmost pill for save state — Saving…/Saved/Ready; if it reads 'Local Draft', click Initialize & Save Canvas in the amber banner to persist it.
- Use the pencil icon to enter draw mode (covered in the drawing guide).
FAQ
Does card mode disconnect my nodes?
No — card mode only changes how the canvas is drawn. Every connection stays exactly where it was, and switching back to the graph shows them all again.
Does Export include my generated media?
Export saves the graph structure and node data (with live callbacks stripped) referencing the media URLs; it is a canvas definition, not a media bundle.