ComfyUI Node
Camera Movement to Prompt
A ComfyUI node in camera with 4 inputs and 2 outputs.
Camera Movement to Prompt
- original_extrinsics
- new_extrinsics
- prompt
- camera_json
◄prompt_templateReferring to the scene in image 1, restore the perspective of the scene in image 2. Repair the perspective and missing areas. The camera has moved by: {camera_movement}►
◄decimal_places2►
Categorycamera
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| original_extrinsics | EXTRINSICS | 4x4 camera extrinsics from the original view (e.g. SharpPredict) | |
| new_extrinsics | EXTRINSICS | 4x4 camera extrinsics from the new view (e.g. GaussianViewer) | |
| prompt_template | STRING | Referring to the scene in image 1, restore the perspective of the scene in image 2. Repair the perspective and missing areas. The camera has moved by: {camera_movement} | Use {camera_movement} as placeholder for the JSON camera delta |
| decimal_places | INT | 20–6 | Number of decimal places for values |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| prompt | STRING | — |
| camera_json | STRING | — |