Sign In

Camera Angles & LoRA Testing in ComfyUI

2

Dec 25, 2025

(Updated: 20 days ago)

workflows
Camera Angles & LoRA Testing in ComfyUI

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

  1. Download the workflow

  2. Install custom nodes

  3. CD into the comfyui comfyroll customnodes directory

  4. Run git remote add claudiaj https://github.com/ClaudiaJ/ComfyUI_Comfyroll_CustomNodes.git

  5. git merge claudiaj/fix/xygrid-font-path

  6. 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

  1. Ensure the folder /output/cr exists.

  2. Place different camera angles in the CR XY List node.

  3. Reset the Primitive index int node to 1.

  4. In the CR Image Output node, set trigger to False.

  5. Generate a batch with quantity = number of prompts - 1.

  6. After all batch generates, generate a single image with trigger = True.

  7. 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

2