{"id":"f4797d38-a00f-42aa-a159-59ddff418b71","revision":0,"last_node_id":119,"last_link_id":176,"nodes":[{"id":47,"type":"MarkdownNote","pos":[-1200,970],"size":[690,510],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[],"title":"LoRA Trigger Words and Settings","properties":{"ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["Download the style LoRAs used in this workflow from [Comfy-Org/Krea-2/loras](https://huggingface.co/Comfy-Org/Krea-2/tree/main/loras). Place the `.safetensors` files in `ComfyUI/models/loras/`.\n\n| LoRA                   | Trigger Words                        | Recommended Strength |\n|------------------------|--------------------------------------|-------|\n| `krea2_darkbrush`      | `monochrome ink wash style`          | `1.0` |\n| `krea2_dotmatrix`      | `monochrome stippling style`         | `1.0` |\n| `krea2_kidsdrawing`    | `naive expressive sketch style`      | `1.0` |\n| `krea2_neondrip`       | `textured abstract style`            | `1.0` |\n| `krea2_rainywindow`    | `rainy window style`                 | `1.0` |\n| `krea2_retroanime`     | `purple retro anime style`           | `1.0` |\n| `krea2_softwatercolor` | `art deco watercolor style`          | `1.0` |\n| `krea2_sunsetblur`     | `ethereal motion blur style`         | `1.0` |\n| `krea2_vintagetarot`   | `vintage tarot style`                | `1.0` |"],"color":"#222","bgcolor":"#000"},{"id":48,"type":"MarkdownNote","pos":[-1940,-90],"size":[700,990],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[],"title":"Model Links","properties":{"ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["Guide: [Subgraph](https://docs.comfy.org/interface/features/subgraph)\n\n## Model Links (for Local Users)\n\nFor BF16 and NVFP4 variants, see [Comfy-Org/Krea-2](https://huggingface.co/Comfy-Org/Krea-2)\n\n**diffusion_models**\n\n- [krea2_turbo_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Krea-2/resolve/main/diffusion_models/krea2_turbo_fp8_scaled.safetensors)\n\n**text_encoders**\n\n- [qwen3vl_4b_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Krea-2/resolve/main/text_encoders/qwen3vl_4b_fp8_scaled.safetensors)\n\n**vae**\n\n- [qwen_image_vae.safetensors](https://huggingface.co/Comfy-Org/Krea-2/resolve/main/vae/qwen_image_vae.safetensors)\n\n**loras**\n\n- [krea2_darkbrush.safetensors](https://huggingface.co/Comfy-Org/Krea-2/resolve/main/loras/krea2_darkbrush.safetensors)\n\n\n## Model Storage Location\n\n```\n📂 ComfyUI/\n├── 📂 models/\n│   ├── 📂 diffusion_models/\n│   │   └── krea2_turbo_fp8_scaled.safetensors\n│   ├── 📂 text_encoders/\n│   │   └── qwen3vl_4b_fp8_scaled.safetensors\n│   ├── 📂 vae/\n│   │   └── qwen_image_vae.safetensors\n│   └── 📂 loras/\n│       └── krea2_darkbrush.safetensors\n```\n\n## Report Issue\n\nNote: Please update ComfyUI first ([guide](https://docs.comfy.org/installation/update_comfyui)) and prepare required models. Desktop/Cloud updates follow stable releases, so some nightly-supported models may not be available yet.\n\n- Cannot run / runtime errors: [ComfyUI/issues](https://github.com/comfyanonymous/ComfyUI/issues)\n- UI / frontend issues: [ComfyUI_frontend/issues](https://github.com/Comfy-Org/ComfyUI_frontend/issues)\n- Workflow issues: [workflow_templates/issues](https://github.com/Comfy-Org/workflow_templates/issues)\n"],"color":"#222","bgcolor":"#000"},{"id":50,"type":"MarkdownNote","pos":[-1200,-90],"size":[700,990],"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[],"title":"Note: Krea-2","properties":{"ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["Guide: [krea-2](https://docs.comfy.org/tutorials/image/krea/krea-2)\n\nThis workflow generates images with **Krea-2 Turbo**, a fast distilled text-to-image model. The workflow is organized into a few parts: each handles a different step so you can generate quickly without digging through every node.\n\n## Text to Image (Krea-2 Turbo) Subgraph\n\nDouble-click this node to open the full pipeline. Inside, the canvas is grouped into several areas:\n\n**Models**: Loads the diffusion model, text encoder, VAE, and optional style LoRA (`LoraLoaderModelOnly`).\n\n**Prompt**: Enter your image description in **Text String (User Prompt)**.\n\n**Prompt Enhancement**: Expands your prompt before generation. Enabled by default (`prompt_enhance`). You can turn it off to use your prompt as-is, or replace the built-in module with **OpenAI** or **Gemini** API nodes.\n\n**Feature Switch**: Quick toggles on the left side of the subgraph:\n- `prompt_enhance`: enable or disable prompt expansion\n- `enable_lora?`: enable or disable the style LoRA\n\n**Image Generation**: Handles latent sizing, sampling (8 steps), and VAE decode to produce the final image.\n\nWhen using a LoRA, set `enable_lora?` to true, select the matching file in **LoraLoaderModelOnly**, and adjust `lora_strength` as needed.\n\n## LoRA & Trigger Word (CustomCombo)\n\nOn the main canvas, the **CustomCombo** node is where you choose which style LoRA you are using (e.g. `krea2_coolblue`, `krea2_darkbrush`). The workflow uses your selection to automatically append the correct **trigger word** to your prompt.\n\n- Download LoRA files from [Comfy-Org/Krea-2/loras](https://huggingface.co/Comfy-Org/Krea-2/tree/main/loras) and place them in `ComfyUI/models/loras/`\n- Select the LoRA name that matches the file loaded inside the subgraph\n- The trigger word is applied for you: no need to type it manually\n- For trigger words and recommended strength values, see the **LoRA Trigger Words and Settings** note beside this workflow\n"],"color":"#222","bgcolor":"#000"},{"id":51,"type":"CLIPTextEncode","pos":[1212.8665191539703,-340.66229960101555],"size":[480,420],"flags":{},"order":39,"mode":0,"inputs":[{"localized_name":"clip","name":"clip","type":"CLIP","link":72},{"localized_name":"text","name":"text","type":"STRING","widget":{"name":"text"},"link":73}],"outputs":[{"localized_name":"CONDITIONING","name":"CONDITIONING","type":"CONDITIONING","slot_index":0,"links":[75,80]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"CLIPTextEncode","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["A high-contrast, hyper-stylized fashion editorial portrait shot against a saturated mustard-yellow seamless backdrop, with the central figure rendered in crisp desaturated black-and-white, creating a striking duotone aesthetic reminiscent of David LaChapelle meets Helmut Newton with a punk-gothic edge.\n\nThe subject is a fierce young woman with a platinum-bleached, spiked liberty mohawk crown of hair, her expression cold and commanding as she stares directly into the lens. She wears a cropped black leather biker jacket exploding with oversized metallic conical studs and spikes across the shoulders, paired with a minimal black bikini bottom, sheer black thigh-high stockings, and chunky knee-high lace-up combat platform boots. Her toned, athletic physique is fully exposed at the midriff.\n\nShe sits regally upon an ornate throne carved in the shape of a snarling, fanged beast's head — part dragon, part demonic feline — its silver-grey surface intricately detailed with bones, scales, and gothic ornamentation. Her booted foot rests on a battered metal road case wrapped in heavy chains and covered in stickers and band decals.\n\nIn her right hand she grips a massive medieval war scythe, its long wooden shaft wrapped in leather, the enormous curved blade arcing dramatically over her head. Perched on her left fist, talons gripping her knuckles, is a majestic American bald eagle with pristine white head feathers and a sharp yellow beak, staring off to the side with predatory alertness.\n\nStudio lighting is hard and theatrical, casting crisp shadows. The composition is symmetrical, iconic, and poster-like — punk rock goddess of war meets American mythology. Hyperrealistic, high-fashion photography, 8k, sharp detail, magazine cover quality."],"color":"#232","bgcolor":"#353"},{"id":54,"type":"VAEDecode","pos":[2122.8665191539703,-360.66229960101555],"size":[230,100],"flags":{"collapsed":false},"order":42,"mode":0,"inputs":[{"localized_name":"samples","name":"samples","type":"LATENT","link":78},{"localized_name":"vae","name":"vae","type":"VAE","link":79}],"outputs":[{"localized_name":"IMAGE","name":"IMAGE","type":"IMAGE","slot_index":0,"links":[97]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"VAEDecode","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":[]},{"id":58,"type":"ConditioningZeroOut","pos":[1462.8665191539703,129.33770039898445],"size":[230,30],"flags":{"collapsed":true},"order":40,"mode":0,"inputs":[{"localized_name":"conditioning","name":"conditioning","type":"CONDITIONING","link":80}],"outputs":[{"localized_name":"CONDITIONING","name":"CONDITIONING","type":"CONDITIONING","links":[76]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"ConditioningZeroOut","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":[]},{"id":66,"type":"ComfySwitchNode","pos":[1752.8665191539703,-360.66229960101555],"size":[320,130],"flags":{},"order":21,"mode":0,"inputs":[{"localized_name":"on_false","name":"on_false","type":"MODEL","link":90},{"localized_name":"on_true","name":"on_true","type":"MODEL","link":91},{"localized_name":"switch","name":"switch","type":"BOOLEAN","widget":{"name":"switch"},"link":92}],"outputs":[{"localized_name":"output","name":"output","type":"MODEL","links":[74]}],"title":"Switch (Model)","properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"ComfySwitchNode","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":[false]},{"id":63,"type":"PrimitiveStringMultiline","pos":[42.86651915397033,-380.66229960101555],"size":[570,800],"flags":{},"order":32,"mode":0,"inputs":[{"localized_name":"value","name":"value","type":"STRING","widget":{"name":"value"},"link":127}],"outputs":[{"localized_name":"STRING","name":"STRING","type":"STRING","links":[87]}],"title":"Text String (User Prompt)","properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"PrimitiveStringMultiline","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["A high-resolution, surreal digital illustration showing a human hand holding a martini glass. The image is overlaid with whimsical, expressive ink-style doodles, including a cartoon figure inside the glass, a drawn citrus wedge on the rim, and various abstract sketches and faces surrounding the glass against a clean, white background. The style seamlessly blends a realistic, lit photograph with loose, hand-drawn marker artistry, creating a playful and artistic juxtaposition."],"color":"#322","bgcolor":"#533"},{"id":59,"type":"LoraLoaderModelOnly","pos":[697.8210265503405,-137.1304601676342],"size":[450,170],"flags":{},"order":17,"mode":4,"inputs":[{"localized_name":"model","name":"model","type":"MODEL","link":81},{"localized_name":"lora_name","name":"lora_name","type":"COMBO","widget":{"name":"lora_name"},"link":null},{"localized_name":"strength_model","name":"strength_model","type":"FLOAT","widget":{"name":"strength_model"},"link":null}],"outputs":[{"localized_name":"MODEL","name":"MODEL","type":"MODEL","links":[91]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"LoraLoaderModelOnly","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}},"models":[{"name":"krea2_darkbrush.safetensors","url":"https://huggingface.co/Comfy-Org/Krea-2/resolve/main/loras/krea2_darkbrush.safetensors","directory":"loras"}]},"widgets_values":["krea2_darkbrush.safetensors",0.8]},{"id":57,"type":"VAELoader","pos":[702.8665191539703,299.33770039898445],"size":[450,120],"flags":{},"order":3,"mode":0,"inputs":[{"localized_name":"vae_name","name":"vae_name","type":"COMBO","widget":{"name":"vae_name"},"link":null}],"outputs":[{"localized_name":"VAE","name":"VAE","type":"VAE","links":[79]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"VAELoader","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}},"models":[{"name":"qwen_image_vae.safetensors","url":"https://huggingface.co/Comfy-Org/Krea-2/resolve/main/vae/qwen_image_vae.safetensors","directory":"vae"}]},"widgets_values":["qwen_image_vae.safetensors"]},{"id":70,"type":"ComfySwitchNode","pos":[2233.3796934414286,590.754165205101],"size":[340,130],"flags":{},"order":38,"mode":0,"inputs":[{"localized_name":"on_false","name":"on_false","type":"STRING","link":94},{"localized_name":"on_true","name":"on_true","type":"STRING","link":95},{"localized_name":"switch","name":"switch","type":"BOOLEAN","widget":{"name":"switch"},"link":96}],"outputs":[{"localized_name":"output","name":"output","type":"STRING","links":[73]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"ComfySwitchNode","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":[false]},{"id":67,"type":"PrimitiveBoolean","pos":[94.07482089809383,563.2204290367479],"size":[270,110],"flags":{},"order":4,"mode":0,"inputs":[{"localized_name":"value","name":"value","type":"BOOLEAN","widget":{"name":"value"},"link":null}],"outputs":[{"localized_name":"BOOLEAN","name":"BOOLEAN","type":"BOOLEAN","links":[92,96]}],"title":"Boolean (Enable LoRA?)","properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"PrimitiveBoolean","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":[false]},{"id":65,"type":"ComfySwitchNode","pos":[1307.042444129752,1176.6515662124643],"size":[270,130],"flags":{},"order":35,"mode":0,"inputs":[{"localized_name":"on_false","name":"on_false","type":"STRING","link":87},{"localized_name":"on_true","name":"on_true","type":"STRING","link":88},{"localized_name":"switch","name":"switch","type":"BOOLEAN","widget":{"name":"switch"},"link":89}],"outputs":[{"localized_name":"output","name":"output","type":"STRING","links":[86]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"ComfySwitchNode","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":[false]},{"id":55,"type":"UNETLoader","pos":[702.8665191539703,-330.66229960101555],"size":[450,140],"flags":{},"order":5,"mode":0,"inputs":[{"localized_name":"unet_name","name":"unet_name","type":"COMBO","widget":{"name":"unet_name"},"link":null},{"localized_name":"weight_dtype","name":"weight_dtype","type":"COMBO","widget":{"name":"weight_dtype"},"link":null}],"outputs":[{"localized_name":"MODEL","name":"MODEL","type":"MODEL","links":[81,90]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"UNETLoader","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}},"models":[{"name":"krea2_turbo_fp8_scaled.safetensors","url":"https://huggingface.co/Comfy-Org/Krea-2/resolve/main/diffusion_models/krea2_turbo_fp8_scaled.safetensors","directory":"diffusion_models"}]},"widgets_values":["krea2\\krea2_turbo_mxfp8.safetensors","default"]},{"id":69,"type":"StringConcatenate","pos":[2142.8665191539703,869.3377003989845],"size":[350,250],"flags":{"collapsed":false},"order":37,"mode":0,"inputs":[{"localized_name":"string_a","name":"string_a","type":"STRING","widget":{"name":"string_a"},"link":93},{"localized_name":"string_b","name":"string_b","type":"STRING","widget":{"name":"string_b"},"link":null},{"localized_name":"delimiter","name":"delimiter","type":"STRING","widget":{"name":"delimiter"},"link":null}],"outputs":[{"localized_name":"STRING","name":"STRING","type":"STRING","links":[95]}],"title":"Concatenate Text (LoRA Trigger Word)","properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"StringConcatenate","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["","muted minimalist sketch style",", "]},{"id":52,"type":"EmptyLatentImage","pos":[1282.8665191539703,259.33770039898445],"size":[320,170],"flags":{},"order":6,"mode":0,"inputs":[{"localized_name":"width","name":"width","type":"INT","widget":{"name":"width"},"link":null},{"localized_name":"height","name":"height","type":"INT","widget":{"name":"height"},"link":null},{"localized_name":"batch_size","name":"batch_size","type":"INT","widget":{"name":"batch_size"},"link":null}],"outputs":[{"localized_name":"LATENT","name":"LATENT","type":"LATENT","slot_index":0,"links":[77]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"EmptyLatentImage","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":[1920,1088,1]},{"id":92,"type":"ShowText|pysssss","pos":[1423.4181109827898,2897.7305478832973],"size":[258.3394710536695,311.30304074782134],"flags":{},"order":28,"mode":0,"inputs":[{"localized_name":"text","name":"text","type":"STRING","link":124}],"outputs":[{"localized_name":"STRING","name":"STRING","shape":6,"type":"STRING","links":null}],"properties":{"cnr_id":"comfyui-custom-scripts","ver":"609f3afaa74b2f88ef9ce8d939626065e3247469","Node name for S&R":"ShowText|pysssss","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":["8"]},{"id":89,"type":"StringConcatenate","pos":[-27.928642312071084,2363.9672460923002],"size":[400,200],"flags":{},"order":20,"mode":0,"inputs":[{"localized_name":"string_a","name":"string_a","type":"STRING","widget":{"name":"string_a"},"link":115},{"localized_name":"string_b","name":"string_b","type":"STRING","widget":{"name":"string_b"},"link":116},{"localized_name":"delimiter","name":"delimiter","type":"STRING","widget":{"name":"delimiter"},"link":null}],"outputs":[{"localized_name":"STRING","name":"STRING","type":"STRING","links":[126]}],"properties":{"cnr_id":"comfy-core","ver":"0.26.0","Node name for S&R":"StringConcatenate","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":["","",""]},{"id":53,"type":"KSampler","pos":[1752.8665191539703,-190.66229960101555],"size":[320,590],"flags":{},"order":41,"mode":0,"inputs":[{"localized_name":"model","name":"model","type":"MODEL","link":74},{"localized_name":"positive","name":"positive","type":"CONDITIONING","link":75},{"localized_name":"negative","name":"negative","type":"CONDITIONING","link":76},{"localized_name":"latent_image","name":"latent_image","type":"LATENT","link":77},{"localized_name":"seed","name":"seed","type":"INT","widget":{"name":"seed"},"link":null},{"localized_name":"steps","name":"steps","type":"INT","widget":{"name":"steps"},"link":null},{"localized_name":"cfg","name":"cfg","type":"FLOAT","widget":{"name":"cfg"},"link":null},{"localized_name":"sampler_name","name":"sampler_name","type":"COMBO","widget":{"name":"sampler_name"},"link":null},{"localized_name":"scheduler","name":"scheduler","type":"COMBO","widget":{"name":"scheduler"},"link":null},{"localized_name":"denoise","name":"denoise","type":"FLOAT","widget":{"name":"denoise"},"link":null}],"outputs":[{"localized_name":"LATENT","name":"LATENT","type":"LATENT","slot_index":0,"links":[78]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"KSampler","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":[288972909691689,"fixed",8,1,"euler","simple",1]},{"id":88,"type":"PrimitiveStringMultiline","pos":[-641.7142682508872,2121.3824511527278],"size":[460,610],"flags":{},"order":7,"mode":0,"inputs":[{"localized_name":"value","name":"value","type":"STRING","widget":{"name":"value"},"link":null}],"outputs":[{"localized_name":"STRING","name":"STRING","type":"STRING","links":[115]}],"title":"Text String (System Prompt)","properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"PrimitiveStringMultiline","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["count the scenes from the following text and output only the number of scenes without writing anything else : "]},{"id":81,"type":"StringConcatenate","pos":[2575.959147045429,2402.8936140780124],"size":[400,200],"flags":{},"order":23,"mode":0,"inputs":[{"localized_name":"string_a","name":"string_a","type":"STRING","widget":{"name":"string_a"},"link":130},{"localized_name":"string_b","name":"string_b","type":"STRING","widget":{"name":"string_b"},"link":170},{"localized_name":"delimiter","name":"delimiter","type":"STRING","widget":{"name":"delimiter"},"link":null}],"outputs":[{"localized_name":"STRING","name":"STRING","type":"STRING","links":[132]}],"properties":{"cnr_id":"comfy-core","ver":"0.26.0","Node name for S&R":"StringConcatenate","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":["","",""]},{"id":94,"type":"StringConcatenate","pos":[3149.704418859538,2447.2886444373844],"size":[400,200],"flags":{},"order":26,"mode":0,"inputs":[{"localized_name":"string_a","name":"string_a","type":"STRING","widget":{"name":"string_a"},"link":132},{"localized_name":"string_b","name":"string_b","type":"STRING","widget":{"name":"string_b"},"link":133},{"localized_name":"delimiter","name":"delimiter","type":"STRING","widget":{"name":"delimiter"},"link":null}],"outputs":[{"localized_name":"STRING","name":"STRING","type":"STRING","links":[135]}],"properties":{"cnr_id":"comfy-core","ver":"0.26.0","Node name for S&R":"StringConcatenate","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":["","",""]},{"id":99,"type":"ShowText|pysssss","pos":[4044.214863027431,2779.6378520750063],"size":[274.3934826293753,264.97640669836437],"flags":{},"order":31,"mode":0,"inputs":[{"localized_name":"text","name":"text","type":"STRING","link":145}],"outputs":[{"localized_name":"STRING","name":"STRING","shape":6,"type":"STRING","links":null}],"properties":{"cnr_id":"comfyui-custom-scripts","ver":"609f3afaa74b2f88ef9ce8d939626065e3247469","Node name for S&R":"ShowText|pysssss","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":["current scene number is : 8\nbased on the current scene number   identify in the following text the current scene and output only the text in that scene and nothing else :\nSCENE 1\n\nCharacter sheet, photorealistic studio reference, neutral white seamless background, soft even studio lighting, full-body front view on the left and large close-up portrait on the right.\n\nA female investigative journalist, 31 years old, 173 cm tall, athletic feminine build, fair skin with a warm undertone, faint freckles across the bridge of her nose and upper cheeks, oval face, pronounced cheekbones, soft jawline, shoulder-length naturally wavy dark auburn hair with loose curls, center part, vivid green almond-shaped eyes, thick natural eyebrows, straight elegant nose, full natural lips with muted rose color, calm intelligent expression. She wears a fitted black leather jacket with silver zipper, plain white crew-neck T-shirt, dark indigo slim-fit jeans, brown leather belt with brushed steel buckle, dark brown leather ankle boots, thin silver necklace, small silver hoop earrings, silver ring on her right index finger. Arms relaxed at her sides, standing naturally, looking directly at the camera.\n\nSCENE 2\n\nCharacter sheet, photorealistic studio reference, neutral white seamless background, soft even studio lighting, full-body front view on the left and large close-up portrait on the right.\n\nA private detective, 45 years old, 186 cm tall, broad athletic build, light olive skin, slightly receding short salt-and-pepper hair, neatly trimmed salt-and-pepper beard, warm brown eyes behind thin rectangular matte-black glasses, thick eyebrows, square jaw, straight nose, composed observant expression. He wears a beige trench coat reaching below the knees, crisp white dress shirt, burgundy silk tie, charcoal wool trousers, polished black leather Oxford shoes, black leather gloves, brown felt fedora with dark ribbon, stainless steel wristwatch partially visible beneath his sleeve. Standing naturally with hands relaxed, looking directly into the camera.\n\nSCENE 3\n\nCharacter sheet, photorealistic studio reference, neutral white seamless background, soft even studio lighting, full-body side and front reference on the left, large facial close-up on the right.\n\nAn adult Eurasian lynx with thick silver-gray fur covered in dark black spots, pale cream chest and underbelly, large snowshoe paws, muscular body, short black-tipped tail, long black ear tufts, amber eyes, prominent whiskers, broad feline face, alert intelligent expression, dense layered fur with individually visible hairs, standing naturally while looking directly toward the camera.\n\nSCENE 4\n\nA rainy 1980s New York street at night filled with colorful neon signs, wet asphalt reflecting pink, blue and orange lights, vintage yellow taxi driving past, steam rising from street vents, distant pedestrians holding umbrellas.\n\nThe female investigative journalist, 31 years old, 173 cm tall, athletic feminine build, fair skin with faint freckles, shoulder-length naturally wavy dark auburn hair, vivid green eyes, wearing a fitted black leather jacket, plain white T-shirt, dark indigo slim-fit jeans, brown leather belt, dark brown leather ankle boots, silver necklace and small hoop earrings, walks confidently beside the detective.\n\nThe private detective, 45 years old, 186 cm tall, broad athletic build, light olive skin, short salt-and-pepper hair, neatly trimmed beard, warm brown eyes behind rectangular matte-black glasses, wearing a beige trench coat, white shirt, burgundy tie, charcoal trousers, black leather gloves, brown fedora and polished black Oxford shoes, scans the street while holding a small notebook.\n\nBeside them walks an adult Eurasian lynx with silver-gray spotted fur, cream chest, black ear tufts, amber eyes and large paws, calmly observing the surroundings.\n\nWide cinematic composition, rain, dramatic reflections, subtle fog, realistic lighting.\n\nSCENE 5\n\nInside a dimly lit detective office during a thunderstorm. Venetian blinds cast long shadows across wooden furniture. A brass desk lamp illuminates case files while neon signs outside color the room with blue and magenta reflections.\n\nThe female investigative journalist, 31 years old, 173 cm tall, athletic feminine build, fair skin with faint freckles, shoulder-length naturally wavy dark auburn hair, vivid green eyes, wearing a fitted black leather jacket, plain white T-shirt, dark indigo slim-fit jeans, brown leather belt, dark brown leather ankle boots, silver necklace and small hoop earrings, studies photographs spread across the desk.\n\nThe private detective, 45 years old, 186 cm tall, broad athletic build, light olive skin, short salt-and-pepper hair, neatly trimmed beard, warm brown eyes behind rectangular matte-black glasses, wearing a beige trench coat, white shirt, burgundy tie, charcoal trousers, black leather gloves, brown fedora and polished black Oxford shoes, examines a city map pinned to the wall.\n\nThe adult Eurasian lynx with silver-gray spotted fur, cream chest, black ear tufts and amber eyes sits quietly beside the desk, watching the room.\n\nHighly detailed cinematic interior, volumetric lighting, rain visible outside the windows.\n\nSCENE 6\n\nA rooftop overlooking 1980s Manhattan during a violent thunderstorm. Dark storm clouds, lightning illuminating skyscrapers, heavy rain, neon reflections from distant signs, dramatic skyline.\n\nThe female investigative journalist, 31 years old, 173 cm tall, athletic feminine build, fair skin with faint freckles, shoulder-length naturally wavy dark auburn hair, vivid green eyes, wearing a fitted black leather jacket, plain white T-shirt, dark indigo slim-fit jeans, brown leather belt, dark brown leather ankle boots, silver necklace and small hoop earrings, observes the skyline through compact binoculars.\n\nThe private detective, 45 years old, 186 cm tall, broad athletic build, light olive skin, short salt-and-pepper hair, neatly trimmed beard, warm brown eyes behind rectangular matte-black glasses, wearing a beige trench coat, white shirt, burgundy tie, charcoal trousers, black leather gloves, brown fedora and polished black Oxford shoes, stands beside her studying the horizon.\n\nThe adult Eurasian lynx with silver-gray spotted fur, cream chest, black ear tufts and amber eyes sits alert between them.\n\nEpic cinematic framing, lightning flashes, dramatic atmosphere, realistic rain.\n\nSCENE 7\n\nA narrow rain-soaked alley in 1980s New York, overflowing dumpsters, brick walls covered with graffiti, flickering neon signs, drifting steam, wet pavement reflecting colorful lights.\n\nThe female investigative journalist, 31 years old, 173 cm tall, athletic feminine build, fair skin with faint freckles, shoulder-length naturally wavy dark auburn hair, vivid green eyes, wearing a fitted black leather jacket, plain white T-shirt, dark indigo slim-fit jeans, brown leather belt, dark brown leather ankle boots, silver necklace and small hoop earrings, kneels beside scattered evidence while photographing the scene.\n\nThe private detective, 45 years old, 186 cm tall, broad athletic build, light olive skin, short salt-and-pepper hair, neatly trimmed beard, warm brown eyes behind rectangular matte-black glasses, wearing a beige trench coat, white shirt, burgundy tie, charcoal trousers, black leather gloves, brown fedora and polished black Oxford shoes, carefully inspects the surroundings with a flashlight.\n\nThe adult Eurasian lynx with silver-gray spotted fur, cream chest, black ear tufts and amber eyes quietly sniffs the ground nearby.\n\nPhotorealistic noir atmosphere, cinematic depth, rain, reflections and steam.\n\nSCENE 8\n\nEarly dawn after the storm. Rain has almost stopped. Soft blue morning light mixes with the last glowing neon signs. The empty New York street is covered with puddles reflecting the skyline.\n\nThe female investigative journalist, 31 years old, 173 cm tall, athletic feminine build, fair skin with faint freckles, shoulder-length naturally wavy dark auburn hair, vivid green eyes, wearing a fitted black leather jacket, plain white T-shirt, dark indigo slim-fit jeans, brown leather belt, dark brown leather ankle boots, silver necklace and small hoop earrings, walks calmly forward.\n\nThe private detective, 45 years old, 186 cm tall, broad athletic build, light olive skin, short salt-and-pepper hair, neatly trimmed beard, warm brown eyes behind rectangular matte-black glasses, wearing a beige trench coat, white shirt, burgundy tie, charcoal trousers, black leather gloves, brown fedora and polished black Oxford shoes, walks beside her while looking thoughtfully ahead.\n\nThe adult Eurasian lynx with silver-gray spotted fur, cream chest, black ear tufts and amber eyes walks confidently between them.\n\nWide cinematic composition, photorealistic, subtle morning fog, reflective wet asphalt, highly detailed, consistent character identities, realistic proportions, natural lighting."]},{"id":93,"type":"PrimitiveStringMultiline","pos":[2057.566608473598,1879.7084943421582],"size":[460,610],"flags":{},"order":8,"mode":0,"inputs":[{"localized_name":"value","name":"value","type":"STRING","widget":{"name":"value"},"link":null}],"outputs":[{"localized_name":"STRING","name":"STRING","type":"STRING","links":[130]}],"title":"Text String (System Prompt)","properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"PrimitiveStringMultiline","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["current scene number is : "]},{"id":95,"type":"StringConcatenate","pos":[3587.1241937317072,2666.4333646730993],"size":[400,200],"flags":{},"order":29,"mode":0,"inputs":[{"localized_name":"string_a","name":"string_a","type":"STRING","widget":{"name":"string_a"},"link":135},{"localized_name":"string_b","name":"string_b","type":"STRING","widget":{"name":"string_b"},"link":142},{"localized_name":"delimiter","name":"delimiter","type":"STRING","widget":{"name":"delimiter"},"link":null}],"outputs":[{"localized_name":"STRING","name":"STRING","type":"STRING","links":[137,145]}],"properties":{"cnr_id":"comfy-core","ver":"0.26.0","Node name for S&R":"StringConcatenate","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":["","",""]},{"id":98,"type":"ShowText|pysssss","pos":[5197.129267502198,2273.150064057302],"size":[383.6466184904775,295.7813436261067],"flags":{},"order":34,"mode":0,"inputs":[{"localized_name":"text","name":"text","type":"STRING","link":144}],"outputs":[{"localized_name":"STRING","name":"STRING","shape":6,"type":"STRING","links":null}],"properties":{"cnr_id":"comfyui-custom-scripts","ver":"609f3afaa74b2f88ef9ce8d939626065e3247469","Node name for S&R":"ShowText|pysssss","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":["Early dawn after the storm. Rain has almost stopped. Soft blue morning light mixes with the last glowing neon signs. The empty New York street is covered with puddles reflecting the skyline.\n\nThe female investigative journalist, 31 years old, 173 cm tall, athletic feminine build, fair skin with faint freckles, shoulder-length naturally wavy dark auburn hair, vivid green eyes, wearing a fitted black leather jacket, plain white T-shirt, dark indigo slim-fit jeans, brown leather belt, dark brown leather ankle boots, silver necklace and small hoop earrings, walks calmly forward.\n\nThe private detective, 45 years old, 186 cm tall, broad athletic build, light olive skin, short salt-and-pepper hair, neatly trimmed beard, warm brown eyes behind rectangular matte-black glasses, wearing a beige trench coat, white shirt, burgundy tie, charcoal trousers, black leather gloves, brown fedora and polished black Oxford shoes, walks beside her while looking thoughtfully ahead.\n\nThe adult Eurasian lynx with silver-gray spotted fur, cream chest, black ear tufts and amber eyes walks confidently between them.\n\nWide cinematic composition, photorealistic, subtle morning fog, reflective wet asphalt, highly detailed, consistent character identities, realistic proportions, natural lighting."]},{"id":68,"type":"PrimitiveBoolean","pos":[63.18327353717022,755.3815740483649],"size":[270,110],"flags":{},"order":9,"mode":0,"inputs":[{"localized_name":"value","name":"value","type":"BOOLEAN","widget":{"name":"value"},"link":null}],"outputs":[{"localized_name":"BOOLEAN","name":"BOOLEAN","type":"BOOLEAN","links":[89]}],"title":"Boolean (Refine Prompt?)","properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"PrimitiveBoolean","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":[false]},{"id":29,"type":"SaveImage","pos":[4478.311086461647,-157.50458235039497],"size":[880,1020],"flags":{},"order":43,"mode":0,"inputs":[{"localized_name":"images","name":"images","type":"IMAGE","link":97},{"localized_name":"filename_prefix","name":"filename_prefix","type":"STRING","widget":{"name":"filename_prefix"},"link":null}],"outputs":[{"localized_name":"images","name":"images","type":"IMAGE","links":[167,169]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"SaveImage","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["Krea2_turbo"]},{"id":113,"type":"ImpactExecutionOrderController","pos":[1159.3026586173683,2113.3658804754295],"size":[215.460546875,46],"flags":{},"order":44,"mode":0,"inputs":[{"localized_name":"signal","name":"signal","type":"*","link":167},{"localized_name":"value","name":"value","type":"*","link":169}],"outputs":[{"localized_name":"signal","name":"signal","type":"*","links":[168]},{"localized_name":"value","name":"value","type":"*","links":null}],"properties":{"cnr_id":"comfyui-impact-pack","ver":"8.28.3","Node name for S&R":"ImpactExecutionOrderController","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":[]},{"id":91,"type":"StringToInt","pos":[1098.2282002370184,2271.3291357005737],"size":[270,58],"flags":{},"order":27,"mode":0,"inputs":[{"localized_name":"string","name":"string","type":"STRING","widget":{"name":"string"},"link":118}],"outputs":[{"localized_name":"INT","name":"INT","type":"INT","links":[165]}],"properties":{"cnr_id":"comfyui-art-venture","ver":"210dc072b1f103f91be18a33bdeb13ab315aaae5","Node name for S&R":"StringToInt","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":["0"]},{"id":111,"type":"ImpactQueueTriggerCountdown","pos":[1494.476589016961,2231.4083425595536],"size":[285.276953125,146],"flags":{},"order":45,"mode":0,"inputs":[{"localized_name":"signal","name":"signal","shape":7,"type":"*","link":168},{"localized_name":"count","name":"count","type":"INT","widget":{"name":"count"},"link":null},{"localized_name":"total","name":"total","type":"INT","widget":{"name":"total"},"link":165},{"localized_name":"mode","name":"mode","type":"BOOLEAN","widget":{"name":"mode"},"link":null}],"outputs":[{"localized_name":"signal_opt","name":"signal_opt","type":"*","links":null},{"localized_name":"count","name":"count","type":"INT","links":[]},{"localized_name":"total","name":"total","type":"INT","links":[]}],"properties":{"cnr_id":"comfyui-impact-pack","ver":"8.28.3","Node name for S&R":"ImpactQueueTriggerCountdown","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":[0,10,true]},{"id":102,"type":"ShowText|pysssss","pos":[2077.71777574358,2692.976835259457],"size":[140,76],"flags":{},"order":22,"mode":0,"inputs":[{"localized_name":"text","name":"text","type":"STRING","link":148}],"outputs":[{"localized_name":"STRING","name":"STRING","shape":6,"type":"STRING","links":null}],"properties":{"cnr_id":"comfyui-custom-scripts","ver":"609f3afaa74b2f88ef9ce8d939626065e3247469","Node name for S&R":"ShowText|pysssss","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":["8"]},{"id":97,"type":"Int2String","pos":[1839.1736117586001,2655.0863963129573],"size":[140,26],"flags":{},"order":18,"mode":0,"inputs":[{"localized_name":"Int","name":"Int","type":"INT","link":171}],"outputs":[{"localized_name":"STRING","name":"STRING","type":"STRING","links":[148,170]}],"properties":{"cnr_id":"ComfyUI-Chibi-Nodes","ver":"9a9734f9c17bab3b4775c04291d26f48cbff2791","Node name for S&R":"Int2String","ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{},"version":"7.8"}},"widgets_values":[]},{"id":60,"type":"TextGenerate","pos":[1185.3802571508506,562.9130404734868],"size":[400,412],"flags":{},"order":33,"mode":0,"inputs":[{"localized_name":"clip","name":"clip","type":"CLIP","link":82},{"localized_name":"image","name":"image","shape":7,"type":"IMAGE","link":null},{"localized_name":"video","name":"video","shape":7,"type":"IMAGE","link":null},{"localized_name":"audio","name":"audio","shape":7,"type":"AUDIO","link":null},{"localized_name":"prompt","name":"prompt","type":"STRING","widget":{"name":"prompt"},"link":138},{"localized_name":"max_length","name":"max_length","type":"INT","widget":{"name":"max_length"},"link":null},{"localized_name":"sampling_mode","name":"sampling_mode","type":"COMFY_DYNAMICCOMBO_V3","widget":{"name":"sampling_mode"},"link":null},{"localized_name":"temperature","name":"sampling_mode.temperature","type":"FLOAT","widget":{"name":"sampling_mode.temperature"},"link":null},{"localized_name":"top_k","name":"sampling_mode.top_k","type":"INT","widget":{"name":"sampling_mode.top_k"},"link":null},{"localized_name":"top_p","name":"sampling_mode.top_p","type":"FLOAT","widget":{"name":"sampling_mode.top_p"},"link":null},{"localized_name":"min_p","name":"sampling_mode.min_p","type":"FLOAT","widget":{"name":"sampling_mode.min_p"},"link":null},{"localized_name":"repetition_penalty","name":"sampling_mode.repetition_penalty","type":"FLOAT","widget":{"name":"sampling_mode.repetition_penalty"},"link":null},{"localized_name":"seed","name":"sampling_mode.seed","type":"INT","widget":{"name":"sampling_mode.seed"},"link":null},{"localized_name":"presence_penalty","name":"sampling_mode.presence_penalty","shape":7,"type":"FLOAT","widget":{"name":"sampling_mode.presence_penalty"},"link":null},{"localized_name":"thinking","name":"thinking","shape":7,"type":"BOOLEAN","widget":{"name":"thinking"},"link":null},{"localized_name":"use_default_template","name":"use_default_template","shape":7,"type":"BOOLEAN","widget":{"name":"use_default_template"},"link":null}],"outputs":[{"localized_name":"generated_text","name":"generated_text","type":"STRING","links":[88]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"TextGenerate","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["",2048,"on",0.7,64,0.95,0.05,1.05,0,0,false,true]},{"id":87,"type":"TextGenerate","pos":[567.2240326479913,2388.106729962386],"size":[400,412],"flags":{},"order":25,"mode":0,"inputs":[{"localized_name":"clip","name":"clip","type":"CLIP","link":122},{"localized_name":"image","name":"image","shape":7,"type":"IMAGE","link":null},{"localized_name":"video","name":"video","shape":7,"type":"IMAGE","link":null},{"localized_name":"audio","name":"audio","shape":7,"type":"AUDIO","link":null},{"localized_name":"prompt","name":"prompt","type":"STRING","widget":{"name":"prompt"},"link":126},{"localized_name":"max_length","name":"max_length","type":"INT","widget":{"name":"max_length"},"link":null},{"localized_name":"sampling_mode","name":"sampling_mode","type":"COMFY_DYNAMICCOMBO_V3","widget":{"name":"sampling_mode"},"link":null},{"localized_name":"temperature","name":"sampling_mode.temperature","type":"FLOAT","widget":{"name":"sampling_mode.temperature"},"link":null},{"localized_name":"top_k","name":"sampling_mode.top_k","type":"INT","widget":{"name":"sampling_mode.top_k"},"link":null},{"localized_name":"top_p","name":"sampling_mode.top_p","type":"FLOAT","widget":{"name":"sampling_mode.top_p"},"link":null},{"localized_name":"min_p","name":"sampling_mode.min_p","type":"FLOAT","widget":{"name":"sampling_mode.min_p"},"link":null},{"localized_name":"repetition_penalty","name":"sampling_mode.repetition_penalty","type":"FLOAT","widget":{"name":"sampling_mode.repetition_penalty"},"link":null},{"localized_name":"seed","name":"sampling_mode.seed","type":"INT","widget":{"name":"sampling_mode.seed"},"link":null},{"localized_name":"presence_penalty","name":"sampling_mode.presence_penalty","shape":7,"type":"FLOAT","widget":{"name":"sampling_mode.presence_penalty"},"link":null},{"localized_name":"thinking","name":"thinking","shape":7,"type":"BOOLEAN","widget":{"name":"thinking"},"link":null},{"localized_name":"use_default_template","name":"use_default_template","shape":7,"type":"BOOLEAN","widget":{"name":"use_default_template"},"link":null}],"outputs":[{"localized_name":"generated_text","name":"generated_text","type":"STRING","links":[118,124]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"TextGenerate","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["",5000,"on",0.7,64,0.95,0.05,1.05,0,0,true,true]},{"id":78,"type":"TextGenerate","pos":[4375.949658378345,2222.2972401894913],"size":[400,412],"flags":{},"order":30,"mode":0,"inputs":[{"localized_name":"clip","name":"clip","type":"CLIP","link":106},{"localized_name":"image","name":"image","shape":7,"type":"IMAGE","link":null},{"localized_name":"video","name":"video","shape":7,"type":"IMAGE","link":null},{"localized_name":"audio","name":"audio","shape":7,"type":"AUDIO","link":null},{"localized_name":"prompt","name":"prompt","type":"STRING","widget":{"name":"prompt"},"link":137},{"localized_name":"max_length","name":"max_length","type":"INT","widget":{"name":"max_length"},"link":null},{"localized_name":"sampling_mode","name":"sampling_mode","type":"COMFY_DYNAMICCOMBO_V3","widget":{"name":"sampling_mode"},"link":null},{"localized_name":"temperature","name":"sampling_mode.temperature","type":"FLOAT","widget":{"name":"sampling_mode.temperature"},"link":null},{"localized_name":"top_k","name":"sampling_mode.top_k","type":"INT","widget":{"name":"sampling_mode.top_k"},"link":null},{"localized_name":"top_p","name":"sampling_mode.top_p","type":"FLOAT","widget":{"name":"sampling_mode.top_p"},"link":null},{"localized_name":"min_p","name":"sampling_mode.min_p","type":"FLOAT","widget":{"name":"sampling_mode.min_p"},"link":null},{"localized_name":"repetition_penalty","name":"sampling_mode.repetition_penalty","type":"FLOAT","widget":{"name":"sampling_mode.repetition_penalty"},"link":null},{"localized_name":"seed","name":"sampling_mode.seed","type":"INT","widget":{"name":"sampling_mode.seed"},"link":null},{"localized_name":"presence_penalty","name":"sampling_mode.presence_penalty","shape":7,"type":"FLOAT","widget":{"name":"sampling_mode.presence_penalty"},"link":null},{"localized_name":"thinking","name":"thinking","shape":7,"type":"BOOLEAN","widget":{"name":"thinking"},"link":null},{"localized_name":"use_default_template","name":"use_default_template","shape":7,"type":"BOOLEAN","widget":{"name":"use_default_template"},"link":null}],"outputs":[{"localized_name":"generated_text","name":"generated_text","type":"STRING","links":[127,138,144]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"TextGenerate","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["",2000,"on",0.7,64,0.95,0.05,1.05,0,0,true,true]},{"id":77,"type":"PrimitiveStringMultiline","pos":[2576.763964982004,2770.4848828397007],"size":[460,610],"flags":{},"order":10,"mode":0,"inputs":[{"localized_name":"value","name":"value","type":"STRING","widget":{"name":"value"},"link":null}],"outputs":[{"localized_name":"STRING","name":"STRING","type":"STRING","links":[133]}],"title":"Text String (System Prompt)","properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"PrimitiveStringMultiline","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["\nbased on the current scene number   identify in the following text the current scene and output only the text in that scene and nothing else :\n"]},{"id":64,"type":"PreviewAny","pos":[1641.9011421328025,607.4812022342081],"size":[470,550],"flags":{"collapsed":false},"order":36,"mode":0,"inputs":[{"localized_name":"source","name":"source","type":"*","link":86}],"outputs":[{"localized_name":"STRING","name":"STRING","type":"STRING","links":[93,94]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"PreviewAny","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":[null,null,null]},{"id":56,"type":"CLIPLoader","pos":[689.1179123438367,84.18660442864807],"size":[450,170],"flags":{},"order":11,"mode":0,"inputs":[{"localized_name":"clip_name","name":"clip_name","type":"COMBO","widget":{"name":"clip_name"},"link":null},{"localized_name":"type","name":"type","type":"COMBO","widget":{"name":"type"},"link":null},{"localized_name":"device","name":"device","shape":7,"type":"COMBO","widget":{"name":"device"},"link":null}],"outputs":[{"localized_name":"CLIP","name":"CLIP","type":"CLIP","links":[72,82,106,122,174]}],"properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"CLIPLoader","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}},"models":[{"name":"qwen3vl_4b_fp8_scaled.safetensors","url":"https://huggingface.co/Comfy-Org/Krea-2/resolve/main/text_encoders/qwen3vl_4b_fp8_scaled.safetensors","directory":"text_encoders"}]},"widgets_values":["qwen3vl_4b_fp8_scaled.safetensors","krea2","default"]},{"id":115,"type":"TextGenerate","pos":[-1266.6700124682625,2457.2961433394235],"size":[400,412],"flags":{},"order":19,"mode":4,"inputs":[{"localized_name":"clip","name":"clip","type":"CLIP","link":174},{"localized_name":"image","name":"image","shape":7,"type":"IMAGE","link":null},{"localized_name":"video","name":"video","shape":7,"type":"IMAGE","link":null},{"localized_name":"audio","name":"audio","shape":7,"type":"AUDIO","link":null},{"localized_name":"prompt","name":"prompt","type":"STRING","widget":{"name":"prompt"},"link":173},{"localized_name":"max_length","name":"max_length","type":"INT","widget":{"name":"max_length"},"link":null},{"localized_name":"sampling_mode","name":"sampling_mode","type":"COMFY_DYNAMICCOMBO_V3","widget":{"name":"sampling_mode"},"link":null},{"localized_name":"temperature","name":"sampling_mode.temperature","type":"FLOAT","widget":{"name":"sampling_mode.temperature"},"link":null},{"localized_name":"top_k","name":"sampling_mode.top_k","type":"INT","widget":{"name":"sampling_mode.top_k"},"link":null},{"localized_name":"top_p","name":"sampling_mode.top_p","type":"FLOAT","widget":{"name":"sampling_mode.top_p"},"link":null},{"localized_name":"min_p","name":"sampling_mode.min_p","type":"FLOAT","widget":{"name":"sampling_mode.min_p"},"link":null},{"localized_name":"repetition_penalty","name":"sampling_mode.repetition_penalty","type":"FLOAT","widget":{"name":"sampling_mode.repetition_penalty"},"link":null},{"localized_name":"seed","name":"sampling_mode.seed","type":"INT","widget":{"name":"sampling_mode.seed"},"link":null},{"localized_name":"presence_penalty","name":"sampling_mode.presence_penalty","shape":7,"type":"FLOAT","widget":{"name":"sampling_mode.presence_penalty"},"link":null},{"localized_name":"thinking","name":"thinking","shape":7,"type":"BOOLEAN","widget":{"name":"thinking"},"link":null},{"localized_name":"use_default_template","name":"use_default_template","shape":7,"type":"BOOLEAN","widget":{"name":"use_default_template"},"link":null}],"outputs":[{"localized_name":"generated_text","name":"generated_text","type":"STRING","links":[175]}],"properties":{"ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}},"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"TextGenerate"},"widgets_values":["",20000,"on",0.7,64,0.95,0.05,1.05,0,0,true,true]},{"id":114,"type":"PrimitiveInt","pos":[1318.430382348585,2575.1278422054647],"size":[270,82],"flags":{},"order":12,"mode":0,"inputs":[{"localized_name":"value","name":"value","type":"INT","widget":{"name":"value"},"link":null}],"outputs":[{"localized_name":"INT","name":"INT","type":"INT","links":[171]}],"title":"RESET THIS TO 1 AFTER EACH RUN","properties":{"ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{}},"cnr_id":"comfy-core","ver":"0.26.0","Node name for S&R":"PrimitiveInt"},"widgets_values":[1,"increment"],"color":"#322","bgcolor":"#533"},{"id":117,"type":"ShowText|pysssss","pos":[-798.5957792869269,3099.560286462219],"size":[140,76],"flags":{},"order":24,"mode":4,"inputs":[{"localized_name":"text","name":"text","type":"STRING","link":175}],"outputs":[{"localized_name":"STRING","name":"STRING","shape":6,"type":"STRING","links":[]}],"properties":{"ue_properties":{"widget_ue_connectable":{},"input_ue_unconnectable":{}},"cnr_id":"comfyui-custom-scripts","ver":"609f3afaa74b2f88ef9ce8d939626065e3247469","Node name for S&R":"ShowText|pysssss"},"widgets_values":["SCENE 1 — A woman investigator approximately 30 years old, 172 cm tall, athletic feminine build, fair skin with warm undertone, subtle freckles across the bridge of the nose and upper cheeks, oval face, high cheekbones, softly defined jawline, long naturally wavy dark auburn hair reaching below the shoulders, parted slightly to the left, emerald green almond-shaped eyes, thick natural auburn eyebrows, straight elegant nose with a tiny bridge bump, naturally full muted rose lips, small beauty mark beneath the outer corner of the left eye. She wears a fitted charcoal black leather jacket with visible seams, plain white crew-neck cotton T-shirt, dark indigo slim-fit jeans, medium brown leather belt with brushed steel buckle, dark brown leather ankle boots, thin silver necklace, small silver hoop earrings, thin silver ring on the right index finger. Full-body front view, standing upright, hands lightly clasped in front, slight forward lean, gaze directed slightly off-camera. Large close-up face portrait: sharp focus on facial features, soft ambient lighting highlighting freckles and lip contour, background blurred to isolate expression.\n\nSCENE 2 — A male detective approximately 42 years old, 185 cm tall, broad athletic build, light olive skin, bald head with natural scalp texture, short neatly trimmed salt-and-pepper beard along the jaw and chin, thick dark eyebrows, warm brown eyes behind thin rectangular matte black eyeglasses, straight medium-width nose, square jawline, thin lips, calm observant expression. He wears a classic beige trench coat reaching below the knees, crisp white dress shirt, burgundy silk tie, dark charcoal dress trousers, polished black leather Oxford shoes, black leather gloves, brown felt fedora with dark ribbon, vintage stainless steel wristwatch partly visible under the left sleeve. Full-body front view, standing with slight shoulder tilt, hands folded behind back, posture rigid yet relaxed, gaze fixed ahead. Large close-up face portrait: high-resolution detail of eyeglasses frame, stubble texture, watch face reflection, soft shadow under chin, ambient glow from unseen neon source.\n\nSCENE 3 — An adult red fox with dense orange-red fur across the back and sides, bright white chest, white throat, white underbelly, black lower legs and paws, large fluffy tail with bright white tip, amber eyes with narrow pupils, long pointed ears edged with black fur, fine white whiskers, wet black nose, alert intelligent expression, realistic layered fur with individually visible strands. Full-body front view, standing upright on two legs, tail curled slightly upward, ears forward, paws slightly apart, gaze focused intently ahead. Large close-up face portrait: detailed fur texture around eyes and muzzle, moisture on nose, sharp focus on amber irises, subtle catchlight from overhead neon, background blurred into wet urban alleyway.\n\nSCENE 4 — Rain-slicked downtown street at night, neon signs reflecting off wet asphalt in distorted pools, puddles catching flickering red and blue lights. The woman investigator walks briskly toward camera, leather jacket flapping slightly, white tee contrasting against dark jeans, silver hoop earrings glinting, right hand gripping a worn leather satchel. The male detective strides beside her, trench coat billowing slightly, fedora tilted low, gloved hands tucked into pockets, gaze scanning surroundings. The red fox runs ahead of them, tail flicking, fur glistening with rain, amber eyes darting between streetlights and shadows. Camera positioned low, wide-angle shot capturing all three moving through rain-streaked cityscape, reflections rippling like liquid glass, distant sirens faintly audible, composition centered on trio’s synchronized motion, mood tense and cinematic.\n\nSCENE 5 — Interior of dimly lit detective office, wooden floorboards wet from recent storm, walls lined with framed photos and yellowed documents. The woman investigator sits at desk, legs crossed, leather jacket draped over chair, fingers tapping rhythmically on keyboard, white tee slightly wrinkled, silver necklace catching light from overhead lamp. The male detective stands near window, backlit by streetlight through blinds, trench coat open at collar, fedora resting on arm, one gloved hand adjusting his glasses. The red fox perches on windowsill, tail twitching, ears swiveling as it watches movement outside. Camera angled from side, shallow depth of field blurring background paperwork, focus on trio’s stillness, warm tungsten glow from desk lamp casting soft shadows, material textures sharp — leather, fabric weave, fur strands — mood intimate and investigative.\n\nSCENE 6 — Rooftop at midnight, wind whipping through wet metal railings, rain pelting down in sheets, neon glow from city below creating vertical streaks across sky. The woman investigator crouches near edge, leather jacket soaked, hair plastered to neck, hands gripping flashlight beam aimed downward. The male detective leans against railing, trench coat clinging to body, fedora tilted backward, watching her with narrowed eyes. The red fox stands alert beside him, tail upright, amber eyes scanning rooftop corners, paws planted firmly. Camera elevated, low-angle shot emphasizing height and isolation, raindrops frozen mid-air, reflective surfaces mirroring fractured neon, mood foreboding and atmospheric, composition tight on trio’s tension-filled stances.\n\nSCENE 7 — Narrow alleyway, brick walls slick with rain, overflowing dumpsters casting dark silhouettes, broken streetlamp casting uneven light. The woman investigator kneels beside overturned trash bin, gloved hands rummaging through wet debris, leather jacket soaked, silver ring catching glint. The male detective crouches behind her, trench coat pulled up, fedora tilted, fingers brushing a cracked windowpane. The red fox sniffs at ground level, tail raised, ears twitching, fur matted slightly from dampness. Camera positioned low, Dutch angle emphasizing claustrophobic space, rain streaking across lens, puddles reflecting alley lights, material detail sharp — grit on boots, damp fabric folds, fur texture, mood gritty and suspenseful.\n\nSCENE 8 — Rain-soaked sidewalk at dawn break, mist curling around puddles, neon signs now muted but still glowing faintly. The woman investigator walks forward, leather jacket dry but creased, white tee slightly damp, silver earrings catching morning light. The male detective follows, trench coat fluttering slightly, fedora now upright, gloved hands loosely clasped. The red fox trots beside them, tail wagging gently, fur still damp but no longer dripping. Camera tracking from behind, wide shot capturing trio moving away from camera, streetlights fading into gray haze, material textures vivid — wet pavement, leather sheen, fur strands — mood resolved yet lingering, cinematic resolution with soft focus on distant skyline."]},{"id":116,"type":"PrimitiveStringMultiline","pos":[-1908.6150388705491,2672.5740267125825],"size":[460,610],"flags":{},"order":13,"mode":4,"inputs":[{"localized_name":"value","name":"value","type":"STRING","widget":{"name":"value"},"link":null}],"outputs":[{"localized_name":"STRING","name":"STRING","type":"STRING","links":[173]}],"title":"MAIN SYSTEM PROMPT FORMAT (USE IN CHATGPT FOR BETTER RESULTS_","properties":{"ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}},"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"PrimitiveStringMultiline"},"widgets_values":["You are a prompt compiler for an image-generation workflow.\n\nYour job is to generate a complete numbered scene list for a visual story world. The output will be parsed by another node, so follow the format exactly.\n\nGenerate:\n- 3 character identity sheets first\n- then 5 cinematic scenes using those same characters\n- total: 8 scenes\n\nWorld type:\n1980s rainy neon-noir New York, cinematic crime mystery, photorealistic, moody, wet streets, neon reflections, stormy atmosphere.\n\nCharacters:\n1. a woman investigator\n2. a male detective\n3. an animal companion\n\nRules:\n- Output only the numbered scenes.\n- Use exactly this format: SCENE 1, SCENE 2, SCENE 3, etc.\n- Do not add explanations, notes, markdown, JSON, titles outside the scenes, or commentary.\n- Each scene must be fully self-contained.\n- Never write “same as before,” “the same character,” “previously described,” or any reference to earlier scenes.\n- In every cinematic scene, redescribe each character’s appearance clearly enough that an image model can reproduce them without context.\n- Keep each character visually consistent across all scenes.\n- Use stable identity anchors: age, height, body type, skin tone, face shape, hair, eyes, facial hair, glasses, clothing, accessories, posture.\n- Use identical core identity wording for each character whenever they appear.\n- Character sheets must include full-body front view and large close-up face portrait.\n- Cinematic scenes must include environment, lighting, action, composition, mood, camera framing, and material detail.\n- Make the scenes visually varied but belonging to the same world.\n- Use photorealistic image prompt language.\n- Avoid contradictions between scenes.\n- Avoid abstract or vague descriptions.\n- Avoid text, logos, signs with readable words, extra limbs, distorted faces, duplicate characters, style drift.\n\nCharacter identity blocks to use consistently:\n\nWOMAN INVESTIGATOR:\nA woman investigator approximately 30 years old, 172 cm tall, athletic feminine build, fair skin with warm undertone, subtle freckles across the bridge of the nose and upper cheeks, oval face, high cheekbones, softly defined jawline, long naturally wavy dark auburn hair reaching below the shoulders, parted slightly to the left, emerald green almond-shaped eyes, thick natural auburn eyebrows, straight elegant nose with a tiny bridge bump, naturally full muted rose lips, small beauty mark beneath the outer corner of the left eye. She wears a fitted charcoal black leather jacket with visible seams, plain white crew-neck cotton T-shirt, dark indigo slim-fit jeans, medium brown leather belt with brushed steel buckle, dark brown leather ankle boots, thin silver necklace, small silver hoop earrings, thin silver ring on the right index finger.\n\nMALE DETECTIVE:\nA male detective approximately 42 years old, 185 cm tall, broad athletic build, light olive skin, bald head with natural scalp texture, short neatly trimmed salt-and-pepper beard along the jaw and chin, thick dark eyebrows, warm brown eyes behind thin rectangular matte black eyeglasses, straight medium-width nose, square jawline, thin lips, calm observant expression. He wears a classic beige trench coat reaching below the knees, crisp white dress shirt, burgundy silk tie, dark charcoal dress trousers, polished black leather Oxford shoes, black leather gloves, brown felt fedora with dark ribbon, vintage stainless steel wristwatch partly visible under the left sleeve.\n\nANIMAL COMPANION:\nAn adult red fox with dense orange-red fur across the back and sides, bright white chest, white throat, white underbelly, black lower legs and paws, large fluffy tail with bright white tip, amber eyes with narrow pupils, long pointed ears edged with black fur, fine white whiskers, wet black nose, alert intelligent expression, realistic layered fur with individually visible strands.\n\nNow generate the complete scene list:\n\nSCENE 1 — character sheet for the woman investigator.\nSCENE 2 — character sheet for the male detective.\nSCENE 3 — character sheet for the red fox.\nSCENE 4 — cinematic street scene with all three characters.\nSCENE 5 — cinematic detective office scene with all three characters.\nSCENE 6 — cinematic rooftop storm scene with all three characters.\nSCENE 7 — cinematic alley investigation scene with all three characters.\nSCENE 8 — cinematic final walking scene with all three characters."]},{"id":82,"type":"PrimitiveStringMultiline","pos":[-582.4744896786062,3081.3575507927094],"size":[460,610],"flags":{},"order":14,"mode":0,"inputs":[{"localized_name":"value","name":"value","type":"STRING","widget":{"name":"value"},"link":null}],"outputs":[{"localized_name":"STRING","name":"STRING","type":"STRING","links":[116,142]}],"title":"MAIN PROMPT CONTAINING ALL SCENES AND PERFECT DESCRIPTION","properties":{"cnr_id":"comfy-core","ver":"0.25.0","Node name for S&R":"PrimitiveStringMultiline","ue_properties":{"widget_ue_connectable":{},"version":"7.8","input_ue_unconnectable":{}}},"widgets_values":["SCENE 1\n\nCharacter sheet, photorealistic studio reference, neutral white seamless background, soft even studio lighting, full-body front view on the left and large close-up portrait on the right.\n\nA female investigative journalist, 31 years old, 173 cm tall, athletic feminine build, fair skin with a warm undertone, faint freckles across the bridge of her nose and upper cheeks, oval face, pronounced cheekbones, soft jawline, shoulder-length naturally wavy dark auburn hair with loose curls, center part, vivid green almond-shaped eyes, thick natural eyebrows, straight elegant nose, full natural lips with muted rose color, calm intelligent expression. She wears a fitted black leather jacket with silver zipper, plain white crew-neck T-shirt, dark indigo slim-fit jeans, brown leather belt with brushed steel buckle, dark brown leather ankle boots, thin silver necklace, small silver hoop earrings, silver ring on her right index finger. Arms relaxed at her sides, standing naturally, looking directly at the camera.\n\nSCENE 2\n\nCharacter sheet, photorealistic studio reference, neutral white seamless background, soft even studio lighting, full-body front view on the left and large close-up portrait on the right.\n\nA private detective, 45 years old, 186 cm tall, broad athletic build, light olive skin, slightly receding short salt-and-pepper hair, neatly trimmed salt-and-pepper beard, warm brown eyes behind thin rectangular matte-black glasses, thick eyebrows, square jaw, straight nose, composed observant expression. He wears a beige trench coat reaching below the knees, crisp white dress shirt, burgundy silk tie, charcoal wool trousers, polished black leather Oxford shoes, black leather gloves, brown felt fedora with dark ribbon, stainless steel wristwatch partially visible beneath his sleeve. Standing naturally with hands relaxed, looking directly into the camera.\n\nSCENE 3\n\nCharacter sheet, photorealistic studio reference, neutral white seamless background, soft even studio lighting, full-body side and front reference on the left, large facial close-up on the right.\n\nAn adult Eurasian lynx with thick silver-gray fur covered in dark black spots, pale cream chest and underbelly, large snowshoe paws, muscular body, short black-tipped tail, long black ear tufts, amber eyes, prominent whiskers, broad feline face, alert intelligent expression, dense layered fur with individually visible hairs, standing naturally while looking directly toward the camera.\n\nSCENE 4\n\nA rainy 1980s New York street at night filled with colorful neon signs, wet asphalt reflecting pink, blue and orange lights, vintage yellow taxi driving past, steam rising from street vents, distant pedestrians holding umbrellas.\n\nThe female investigative journalist, 31 years old, 173 cm tall, athletic feminine build, fair skin with faint freckles, shoulder-length naturally wavy dark auburn hair, vivid green eyes, wearing a fitted black leather jacket, plain white T-shirt, dark indigo slim-fit jeans, brown leather belt, dark brown leather ankle boots, silver necklace and small hoop earrings, walks confidently beside the detective.\n\nThe private detective, 45 years old, 186 cm tall, broad athletic build, light olive skin, short salt-and-pepper hair, neatly trimmed beard, warm brown eyes behind rectangular matte-black glasses, wearing a beige trench coat, white shirt, burgundy tie, charcoal trousers, black leather gloves, brown fedora and polished black Oxford shoes, scans the street while holding a small notebook.\n\nBeside them walks an adult Eurasian lynx with silver-gray spotted fur, cream chest, black ear tufts, amber eyes and large paws, calmly observing the surroundings.\n\nWide cinematic composition, rain, dramatic reflections, subtle fog, realistic lighting.\n\nSCENE 5\n\nInside a dimly lit detective office during a thunderstorm. Venetian blinds cast long shadows across wooden furniture. A brass desk lamp illuminates case files while neon signs outside color the room with blue and magenta reflections.\n\nThe female investigative journalist, 31 years old, 173 cm tall, athletic feminine build, fair skin with faint freckles, shoulder-length naturally wavy dark auburn hair, vivid green eyes, wearing a fitted black leather jacket, plain white T-shirt, dark indigo slim-fit jeans, brown leather belt, dark brown leather ankle boots, silver necklace and small hoop earrings, studies photographs spread across the desk.\n\nThe private detective, 45 years old, 186 cm tall, broad athletic build, light olive skin, short salt-and-pepper hair, neatly trimmed beard, warm brown eyes behind rectangular matte-black glasses, wearing a beige trench coat, white shirt, burgundy tie, charcoal trousers, black leather gloves, brown fedora and polished black Oxford shoes, examines a city map pinned to the wall.\n\nThe adult Eurasian lynx with silver-gray spotted fur, cream chest, black ear tufts and amber eyes sits quietly beside the desk, watching the room.\n\nHighly detailed cinematic interior, volumetric lighting, rain visible outside the windows.\n\nSCENE 6\n\nA rooftop overlooking 1980s Manhattan during a violent thunderstorm. Dark storm clouds, lightning illuminating skyscrapers, heavy rain, neon reflections from distant signs, dramatic skyline.\n\nThe female investigative journalist, 31 years old, 173 cm tall, athletic feminine build, fair skin with faint freckles, shoulder-length naturally wavy dark auburn hair, vivid green eyes, wearing a fitted black leather jacket, plain white T-shirt, dark indigo slim-fit jeans, brown leather belt, dark brown leather ankle boots, silver necklace and small hoop earrings, observes the skyline through compact binoculars.\n\nThe private detective, 45 years old, 186 cm tall, broad athletic build, light olive skin, short salt-and-pepper hair, neatly trimmed beard, warm brown eyes behind rectangular matte-black glasses, wearing a beige trench coat, white shirt, burgundy tie, charcoal trousers, black leather gloves, brown fedora and polished black Oxford shoes, stands beside her studying the horizon.\n\nThe adult Eurasian lynx with silver-gray spotted fur, cream chest, black ear tufts and amber eyes sits alert between them.\n\nEpic cinematic framing, lightning flashes, dramatic atmosphere, realistic rain.\n\nSCENE 7\n\nA narrow rain-soaked alley in 1980s New York, overflowing dumpsters, brick walls covered with graffiti, flickering neon signs, drifting steam, wet pavement reflecting colorful lights.\n\nThe female investigative journalist, 31 years old, 173 cm tall, athletic feminine build, fair skin with faint freckles, shoulder-length naturally wavy dark auburn hair, vivid green eyes, wearing a fitted black leather jacket, plain white T-shirt, dark indigo slim-fit jeans, brown leather belt, dark brown leather ankle boots, silver necklace and small hoop earrings, kneels beside scattered evidence while photographing the scene.\n\nThe private detective, 45 years old, 186 cm tall, broad athletic build, light olive skin, short salt-and-pepper hair, neatly trimmed beard, warm brown eyes behind rectangular matte-black glasses, wearing a beige trench coat, white shirt, burgundy tie, charcoal trousers, black leather gloves, brown fedora and polished black Oxford shoes, carefully inspects the surroundings with a flashlight.\n\nThe adult Eurasian lynx with silver-gray spotted fur, cream chest, black ear tufts and amber eyes quietly sniffs the ground nearby.\n\nPhotorealistic noir atmosphere, cinematic depth, rain, reflections and steam.\n\nSCENE 8\n\nEarly dawn after the storm. Rain has almost stopped. Soft blue morning light mixes with the last glowing neon signs. The empty New York street is covered with puddles reflecting the skyline.\n\nThe female investigative journalist, 31 years old, 173 cm tall, athletic feminine build, fair skin with faint freckles, shoulder-length naturally wavy dark auburn hair, vivid green eyes, wearing a fitted black leather jacket, plain white T-shirt, dark indigo slim-fit jeans, brown leather belt, dark brown leather ankle boots, silver necklace and small hoop earrings, walks calmly forward.\n\nThe private detective, 45 years old, 186 cm tall, broad athletic build, light olive skin, short salt-and-pepper hair, neatly trimmed beard, warm brown eyes behind rectangular matte-black glasses, wearing a beige trench coat, white shirt, burgundy tie, charcoal trousers, black leather gloves, brown fedora and polished black Oxford shoes, walks beside her while looking thoughtfully ahead.\n\nThe adult Eurasian lynx with silver-gray spotted fur, cream chest, black ear tufts and amber eyes walks confidently between them.\n\nWide cinematic composition, photorealistic, subtle morning fog, reflective wet asphalt, highly detailed, consistent character identities, realistic proportions, natural lighting."]},{"id":119,"type":"Note Plus (mtb)","pos":[2839.552273695187,-545.1868940023465],"size":[771.6199682572174,312.02847764961507],"flags":{},"order":16,"mode":0,"inputs":[],"outputs":[],"title":"Unnamed","properties":{},"widgets_values":["## Note+","markdown","","one_dark"],"color":"#432","bgcolor":"#653","shape":1},{"id":118,"type":"Note","pos":[2800.9074170407716,-62.065143432714066],"size":[748.4403015066632,647.7192636527576],"flags":{},"order":15,"mode":0,"inputs":[],"outputs":[],"properties":{},"widgets_values":["WWW.AURELM.COM"],"color":"#432","bgcolor":"#653"}],"links":[[72,56,0,51,0,"CLIP"],[73,70,0,51,1,"STRING"],[74,66,0,53,0,"MODEL"],[75,51,0,53,1,"CONDITIONING"],[76,58,0,53,2,"CONDITIONING"],[77,52,0,53,3,"LATENT"],[78,53,0,54,0,"LATENT"],[79,57,0,54,1,"VAE"],[80,51,0,58,0,"CONDITIONING"],[81,55,0,59,0,"MODEL"],[82,56,0,60,0,"CLIP"],[86,65,0,64,0,"*"],[87,63,0,65,0,"STRING"],[88,60,0,65,1,"STRING"],[89,68,0,65,2,"BOOLEAN"],[90,55,0,66,0,"MODEL"],[91,59,0,66,1,"MODEL"],[92,67,0,66,2,"BOOLEAN"],[93,64,0,69,0,"STRING"],[94,64,0,70,0,"STRING"],[95,69,0,70,1,"STRING"],[96,67,0,70,2,"BOOLEAN"],[97,54,0,29,0,"IMAGE"],[106,56,0,78,0,"CLIP"],[115,88,0,89,0,"STRING"],[116,82,0,89,1,"STRING"],[118,87,0,91,0,"STRING"],[122,56,0,87,0,"CLIP"],[124,87,0,92,0,"STRING"],[126,89,0,87,4,"STRING"],[127,78,0,63,0,"STRING"],[130,93,0,81,0,"STRING"],[132,81,0,94,0,"STRING"],[133,77,0,94,1,"STRING"],[135,94,0,95,0,"STRING"],[137,95,0,78,4,"STRING"],[138,78,0,60,4,"STRING"],[142,82,0,95,1,"STRING"],[144,78,0,98,0,"STRING"],[145,95,0,99,0,"STRING"],[148,97,0,102,0,"STRING"],[165,91,0,111,2,"INT"],[167,29,0,113,0,"IMAGE"],[168,113,0,111,0,"*"],[169,29,0,113,1,"IMAGE"],[170,97,0,81,1,"STRING"],[171,114,0,97,0,"INT"],[173,116,0,115,4,"STRING"],[174,56,0,115,0,"CLIP"],[175,115,0,117,0,"STRING"]],"groups":[{"id":1,"title":"Models","bounding":[682.8665191539703,-410.66229960101555,490,850],"color":"#3f789e","flags":{}},{"id":4,"title":"Prompt Enhancement","bounding":[672.8665191539703,489.33770039898445,1940,840],"color":"#3f789e","flags":{}},{"id":5,"title":"Group","bounding":[32.86651915397033,-450.66229960101555,610,910],"color":"#3f789e","flags":{}},{"id":6,"title":"Image Generation","bounding":[672.8665191539703,-450.66229960101555,1940,910],"color":"#3f789e","flags":{}},{"id":7,"title":"Prompt","bounding":[1202.8665191539703,-410.66229960101555,500,570],"color":"#3f789e","flags":{}},{"id":8,"title":"Size","bounding":[1202.8665191539703,179.33770039898445,500,260],"color":"#3f789e","flags":{}},{"id":9,"title":"Feature Switch","bounding":[32.86651915397033,489.33770039898445,610,400],"color":"#3f789e","flags":{}},{"id":12,"title":"MAIN LOOP","bounding":[557.2240326479913,1809.7084943421582,5033.551853344684,1580.7763884975425],"color":"#3f789e","flags":{}},{"id":10,"title":"RESET THIS TO 1 AFTER EACH RUN","bounding":[1229.4798593254357,2444.3066675418127,455.5040910965172,282.4728086549567],"color":"#3f789e","flags":{}},{"id":11,"title":"Group","bounding":[-1918.6150388705491,2387.2961433394235,1300.8550464131627,1103.053103830484],"color":"#3f789e","flags":{}}],"config":{},"extra":{"ds":{"scale":1.0748128587904897,"offset":[-2346.6756492593286,506.62537740691084]},"frontendVersion":"1.45.19","VHS_latentpreview":false,"VHS_latentpreviewrate":0,"VHS_MetadataImage":true,"VHS_KeepIntermediate":true,"ue_links":[],"links_added_by_ue":[]},"version":0.4}