Photoshoot Szene laden
Photoshoot Szene laden
- szene
A scene description - the room, the light, the setting - is the most portable thing in the Photoshoot pack. Krea2SzeneLoad ("Photoshoot Szene laden") is the two-click way to reuse one: pick a saved scene from a dropdown, get its text out, wire it in.
The single input
szene - a dropdown of every scene saved under ComfyUI/user/krea2_scenes/ by Krea2SzeneSave. Select one and the node outputs the stored text; with nothing saved yet, the dropdown shows "- nichts gespeichert -" and the output is empty.
The output, also named szene, is a STRING that plugs into Krea2PromptJoin's szene input, where {szene} (or the English {scene}) drops it into your prompt. Scene text is free-form, written by you - typically "a sunlit loft with tall windows" style set descriptions.
How it works
Same Load internals as the rest of the pack. The dropdown is filled when ComfyUI queries the node definition, which is why names you just saved don't appear until you press R to refresh. The node's IS_CHANGED watches the saved file's modification time, so editing a scene file on disk makes the node re-run and emit the updated text automatically.
The files live in ComfyUI/user/krea2_scenes/ as JSON - not part of the pack's repository, so back that folder up if your scene library matters.
Installing
No dependencies beyond ComfyUI:
cd ComfyUI/custom_nodes
git clone https://github.com/ralksta/ComfyUI-Photoshoot
or ComfyUI Manager → search "Photoshoot" → install → restart. Under the Photoshoot category.
Notes and gotchas
- Refresh after saving. New scenes show up in this dropdown only after you press R. Expected, not a bug.
- The empty state is a valid state. Pick the "- nichts gespeichert -" entry and you get
"", which flows cleanly into the Prompt Builder - an empty{scene}placeholder vanishes without leaving a comma. That's how you run scene-less if you want. - It competes with Krea2Bausteine. If you're already using the four-in-one picker (which bundles a scene slot with two person slots and a style), you may not need this standalone node at all. It exists for minimal graphs that want exactly one loader.
For a recurring location - the studio, the library, the gothic bedroom - this is the node that makes it one click instead of a retype.
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| szene | COMBO | 1 options: — nichts gespeichert — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| szene | STRING | — |