Nodes/ComfyUI Easy Use/easy multiAngle
ComfyUI Node Runs on cloud

easy multiAngle

Easy multiAngle – ComfyUI Node Guide

By yolain·Created 3 years ago·Updated 13 days ago· 2,647
easy multiAngle
  • multi_angle
  • prompt
  • params

If you've ever wanted five different camera angles of the same character without typing "front view, [prompt]" then "3/4 view, [prompt]" then "profile view, [prompt]" five separate times, easy multiAngle is the node for that. It's one of the newest additions to ComfyUI-Easy-Use (landed in v1.3.6), and it's a small, focused prompt-fanout tool rather than anything that touches your model or sampler.

What it does. The node draws its own picker widget right on the canvas - a set of camera-angle presets (front, side, three-quarter, from-above, that sort of thing) you toggle on. Instead of one prompt string coming out, you get a list of prompt fragments, one per angle you selected. Pair that with a subject description upstream and you've turned a single idea into a small batch that actually varies the framing, rather than just re-rolling the seed and hoping the model gives you a different angle on its own (which, for anything character-consistency-adjacent, it often won't).

Inputs and outputs. There's exactly one optional input, multi_angle, typed EASY_MULTI_ANGLE - that's for feeding in a saved angle selection from elsewhere in the graph rather than clicking the widget by hand, useful if you're reusing the same angle set across several multiAngle nodes. The two outputs are prompt (a STRING list - the actual angle phrases) and params (the raw EASY_MULTI_ANGLE selection, for passing along or logging what you picked). The important bit for beginners: prompt is a list, not a single string. Wire it straight into a CLIP Text Encode and you'll get a type mismatch or it'll silently only grab one entry - you want something downstream that's built to consume a list, like Easy-Use's own for-loop nodes or any node in your graph that fans a list out into a batch.

Install. Grab the whole pack through ComfyUI Manager - search "ComfyUI Easy Use" - or do it by hand:

cd ComfyUI/custom_nodes
git clone https://github.com/yolain/ComfyUI-Easy-Use

then restart ComfyUI. On Windows there's an install.bat in the cloned folder that handles dependencies; on Linux/Mac just pip install -r requirements.txt inside that same folder covers the same ground. easy multiAngle itself doesn't pull in anything exotic - no extra models, no heavy Python packages - it's pure prompt logic.

Common issues. Because this shipped so recently there isn't much of a community trail yet to draw troubleshooting from - you're an early adopter if you're using it. The one thing worth knowing generically: ComfyUI's frontend went through a rendering rewrite (Nodes 2.0) in late 2025, and custom widgets like this one's angle picker are exactly the kind of thing that rewrite has been rough on across several packs. If the widget doesn't draw right or won't respond to clicks, check Settings for a legacy-canvas toggle before assuming the node is broken. Otherwise, treat it like any prompt-list node: the output only does something once something downstream is actually built to loop over a list, so plan the rest of your graph around that before you wire this in.

CategoryEasyUse/Prompt

Inputs (1)

NameTypeDefaultDescription
multi_angleoptEASY_MULTI_ANGLE

Outputs (2)

NameTypeDescription
promptSTRING
paramsEASY_MULTI_ANGLE