Discover and explore top open-source AI tools and projects—updated daily.
jtydhr88Control 3D camera angles for AI image generation
Top 38.1% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> This ComfyUI custom node addresses the need for precise 3D camera angle control in multi-angle image generation workflows. It targets ComfyUI users working with models like Qwen-Image-Edit-2511-Multiple-Angles-LoRA, providing an intuitive, interactive 3D viewport to define camera perspectives and generate corresponding formatted prompts, significantly simplifying complex scene setup.
How It Works
<2-4 sentences on core approach / design (key algorithms, models, data flow, or architectural choices) and why this approach is advantageous or novel.> The node integrates a Three.js-powered 3D viewport directly into ComfyUI. Users can manipulate camera azimuth (0-360°), elevation (-30° to 60°), and zoom (0-10) via interactive handles, sliders, or quick-select dropdowns for common angles. The system ensures bidirectional synchronization between these controls. It then outputs formatted English prompt strings tailored for the Qwen-Image-Edit-2511-Multiple-Angles-LoRA, enabling users to specify desired camera views programmatically.
Quick Start & Requirements
ComfyUI/custom_nodes/ directory and restart ComfyUI. Download the Qwen-Image-Edit-2511-Multiple-Angles-LoRA model to your lora folder.https://github.com/jtydhr88/ComfyUI-qwenmultiangle.git, LoRA: https://huggingface.co/fal/Qwen-Image-Edit-2511-Multiple-Angles-LoRA/tree/main.Highlighted Details
Maintenance & Community
The provided README does not detail specific contributors, sponsorships, or community channels (e.g., Discord, Slack).
Licensing & Compatibility
Limitations & Caveats
<1-3 sentences on caveats: unsupported platforms, missing features, alpha status, known bugs, breaking changes, bus factor, deprecation, etc. Avoid vague non-statements and judgments.>
The default_prompts checkbox is noted as deprecated and has no functional impact. Prompt output is exclusively in English, irrespective of the UI's selected language.
1 month ago
Inactive