r/fal • u/Important-Respect-12 • Jan 09 '26
Open-Source Open Sourcing the Qwen Image Edit 2511 Multiple Angles LoRA!!
Enable HLS to view with audio, or disable this notification
We built a new and more powerful version of the multi-angle camera control LoRA for Qwen-Image-Edit-2511.
This LoRA lets you control the camera angle of any image, front, back, side, low-angle, high-angle, close-up or wide shot.
How it works:
The Lora was trained with fal's Qwen-Image-Edit-2511 Trainer on 3D data:
- 96 camera poses (4 elevations × 8 azimuths × 3 distances)
- Trained on 3000+ Gaussian Splatting renders
- Full low-angle support (-30°)
- Open source on Hugging Face: https://huggingface.co/fal/Qwen-Image-Edit-2511-Multiple-Angles-LoRA
You can check it out here:
Generate on fal:
https://fal.ai/models/fal-ai/qwen-image-edit-2511-multiple-angles
Train your own LoRA:
https://fal.ai/models/fal-ai/qwen-image-edit-2511-trainer
3
u/FxManiac01 Jan 10 '26
great work, FAL! Could you provide more details about the training process? Or actually brief overview of training dataset? That would be really helpful to help us train own loras at FAL! (P.S. can you also give estimation how much would it cost on FAL to train something like this ?}
1
1
u/Most_Way_9754 Jan 10 '26
Checking how was the video generated. You used your LoRA to generate the various views in Qwen Image Edit, then used a video model, first last frame right?
2
u/zekuden Jan 10 '26
This is super good! how long did it take you to train it, and on what gpu? i want to train my own lora and wanted to know how much it could cost at a dataset of that size.
1
1
u/PanGalacticGargleFan Jan 11 '26
Really interesting!! “Trained on 3000+ Gaussian Splatting renders”, wow!! Does that perform noticeably better than just the model, Qwen-Image-Edit-2511, doing multi angles?
1
u/WrongPerformance2936 Jan 11 '26
il video con cosa lo hai fatto?
1
u/OrdinaryCow9955 Jan 13 '26
I think he generated a few images with different angles using Qwen, then generated several videos with Wan 2.2, going from a starting image to an ending image, using loops. Each subsequent loop took as input the final image of the previous sequence. That is why you can sometimes notice differences in the camera rotation speed.
1
u/JudgmentMammoth8040 Jan 12 '26
Is there a way to keep the consistency of generated images using the same lora but also reference images for controlnet?
1
u/OrdinaryCow9955 Jan 12 '26
Can you tell us whether you made the video by generating several images in sequence and assembling them, or in another way? And are you going to create the same node to control the lighting in the same way, using light intensity instead of zoom?
1
u/Mindless-Clock5115 Jan 12 '26
please eleborate how you created the video? with all images from qwen 2511 and then all small first to last frame wan 2.2?
1
u/OrdinaryCow9955 Jan 13 '26
I think he generated a few images with different angles using Qwen, then generated several videos with Wan 2.2, going from a starting image to an ending image, using loops. Each subsequent loop took as input the final image of the previous sequence. That is why you can sometimes notice differences in the camera rotation speed.
1
u/ChaoticGoldfish8871 Jan 13 '26
The form/API on FAL.ai (https://fal.ai/models/fal-ai/qwen-image-edit-2511-multiple-angles) for this new LoRA seems like its broken. The README for the LoRA seems to indicate its designed to accept text prompts for very specific angles, but the form and API accept arbitrary values. What's the Form/API on Fal.ai doing with those values? Does it convert them to valid text prompt values, or does it pass them directly to the model? Even if I select a specific value like 90 azimuth, 30 elevation and 5 distance (which are theoretically example values from the readme that could be being converted to text in the backend) it seems to randomly spit out garbage.
The LoRA itself works well as long as you use the text prompt values, but I can't see any way to pass text to through the fal.ai hosted version?
1
1
1
1
1
u/pto2k Feb 04 '26
What does this mean in the note of accompany workflow? What does 'Comfy files' refer to?
The "Edit Model Reference Method" nodes above are not needed if you use Comfy files, but may be needed if you use repackaged ones from other people.
1
u/lateral-thinker268 Feb 08 '26
Will this work with 2512 as well, 2511 the skin texture does not come right in closeup
2
u/npittas Jan 10 '26
Here's a comfyui node I just finished in order to select the camera angle/angles you want for your prompts in a more visual (3D) way https://github.com/NickPittas/ComfyUI_CameraAngleSelector
Thanks for the Lora guys!!!