When training a LoRA or checkpoint, camera angles can greatly affect the results. This workflow lets you systematically test different angles and compare outputs with the original model using the same seed, so you can see exactly how your training affects perspective.
How to install the workflow
Download the workflow
Install custom nodes
CD into the comfyui comfyroll customnodes directory
Run git remote add claudiaj https://github.com/ClaudiaJ/ComfyUI_Comfyroll_CustomNodes.git
git merge claudiaj/fix/xygrid-font-path
Restart comfyui
How to use the workflow
The workflow plots different prompts and re-generate the image with these differences
Make sure the folder /output/cr exists
Ensure the folder
/output/crexists.Place different camera angles in the CR XY List node.
Reset the Primitive index int node to
1.In the CR Image Output node, set
triggertoFalse.Generate a batch with
quantity = number of prompts - 1.After all batch generates, generate a single image with
trigger = True.Images will be saved in the folder specified.
Images should go to the folder specified
Learn more
More details available at my guide: ComfyUI SDXL Camera Angles Workflow
