Nodaro Docs
DocumentationNode ReferenceModelsAI Agents (MCP)DevelopersSelf-hostingResearch
Guides

Creative controls

Pickers set camera, lighting, mood, style, subjects and motion without rewriting prompts. See how they work, how to combine them and where to connect them.

Creative controls are pickers: nodes that each set one part of the look of an image or a video. Examples are the camera angle, the light, the mood and the subject's pose. You choose an option from a grid of pictures. The picker then adds tested wording for it to the prompt of every node you connect it to. A picker never calls a model, so it costs no credits, and you can change the look without rewriting your prompt.

How a picker works

  1. You add a picker from the Creative Controls tab of the node picker, for example Creative Controls › Light & Look › Mood.
  2. You choose an option in the picker's grid. Each tile shows what the option looks like.
  3. You connect the picker to an image, video or audio node.
  4. When that node runs, the picker's wording is added to the end of its prompt.

To see the exact words a picker adds, switch the picker node to the Prompt or Both display mode. The settings panel shows the same text under Will inject into prompt.

Every picker also has two free-text fields. Pre Text is added before the picker's wording and Post Text after it. Use them for a detail the catalog does not have, such as with tears in her eyes.

The picker families

FamilyPickersConnect to
SubjectPerson, Animal, Vehicle, WeaponElements
Wardrobe & PoseStyling, PoseElements
SceneSetting, Era / Period, Furniture, Held Prop, Material, Backdrop, Loop SubjectLook for Setting, Era / Period and Backdrop; Elements for Furniture, Held Prop and Material
CameraFraming, Lens, Camera / Film Stock, Exposure SettingsLook
Light & LookLighting, Color / Look, Mood, Atmosphere, Style, Photo Genre, Photographer / Artist Style, Render Quality, Aesthetic / MicrotrendLook
Motion & TimeCamera Motion, Temporal, Character MotionLook on video nodes
EffectsAction FX, Character FX, Composition Effects, Post-Process Effects, TransitionLook, or Elements for Action FX on video
Music & VoiceMusic Genre, Music Mood, Instrumentation, Voice Character, Voice DeliveryMusic and voice nodes

The Music & Voice family also holds Suno Voice. Instead of adding words to a prompt, it creates a singer persona from a short recording.

Where to connect a picker

Generate Image and Generate Video have two inputs for pickers. The editor accepts a picker only on the input that fits its family, and refuses a connection that does not fit.

InputWhat it takesExamples
LookCamera and look pickersStyle, Lens, Lighting, Color / Look, Framing, Camera / Film Stock, Mood, Atmosphere, Era / Period, Backdrop, Camera Motion, Temporal, Transition, Character FX
ElementsSubject pickersPerson, Pose, Animal, Vehicle, Weapon, Furniture, Material, Held Prop, Styling

The music pickers feed music nodes such as Suno Create Music, Generate Music and Text to Audio. The voice pickers describe a voice for Voice Design.

You can also connect any picker to a Text, Combine Text or Prompt node, to use its wording inside a longer text.

Combine pickers

Connect as many pickers as you need to one node. Each picker adds its own wording to the end of the prompt.

promptlooklookelementsstart framelookTextA chef plating a dessertFramingClose-up, low angleLightingGolden hourPersonWoman, 30sGenerate ImageCamera MotionSlow dolly-inGenerate Video
Framing and Lighting set the look, Person sets the subject, and Camera Motion moves the camera in the video.
  • One picker, many nodes. Connect one picker to several image or video nodes to keep the same look across a whole series.
  • One picker per scene. In a story, give each scene its own picker, such as its own Mood, so each scene can differ.
  • Stack light, color and mood. A melancholic Mood with blue-hour Lighting and a cold Color / Look reads stronger than any one of them alone.
  • Use Compact when many pickers feed one node. The prompt stays short, and each choice keeps its professional term.

Full or Compact

Every catalog picker can add its choice in two ways. Both describe the same choice.

ModeWhat it addsExample for Framing, medium close-upUse it when
Full (default)The longer descriptionmedium close-up, subject framed from the chest upThe model needs more to work with, or the picker is the only look control
CompactOnly the short professional termmedium close-upMany pickers feed one node, or the model already knows the term

Switch the mode with the Prompt hint toggle at the top of the picker node. The same toggle sits beside the Will inject into prompt preview in the settings panel. Pre Text and Post Text are added in both modes. The mode is saved with the node, so it survives copy and paste, presets and export.

Transition is the exception. A transition is always written as its term followed by its description, in both modes. Video models did not perform a transition from its term alone.

The nodes in the Generation Settings tab have no Prompt hint toggle, because no catalog wording stands behind them. Examples are Provider, Aspect Ratio, Duration and Tone.

Pickers inside pickers

Camera Motion and Transition can take other pickers on their start-state and end-state inputs, and write one sentence from all of them. When you set Camera Motion or Transition to Compact, the pickers connected to it follow, so the sentence stays at one level of detail. A connected picker whose own mode you set explicitly, even to Full, keeps its own mode.

Real renders or illustrations

On Nodaro Cloud, the Look and Camera pickers show each option as a real render: the same base picture put through that option. Camera Motion shows a short, silent clip. Each of these pickers also has a drawn illustration, and you choose which one a node shows.

  • Which pickers. Camera Motion, Color / Look, Style, Lens, Lighting, Atmosphere, Camera / Film Stock, Framing and Mood. Era / Period and Composition Effects have no illustration, so they always show the render.
  • Where to switch. Hover over the node in the Picks or Both display mode. A two-icon switch sits beside the selected option's title: a film icon for the real render and a pen icon for the illustration. The settings panel and the full-screen picker have the same switch.
  • What it changes. Only the pictures. The wording added to the prompt stays the same.
  • What is remembered. The choice is saved on the node. Your last choice for each picker type is remembered in your browser for the next node of that type.
  • In apps. A published app's input shows the creator's choice, with no switch.

Self-hosted installs show the illustrations only.

Use a picker's choice inside a prompt

You can also put a picker's choice in the middle of your own sentence. Write the picker's label in curly braces, such as {Mood}, and the prompt gets the picker's current wording at that place. {person || man} uses the connected Person picker when there is one, and the word "man" when there is not. Read more in Prompt variables.

Fill pickers from a picture

The Describe to Picker node looks at an image and fills in the pickers you connect to it. It works with Person, Styling, Framing, Lens and Camera / Film Stock. Use it to copy the look of a reference picture into your own pickers. It costs 10 credits per run, however many pickers you connect.

Pickers from code

The same choices are available to code and to AI assistants. The image and video generation requests accept a direction object of picker option ids, such as { "shotSize": "wide-shot", "timeOfDay": "golden-hour" }. Nodaro writes the matching wording into the prompt. To build Nodaro's pickers into your own app, read Picker catalogs.

Frequently asked questions

Last updated on

On this page