🎨 FoW - Style Category Light
The Style Picker That Writes Your Art-Style Prompt For You
- clip
- Style Conditioning
- Style Text
You want the image to look like something - cyberpunk, oil painting, sumi-e, art deco - but you can never remember the three or four words that actually make a model lean that way. FoWLStyleAgent is the node that hands you a menu instead. It's the "Style Category Light" node from the FoW suite, a curated list of art styles where every style ships with its own ready-made descriptive tokens. You click the ones you want, it does the CLIP encoding, and out the other end comes a conditioning you can drop straight into a KSampler.
It's aimed squarely at beginners, and it shows - in the good way and the slightly awkward way.
How it works
Add the node and you'll see a clip input and a button that says "Open Style Catalogue". Clicking it opens a modal with a search bar and a long list of styles: Minimalism, Fluid Dynamics, Sumi-e, Art Deco, Cyberpunk, Anime, Photorealism, Space Opera, and so on. Expand a style and you get its individual tokens - each a short phrase with a tooltip explaining what it does ("Uses neon lighting", "Features bold lines", "Aims for realistic depiction"). Tick the ones you want.
Under the hood that's all the node ever does: it joins your selected tokens into a comma-separated string, feeds it through ComfyUI's standard clip.tokenize() + clip.encode_from_tokens_scheduled(), and emits a conditioning. No API, no model downloads, no weights. The catalogue itself is embedded as a hidden JSON widget, and the tokens are plain prompt text - which means your checkpoint's own CLIP encoder does all the work. If the model doesn't understand "neon", no node is going to fix that for you.
One honest caveat: the "tokens" are written to describe the style, but the image still depends on your checkpoint understanding them. On an anime SDXL finetune, "anime, expressive, vibrant, dynamic" barely registers because it's already the default. Where this node earns its keep is the styles you'd otherwise butcher - "bromoil print", "sumi-e", "tech noir" - where the curated phrasing genuinely beats whatever you'd type.
The inputs and outputs that matter
clip- wire this from your checkpoint loader. It's what encodes the tokens.- "Open Style Catalogue" button - this is the node's real interface. The
user_inputtext field and thedefault_catalogueJSON are hidden widgets the button manages for you.
Outputs:
- Style Conditioning (CONDITIONING) - feed this into the KSampler's positive input (or a Conditioning (Combine) node if you're stacking categories).
- Style Text (STRING) - the literal comma-joined text it built. Useful if you want to see what got selected, or wire it into a regular CLIP Text Encode instead of using the conditioning output directly.
Installing it
The FoW suite has no dependencies beyond ComfyUI itself - no requirements.txt, no models to hunt down, nothing extra to download. Either grab it from ComfyUI Manager (search "Force of Will Suite Light"), or:
cd ComfyUI/custom_nodes
git clone https://github.com/SirWillance/FoW_Suite_LIGHT
Then restart ComfyUI. That's genuinely it.
Common issues
- The text box is "missing". You'll right-click looking for the prompt field and find nothing - the
user_inputwidget is hidden on purpose. The catalogue button is the input. - Nodes not showing up after install. The usual ComfyUI cure: make sure the folder landed in
custom_nodes/, not inside another folder, and restart fully. - The catalogue feels thin. It is - the Light tier ships a starter list, and the README ties a bigger catalogue to the author's paid tiers. If you outgrow it, you can still type your own style tokens... you just can't get at the field without the modal.
The author is a self-described first-time coder who built this as his first project in two months, and it reads that way - quirky but earnest, MIT-licensed, and free of the dependency bloat that plagues bigger packs. For someone who wants "here's a picker, click the style, go", it does exactly that.
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | CLIP model for encoding | |
| user_input | STRING | — | |
| default_catalogue | STRING | {"catalogue": {"FoW - Styles": [{"id": "style_abstract_005", "category": "Abstract", "name": "Minimalism", "notes": "Relies on minimal elements to create maximum impact, emphasizing simplicity and form.", "preview": "Minimalism.jpeg", "tokens": [{"value": "minimalism", "enabled": true, "type": "positive", "tooltip": "The core style of Minimalism."}, {"value": "simplicity", "enabled": true, "type": "positive", "tooltip": "Emphasizes simplicity."}, {"value": "form", "enabled": true, "type": "positive", "tooltip": "Focuses on form over content."}, {"value": "sparse", "enabled": true, "type": "positive", "tooltip": "Uses sparse elements."}], "combination": null}, {"id": "style_abstract_007", "category": "Abstract", "name": "Fluid Dynamics", "notes": "Modern digital abstract style with 3D fluid renders, vibrant colors, and dynamic motion.", "preview": "Fluid Dynamics.jpeg", "tokens": [{"value": "3d fluid render", "enabled": true, "type": "positive", "tooltip": "A 3D render of fluid dynamics."}, {"value": "vibrant colors", "enabled": true, "type": "positive", "tooltip": "Features vibrant colors."}, {"value": "dynamic motion", "enabled": true, "type": "positive", "tooltip": "Emphasizes dynamic motion."}, {"value": "abstract", "enabled": true, "type": "positive", "tooltip": "Indicates an abstract style."}], "combination": null}, {"id": "style_abstract_006", "category": "Abstract", "name": "Surrealism", "notes": "Explores dreams and the subconscious with illogical, bizarre imagery.", "preview": "Surrealism.jpeg", "tokens": [{"value": "surreal", "enabled": true, "type": "positive", "tooltip": "The core style of Surrealism."}, {"value": "dreamlike", "enabled": true, "type": "positive", "tooltip": "Emphasizes dreamlike quality."}, {"value": "subconscious", "enabled": true, "type": "positive", "tooltip": "Explores the subconscious."}, {"value": "illogical", "enabled": true, "type": "positive", "tooltip": "Features illogical elements."}], "combination": null}, {"id": "style_analogart_002", "category": "Analog Art", "name": "Pencil Drawing", "notes": "Focuses on realistic depictions using pencil techniques.", "preview": "Pencil Drawing.jpeg", "tokens": [{"value": "pencil drawing", "enabled": true, "type": "positive", "tooltip": "Resembles a pencil drawing."}, {"value": "realistic", "enabled": true, "type": "positive", "tooltip": "Aims for realistic depiction."}, {"value": "shading", "enabled": true, "type": "positive", "tooltip": "Uses pencil shading techniques."}, {"value": "sketch", "enabled": true, "type": "positive", "tooltip": "Emphasizes sketch-like quality."}], "combination": null}, {"id": "style_analogart_008", "category": "Analog Art", "name": "Ink Drawing", "notes": "Bold lines and high contrast with intricate details and expressive strokes.", "preview": "Ink Drawing.jpeg", "tokens": [{"value": "ink drawing", "enabled": true, "type": "positive", "tooltip": "Resembles an ink drawing."}, {"value": "bold lines", "enabled": true, "type": "positive", "tooltip": "Features bold lines."}, {"value": "high contrast", "enabled": true, "type": "positive", "tooltip": "Uses high contrast."}, {"value": "intricate details", "enabled": true, "type": "positive", "tooltip": "Includes intricate details."}], "combination": null}, {"id": "style_analogart_009", "category": "Analog Art", "name": "Sumi-e Painting", "notes": "Traditional Japanese ink wash painting emphasizing simplicity and minimal strokes.", "preview": "Sumi-e Painting.jpeg", "tokens": [{"value": "sumi-e", "enabled": true, "type": "positive", "tooltip": "Core style of Sumi-e painting."}, {"value": "ink wash", "enabled": true, "type": "positive", "tooltip": "Uses ink wash techniques."}, {"value": "simplicity", "enabled": true, "type": "positive", "tooltip": "Emphasizes simplicity."}, {"value": "minimal strokes", "enabled": true, "type": "positive", "tooltip": "Captures essence with few strokes."}], "combination": null}, {"id": "style_architecture_003", "category": "Architecture", "name": "Gothic", "notes": "Medieval architectural style with pointed arches, dramatic lighting, and rich symbolism.", "preview": "Gothic.jpeg", "tokens": [{"value": "gothic", "enabled": true, "type": "positive", "tooltip": "Core Gothic architecture style."}, {"value": "pointed arches", "enabled": true, "type": "positive", "tooltip": "Features pointed arches."}, {"value": "dramatic lighting", "enabled": true, "type": "lighting", "tooltip": "Uses dramatic lighting."}, {"value": "symbolism", "enabled": true, "type": "positive", "tooltip": "Incorporates rich symbolism."}], "combination": null}, {"id": "style_architecture_004", "category": "Architecture", "name": "Art Deco", "notes": "1920s-30s style with symmetry, geometric patterns, and luxurious modernity.", "preview": "Art Deco.jpeg", "tokens": [{"value": "art deco", "enabled": true, "type": "positive", "tooltip": "Core Art Deco style."}, {"value": "symmetry", "enabled": true, "type": "positive", "tooltip": "Emphasizes symmetry."}, {"value": "geometric patterns", "enabled": true, "type": "positive", "tooltip": "Features geometric patterns."}, {"value": "luxury", "enabled": true, "type": "positive", "tooltip": "Conveys luxury."}], "combination": null}, {"id": "style_architecture_006", "category": "Architecture", "name": "Modernism", "notes": "20th-century style embracing experimentation, simplicity, and functional forms.", "preview": "Modernism.jpeg", "tokens": [{"value": "modernism", "enabled": true, "type": "positive", "tooltip": "Core Modernism style."}, {"value": "simplicity", "enabled": true, "type": "positive", "tooltip": "Emphasizes simplicity."}, {"value": "functional", "enabled": true, "type": "positive", "tooltip": "Focuses on functionality."}, {"value": "experimentation", "enabled": true, "type": "positive", "tooltip": "Encourages new techniques."}], "combination": null}, {"id": "style_atmosphere_001", "category": "Atmosphere", "name": "Gloomy", "notes": "Evokes sadness, darkness, and foreboding.", "preview": "Gloomy.jpeg", "tokens": [{"value": "gloomy", "enabled": true, "type": "positive", "tooltip": "Core Gloomy atmosphere style."}, {"value": "dark", "enabled": true, "type": "positive", "tooltip": "Emphasizes darkness."}, {"value": "foreboding", "enabled": true, "type": "positive", "tooltip": "Creates a sense of foreboding."}, {"value": "muted colors", "enabled": true, "type": "positive", "tooltip": "Uses desaturated colors."}], "combination": null}, {"id": "style_atmosphere_013", "category": "Atmosphere", "name": "Night", "notes": "Captures the beauty and mystery of night with low light.", "preview": "Night.jpeg", "tokens": [{"value": "night", "enabled": true, "type": "positive", "tooltip": "Core Night atmosphere style."}, {"value": "dark", "enabled": true, "type": "positive", "tooltip": "Emphasizes darkness."}, {"value": "city lights", "enabled": true, "type": "lighting", "tooltip": "Features city lights."}, {"value": "starry skies", "enabled": true, "type": "positive", "tooltip": "Includes starry skies."}], "combination": null}, {"id": "style_atmosphere_010", "category": "Atmosphere", "name": "Sunny", "notes": "Bright, cheerful atmosphere with warm sunlight.", "preview": "Sunny.jpeg", "tokens": [{"value": "sunny", "enabled": true, "type": "positive", "tooltip": "Core Sunny atmosphere style."}, {"value": "sunlight", "enabled": true, "type": "lighting", "tooltip": "Features sunlight."}, {"value": "bright", "enabled": true, "type": "positive", "tooltip": "Creates a bright image."}, {"value": "warm", "enabled": true, "type": "positive", "tooltip": "Uses warm tones."}], "combination": null}, {"id": "style_atmosphere_008", "category": "Atmosphere", "name": "Foggy", "notes": "Creates a dense, obscuring atmosphere with thick fog.", "preview": "Foggy.jpeg", "tokens": [{"value": "foggy", "enabled": true, "type": "positive", "tooltip": "Core Foggy atmosphere style."}, {"value": "thick fog", "enabled": true, "type": "positive", "tooltip": "Features thick fog."}, {"value": "obscuring", "enabled": true, "type": "positive", "tooltip": "Obscures visibility."}, {"value": "eerie", "enabled": true, "type": "positive", "tooltip": "Creates an eerie feel."}], "combination": null}, {"id": "style_conceptart_008", "category": "Concept Art", "name": "Cyberpunk", "notes": "High-tech, gritty world with cybernetic enhancements and neon aesthetics.", "preview": "Cyberpunk.jpeg", "tokens": [{"value": "cyberpunk", "enabled": true, "type": "positive", "tooltip": "Core Cyberpunk style."}, {"value": "high-tech", "enabled": true, "type": "positive", "tooltip": "Features high-tech elements."}, {"value": "gritty", "enabled": true, "type": "positive", "tooltip": "Creates a gritty atmosphere."}, {"value": "neon", "enabled": true, "type": "lighting", "tooltip": "Uses neon lighting."}], "combination": null}, {"id": "style_conceptart_005", "category": "Concept Art", "name": "3D Character", "notes": "Professional 3D character design with dynamic poses and storytelling.", "preview": "3D Character.jpeg", "tokens": [{"value": "3d character", "enabled": true, "type": "positive", "tooltip": "Core 3D Character design style."}, {"value": "dynamic pose", "enabled": true, "type": "positive", "tooltip": "Features dynamic poses."}, {"value": "detailed", "enabled": true, "type": "positive", "tooltip": "Includes detailed design."}, {"value": "storytelling", "enabled": true, "type": "positive", "tooltip": "Conveys a story."}], "combination": null}, {"id": "style_conceptart_003", "category": "Concept Art", "name": "Game Item", "notes": "Detailed painterly design of fantasy game items on a solid background.", "preview": "Game Item.jpeg", "tokens": [{"value": "game item", "enabled": true, "type": "positive", "tooltip": "Core Game Item design style."}, {"value": "fantasy", "enabled": true, "type": "positive", "tooltip": "Focuses on fantasy elements."}, {"value": "detailed", "enabled": true, "type": "positive", "tooltip": "Features detailed design."}, {"value": "painterly", "enabled": true, "type": "positive", "tooltip": "Uses a painterly style."}], "combination": null}, {"id": "style_fantasy_003", "category": "Fantasy", "name": "Fairytale", "notes": "Inspired by folklore with magical creatures and moral lessons.", "preview": "Fairytale.jpeg", "tokens": [{"value": "fairytale", "enabled": true, "type": "positive", "tooltip": "Core Fairytale style."}, {"value": "magical", "enabled": true, "type": "positive", "tooltip": "Features magical elements."}, {"value": "folklore", "enabled": true, "type": "positive", "tooltip": "Inspired by traditional folklore."}, {"value": "whimsical", "enabled": true, "type": "positive", "tooltip": "Creates a whimsical atmosphere."}], "combination": null}, {"id": "style_photography_001", "category": "Photography", "name": "Photorealism", "notes": "Highly detailed, realistic photography mimicking reality.", "preview": "Photorealism.jpeg", "tokens": [{"value": "photorealism", "enabled": true, "type": "positive", "tooltip": "Core Photorealism style."}, {"value": "realistic", "enabled": true, "type": "positive", "tooltip": "Aims for realistic depiction."}, {"value": "high detail", "enabled": true, "type": "positive", "tooltip": "Features high detail."}, {"value": "sharp focus", "enabled": true, "type": "positive", "tooltip": "Uses sharp focus."}], "combination": null}, {"id": "style_photography_023", "category": "Photography", "name": "Still Life", "notes": "Arranged object photography with meticulous detail and mood.", "preview": "Still Life.jpeg", "tokens": [{"value": "still life", "enabled": true, "type": "positive", "tooltip": "Core Still Life style."}, {"value": "arranged", "enabled": true, "type": "positive", "tooltip": "Features arranged objects."}, {"value": "detailed", "enabled": true, "type": "positive", "tooltip": "Includes exquisite detail."}, {"value": "mood", "enabled": true, "type": "positive", "tooltip": "Evokes a specific mood."}], "combination": null}, {"id": "style_photography_027", "category": "Photography", "name": "Vintage", "notes": "Photography with a nostalgic, retro aesthetic.", "preview": "Photo Vintage.jpeg", "tokens": [{"value": "vintage", "enabled": true, "type": "positive", "tooltip": "Core Vintage style."}, {"value": "retro", "enabled": true, "type": "positive", "tooltip": "Features retro aesthetics."}, {"value": "nostalgic", "enabled": true, "type": "positive", "tooltip": "Evokes nostalgia."}, {"value": "warm tones", "enabled": true, "type": "positive", "tooltip": "Uses warm tones."}], "combination": null}, {"id": "style_photography_013", "category": "Photography", "name": "Low Key", "notes": "Dark photography with deep shadows and minimal highlights.", "preview": "Low Key.jpeg", "tokens": [{"value": "low key", "enabled": true, "type": "positive", "tooltip": "Core Low Key style."}, {"value": "dark", "enabled": true, "type": "positive", "tooltip": "Emphasizes darkness."}, {"value": "deep shadows", "enabled": true, "type": "positive", "tooltip": "Features deep shadows."}, {"value": "contrast", "enabled": true, "type": "positive", "tooltip": "Uses rich contrast."}], "combination": null}, {"id": "style_photography_021", "category": "Photography", "name": "Reflection", "notes": "Photography using reflections for symmetry and visual depth.", "preview": "Reflection.jpeg", "tokens": [{"value": "reflection", "enabled": true, "type": "positive", "tooltip": "Core Reflection style."}, {"value": "symmetry", "enabled": true, "type": "positive", "tooltip": "Emphasizes symmetry."}, {"value": "mirrors", "enabled": true, "type": "positive", "tooltip": "Uses mirror-like surfaces."}, {"value": "depth", "enabled": true, "type": "positive", "tooltip": "Creates visual depth."}], "combination": null}, {"id": "style_fashion_005", "category": "Fashion", "name": "Streetwear", "notes": "Urban-inspired casual fashion with bold graphics and self-expression.", "preview": "Streetwear.jpeg", "tokens": [{"value": "streetwear", "enabled": true, "type": "positive", "tooltip": "Core Streetwear style."}, {"value": "urban", "enabled": true, "type": "positive", "tooltip": "Inspired by urban culture."}, {"value": "casual", "enabled": true, "type": "positive", "tooltip": "Features casual clothing."}, {"value": "bold graphics", "enabled": true, "type": "positive", "tooltip": "Uses bold graphics."}], "combination": null}, {"id": "style_fashion_004", "category": "Fashion", "name": "Glamour", "notes": "Sophisticated elegance with luxurious fabrics and embellishments.", "preview": "Glamour.jpeg", "tokens": [{"value": "glamour", "enabled": true, "type": "positive", "tooltip": "Core Glamour style."}, {"value": "elegance", "enabled": true, "type": "positive", "tooltip": "Emphasizes elegance."}, {"value": "luxurious", "enabled": true, "type": "positive", "tooltip": "Uses luxurious fabrics."}, {"value": "embellished", "enabled": true, "type": "positive", "tooltip": "Features embellishments."}], "combination": null}, {"id": "style_fashion_001", "category": "Fashion", "name": "Fashion General", "notes": "Mainstream fashion reflecting current trends and accessibility.", "preview": "Fashion General.jpeg", "tokens": [{"value": "fashion", "enabled": true, "type": "positive", "tooltip": "Core Fashion style."}, {"value": "mainstream", "enabled": true, "type": "positive", "tooltip": "Reflects mainstream trends."}, {"value": "stylish", "enabled": true, "type": "positive", "tooltip": "Creates a stylish look."}, {"value": "accessible", "enabled": true, "type": "positive", "tooltip": "Appeals to a wide audience."}], "combination": null}, {"id": "style_gameart_006", "category": "Game Art", "name": "Pixel Art", "notes": "Pixelated design reminiscent of classic video games with charming simplicity.", "preview": "Pixel Art.jpeg", "tokens": [{"value": "pixel art", "enabled": true, "type": "positive", "tooltip": "Core Pixel Art style."}, {"value": "pixelated", "enabled": true, "type": "positive", "tooltip": "Features pixelated graphics."}, {"value": "retro", "enabled": true, "type": "positive", "tooltip": "Mimics classic game aesthetics."}, {"value": "simplicity", "enabled": true, "type": "positive", "tooltip": "Emphasizes charming simplicity."}], "combination": null}, {"id": "style_photography_020", "category": "Game Art", "name": "Product", "notes": "Crisp, clean photography showcasing products for commercial use.", "preview": "Product.jpeg", "tokens": [{"value": "product", "enabled": true, "type": "positive", "tooltip": "Core Product style."}, {"value": "crisp", "enabled": true, "type": "positive", "tooltip": "Features crisp details."}, {"value": "clean", "enabled": true, "type": "positive", "tooltip": "Uses clean compositions."}, {"value": "commercial", "enabled": true, "type": "positive", "tooltip": "Has commercial appeal."}], "combination": null}, {"id": "style_illustration_017", "category": "Game Art", "name": "Sticker", "notes": "Simple sticker-style art on a solid background.", "preview": "Sticker.jpeg", "tokens": [{"value": "sticker", "enabled": true, "type": "positive", "tooltip": "Core Sticker style."}, {"value": "simple", "enabled": true, "type": "positive", "tooltip": "Features simple design."}, {"value": "solid background", "enabled": true, "type": "positive", "tooltip": "Uses a solid color background."}], "combination": null}, {"id": "style_historical_002", "category": "Historical", "name": "Baroque", "notes": "17th-century style with dramatic compositions and ornate grandeur.", "preview": "Baroque.jpeg", "tokens": [{"value": "baroque", "enabled": true, "type": "positive", "tooltip": "Core Baroque style."}, {"value": "dramatic", "enabled": true, "type": "positive", "tooltip": "Features dramatic compositions."}, {"value": "ornate", "enabled": true, "type": "positive", "tooltip": "Uses ornate details."}, {"value": "grandeur", "enabled": true, "type": "positive", "tooltip": "Conveys grandeur."}], "combination": null}, {"id": "style_historical_001", "category": "Historical", "name": "Renaissance", "notes": "14th-16th century European style with classical inspiration and naturalism.", "preview": "Renaissance.jpeg", "tokens": [{"value": "renaissance", "enabled": true, "type": "positive", "tooltip": "Core Renaissance style."}, {"value": "classical", "enabled": true, "type": "positive", "tooltip": "Inspired by antiquity."}, {"value": "naturalism", "enabled": true, "type": "positive", "tooltip": "Focuses on realistic depiction."}, {"value": "humanism", "enabled": true, "type": "positive", "tooltip": "Emphasizes human themes."}], "combination": null}, {"id": "style_historical_008", "category": "Historical", "name": "Impressionism", "notes": "19th-century style capturing fleeting light and moments with loose brushwork.", "preview": "Impressionism.jpeg", "tokens": [{"value": "impressionism", "enabled": true, "type": "positive", "tooltip": "Core Impressionism style."}, {"value": "light", "enabled": true, "type": "positive", "tooltip": "Focuses on light effects."}, {"value": "loose brushwork", "enabled": true, "type": "positive", "tooltip": "Uses loose brushstrokes."}, {"value": "color", "enabled": true, "type": "positive", "tooltip": "Emphasizes vibrant colors."}], "combination": null}, {"id": "style_illustration_002", "category": "Illustration", "name": "Anime", "notes": "Expressive Japanese-style illustrations with vibrant, dynamic visuals.", "preview": "Anime.jpeg", "tokens": [{"value": "anime", "enabled": true, "type": "positive", "tooltip": "Core Anime style."}, {"value": "expressive", "enabled": true, "type": "positive", "tooltip": "Features expressive art."}, {"value": "vibrant", "enabled": true, "type": "positive", "tooltip": "Uses vibrant colors."}, {"value": "dynamic", "enabled": true, "type": "positive", "tooltip": "Creates dynamic compositions."}], "combination": null}, {"id": "style_illustration_003", "category": "Illustration", "name": "Chibi", "notes": "Cute anime style with exaggerated, small characters.", "preview": "Chibi.jpeg", "tokens": [{"value": "chibi", "enabled": true, "type": "positive", "tooltip": "Core Chibi style."}, {"value": "cute", "enabled": true, "type": "positive", "tooltip": "Features cute characters."}, {"value": "exaggerated", "enabled": true, "type": "positive", "tooltip": "Uses exaggerated proportions."}, {"value": "cartoony", "enabled": true, "type": "positive", "tooltip": "Child like style"}], "combination": null}, {"id": "style_illustration_008", "category": "Illustration", "name": "Children's Book", "notes": "Charming, playful illustrations for kids with bright colors.", "preview": "Children's Book.jpeg", "tokens": [{"value": "illustrations", "enable": true, "type": "positive", "tooltip": "Make the art look like a child like picture"}, {"value": "storytelling", "enable": true, "type": "positive", "tooltip": "Express what would expect them to express"}, {"value": "positive", "enable": true, "type": "positive", "tooltip": "Keep in mind what they think at this age."}, {"value": "minimalist", "enable": true, "type": "positive", "tooltip": "No excessive addition."}], "combination": null}, {"id": "community_photoprocess_001", "category": "Photographic Process", "name": "Line Art", "notes": "Photographic process with clean black lines and a white backgound.", "preview": "Line Art.jpeg", "tokens": [{"value": "Line-art", "enabled": true, "type": "positive", "tooltip": "Show basic shapes with minimal colors."}, {"value": "black and white", "enabled": true, "type": "positive", "tooltip": "Renders monochrome scheme."}, {"value": "outlines", "enabled": true, "type": "positive", "tooltip": "Enforces bolder strokes."}, {"value": "clean", "enabled": true, "type": "positive", "tooltip": "To have zero imperfections."}], "combination": null}, {"id": "style_photoprocess_003", "category": "Photographic Process", "name": "Bromoil Print", "notes": "Painterly photographic process with rich contrasts and textures.", "preview": "Bromoil Print.jpeg", "tokens": [{"value": "bromoil", "enabled": true, "type": "positive", "tooltip": "Core Bromoil style."}, {"value": "painterly", "enabled": true, "type": "positive", "tooltip": "Features painterly effects."}, {"value": "contrast", "enabled": true, "type": "positive", "tooltip": "Uses rich contrasts."}, {"value": "textured", "enabled": true, "type": "positive", "tooltip": "Emphasizes textured surfaces."}], "combination": null}, {"id": "style_sciencefiction_005", "category": "Science Fiction", "name": "Tech Noir", "notes": "Sci-fi fusion of technology and crime with a dark, high-tech edge.", "preview": "Tech Noir.jpeg", "tokens": [{"value": "tech noir", "enabled": true, "type": "positive", "tooltip": "Core Tech Noir style."}, {"value": "technology", "enabled": true, "type": "positive", "tooltip": "Emphasizes technology."}, {"value": "crime", "enabled": true, "type": "positive", "tooltip": "Features crime themes."}, {"value": "gadgets", "enabled": true, "type": "positive", "tooltip": "Includes high-tech gadgets."}], "combination": null}, {"id": "style_sciencefiction_001", "category": "Science Fiction", "name": "Space Opera", "notes": "Epic sci-fi with galactic battles and heroic adventures.", "preview": "Space Opera.jpeg", "tokens": [{"value": "space opera", "enabled": true, "type": "positive", "tooltip": "Core Space Opera style."}, {"value": "epic", "enabled": true, "type": "positive", "tooltip": "Features epic scale."}, {"value": "galactic", "enabled": true, "type": "positive", "tooltip": "Includes galactic themes."}, {"value": "heroic", "enabled": true, "type": "positive", "tooltip": "Emphasizes heroic adventures."}], "combination": null}, {"id": "style_sciencefiction_009", "category": "Science Fiction", "name": "Retrofuturism", "notes": "Nostalgic sci-fi blending retro aesthetics with futuristic visions.", "preview": "Retrofuturism.jpeg", "tokens": [{"value": "retrofuturism", "enabled": true, "type": "positive", "tooltip": "Core Retrofuturism style."}, {"value": "nostalgic", "enabled": true, "type": "positive", "tooltip": "Evokes nostalgia."}, {"value": "retro", "enabled": true, "type": "positive", "tooltip": "Features retro aesthetics."}, {"value": "futuristic", "enabled": true, "type": "positive", "tooltip": "Includes futuristic elements."}], "combination": null}]}} | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| Style Conditioning | CONDITIONING | — |
| Style Text | STRING | — |