From 0faa0aa668e58200ab6c078369257e81165be77e Mon Sep 17 00:00:00 2001 From: mercu-lore <66737692+mercu-lore@users.noreply.github.com> Date: Sat, 8 Nov 2025 05:33:08 +0100 Subject: [PATCH] Add multiple angle camera control node (#2262) * Add multiple angle camera control node Added a new node for multiple angle camera control with detailed description and installation type. * Remove duplicate entry for Multiple-Angle-Camera-Control --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 27d330d1..624b4def 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36121,6 +36121,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Lorenzo Mercugliano", + "title": "Multiple-Angle-Camera-Control", + "id": "multiple-angle-camera-control", + "reference": "https://github.com/mercu-lore/-Multiple-Angle-Camera-Control", + "files": [ + "https://github.com/mercu-lore/-Multiple-Angle-Camera-Control.git" + ], + "install_type": "git-clone", + "description": "Advanced camera control prompt generator for ComfyUI, optimized for dx8152's MultiAngle LoRA. Simplifies multi-directional movements, rotations, and special views with bilingual output." } ] }