ComfyUI Node
RunningHub SmartPhotoCrafter ImageEdit
Runs SmartPhotoCrafter automatic photo analysis and image editing using a loaded editor object.
RunningHub SmartPhotoCrafter ImageEdit
- editor
- image
- image
- analysis_text
◄width0►
◄height0►
◄target_pixels1048576►
◄num_inference_steps20►
◄seed42►
◄tiledfalse►
◄tile_size128►
◄tile_stride64►
CategoryRunningHub/SmartPhotoCrafter
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| editor | RH_SMARTPHOTOCRAFTER_EDITOR | Editor object returned by RunningHub SmartPhotoCrafter ModelLoader. | |
| image | IMAGE | Input photo to analyze and automatically enhance. | |
| width | INT | 00–4096 | Output width. Set 0 with height 0 to preserve aspect ratio and resize by target_pixels. |
| height | INT | 00–4096 | Output height. Set 0 with width 0 to preserve aspect ratio and resize by target_pixels. |
| target_pixels | INT | 104857665536–4194304 | Target total pixels used when width and height are both 0. Larger values use more VRAM and time. |
| num_inference_steps | INT | 201–100 | Diffusion sampling steps. Higher values are slower and may improve detail. |
| seed | INT | 420–4294967295 | Random seed for image generation. Values outside 0 to 2^32-1 are normalized before execution. |
| tiled | BOOLEAN | false | Enable tiled VAE decoding to reduce peak memory usage at the cost of speed. |
| tile_size | INT | 12864–1024 | Tile size for tiled VAE decoding. Larger tiles may improve consistency but use more memory. |
| tile_stride | INT | 6416–512 | Tile stride for tiled VAE decoding. Smaller stride increases overlap and processing time. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| analysis_text | STRING | — |