Exactly Journey
The all-rounder of the reference-photo family
- referenceImages
- advancedFeatures.watermark.image
- image
Journey is the Exactly photo node that doesn't over-commit to a look. Where its siblings are named after specific aesthetics - bright, contrasty, warm, distant - Journey is the flexible one, the variant you start with when you're not sure which Exactly look a project wants. Same reference-driven contract, same no-prompt surprise, but without a baked-in tonal bias steering the result. Think of it as the neutral base of the family, and the other variants as the presets.
That makes it the right first stop for anyone new to these nodes. Wire up the reference builder once, run it through Journey, and you'll learn what the family does before you start auditioning moods. It's also the sensible default when your references themselves carry the look you want - if the source images are already on-style, you don't need a variant fighting or amplifying them.
What you set
referenceImages(required) - from the Runware Reference Images builder: each ref takes atype, atag(e.g.@subject) and the image. More refs, more identity retention; this is the knob that does all the work.width/height- output canvas, default 1024×1024.numberResults- up to 20 seeded variations for cheap iteration.watermark- optional builder socket.outputFormat- JPG / PNG / WEBP, withoutputQuality20–99.
Output is image (IMAGE).
How it works
Standard pack flow: build a taskType: imageInference request with the Exactly Journey model AIR, ship it over REST through the Runware SDK with your references encoded in the payload, and pull the result back as a native IMAGE. Cloud inference, cost on the title bar, no local model to babysit. Because Journey doesn't push a strong style, your references have to do more of the aesthetic work - which is exactly why it's the honest baseline for judging the rest of the family.
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
Because Journey leans on references hard, weak results are almost always weak references - flat sources give you flat output. Check that every reference has a type and a tag; untagged refs can fail to bind to the subject and the identity washes out. And when you've found the actual look you're after, that's the moment to move off the neutral base onto a named sibling like Exactly Warm Light or Exactly Extreme Contrast.
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 | — |