Exactly Distant Reality
Reference in, out-of-focus world out
- referenceImages
- advancedFeatures.watermark.image
- image
Distant Reality is the Exactly photo variant with its eye on atmosphere. The name points at the mood - a subject held at a remove, background falling into soft focus, space doing the storytelling. It's the node for the shot that's about context and depth rather than a face filling the frame, and it gets there the same way every Exactly photo node does: from reference images, with no prompt field in sight.
If you're doing environmental portraiture, establishing shots, or anything where the subject sits inside a world instead of on top of it, this is the variant to try first. The other Exactly nodes split on brightness and contrast; Distant Reality is the one that reaches for depth. You feed it references that define who and what the look is, and it renders at the canvas you ask for.
What you set
referenceImages(required) - wired from the Runware Reference Images builder: each ref takes atype, atag(like@subject) linking it to a mention, and the image itself. Stack several for a stronger identity hold.width/height- output canvas, default 1024×1024. Wide aspect ratios suit this model's mood.numberResults- up to 20 seeded variations per run.watermark- optional, from the watermark builder.outputFormat- JPG / PNG / WEBP, withoutputQuality20–99.
Output is image (IMAGE).
How it works
Standard pack plumbing: the node sends a taskType: imageInference request with the Exactly Distant Reality model AIR over REST through the Runware SDK, encoding your reference images into the payload, and downloads the result as a native IMAGE. It's a cloud generation - no checkpoint to download, no local VRAM, cost printed on the title bar. The reference contract is doing the consistency work that local workflows would handle with a dozen prompt-tuning nodes.
Installing
ComfyUI Manager → search Runware → install → restart. Manual:
cd ComfyUI/custom_nodes
git clone https://github.com/Runware/ComfyUI-Runware
pip install -r ComfyUI-Runware/requirements.txt
No model downloads; deps are runware-sdk, pillow, soundfile. API key via Settings → Runware API key, RUNWARE_API_KEY, or runware auth login.
Troubleshooting
Identity drift again points at the reference builder - verify type and tag are set on every ref. If the "distant" look reads as mushy instead of atmospheric, try more references of the actual subject rather than of the scene; the model holds onto people better when it has them from several angles. And for a warmer, closer-feeling take on the same pipeline, Exactly Warm Light is the sibling to switch to.
Inputs (17)
| Name | Type | Default | Description |
|---|---|---|---|
| referenceImages | RUNWARE_REFERENCEIMAGES | — | |
| advancedFeatures.watermark.imageopt | IMAGE | — | |
| sizeopt | COMBO | 1K (1:1) | Output size. Only one of resolution or dimensions is sent. |
| numberResultsopt | INT | 11–20 | Number of results to generate. Each result uses a different seed, producing variations of the same parameters. |
| advancedFeaturesopt | BOOLEAN | false | Enable to set advancedFeatures. Off uses the model's default. |
| advancedFeatures.watermark.bgColoropt | STRING | Background color in hex format. | |
| advancedFeatures.watermark.displayPositionopt | COMBO | (default) | Watermark position. |
| advancedFeatures.watermark.fontColoropt | STRING | Text color in hex format. | |
| advancedFeatures.watermark.opacityopt | BOOLEAN | false | Enable to set advancedFeatures.watermark.opacity. Off uses the model's default. |
| advancedFeatures.watermark.opacity_valueopt | FLOAT | 0.100.1–1 | Watermark opacity. |
| advancedFeatures.watermark.textopt | STRING | Watermark text. | |
| safetyopt | BOOLEAN | false | Enable to set safety. Off uses the model's default. |
| safety.checkContentopt | BOOLEAN | false | Enable or disable content safety checking. |
| ttlopt | BOOLEAN | false | Enable to set ttl. Off uses the model's default. |
| ttl_valueopt | INT | 60 | Time-to-live (TTL) in seconds for generated content. Only applies when `outputType` is `URL`. |
| outputFormatopt | COMBO | JPG | File format for the generated image. |
| outputQualityopt | INT | 9520–99 | Compression quality of the output. Higher values preserve quality but increase file size. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |