Files
comfyui-workflows/optimized/text-to-image/flux2klein-9b-3070-best/workflow.json
T

99 lines
4.6 KiB
JSON

{
"1": {
"class_type": "UNETLoader",
"inputs": {
"unet_name": "flux-2-klein-9b-fp8mixed.safetensors",
"weight_dtype": "default"
}
},
"2": {
"class_type": "CLIPLoader",
"inputs": {
"clip_name": "qwen_3_8b_fp8mixed.safetensors",
"type": "flux2",
"device": "default"
}
},
"3": {
"class_type": "VAELoader",
"inputs": {
"vae_name": "flux2-vae.safetensors"
}
},
"4": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "Hyper-realistic cinematic documentary photograph inside the canteen of a deep-space exploration spaceship, a spacious lived-in dining hall with brushed titanium bulkheads, warm amber practical lights, cool cyan window spill, a huge panoramic observation window showing a blue nebula, distant stars and the curved limb of a planet, two adult human crew members in the foreground seated across from one another at a scratched metal table playing a tense friendly game of cards, a beautiful adult woman with natural facial features, expressive eyes, shoulder-length dark wavy hair, a fitted practical navy flight jacket over a cream knit top, subtle silver earrings and realistic skin texture, leaning forward holding a playing card, a muscular adult mixed-race man with short curly hair, trimmed beard, broad shoulders and powerful forearms, wearing a charcoal utility shirt with rolled sleeves and a worn leather wristband, studying the table with a half-smile, anatomically correct five-finger hands, orderly readable playing cards and coherent poker chips, steaming coffee, a glass of amber fruit drink, metal cutlery, ceramic bowls, half-eaten noodles, bread, fruit, condiments and scattered crumbs on the table, background crew in varied practical uniforms, one person using a wall-mounted food synthesizer, another carrying a tray, a cook behind a compact galley counter, illuminated panels with abstract non-legible interface graphics, utensils hanging from magnetic rails, food printers, refrigeration drawers, mugs secured in holders, subtle condensation, reflections in polished metal, believable spaceship engineering, cables and access panels, small personal photographs and mission patches, natural candid interaction, rich environmental storytelling, carefully composed wide medium shot at eye level, 35mm cinema lens, realistic perspective, moderate depth of field with both main players and the busy canteen readable, soft volumetric atmosphere, practical motivated lighting, gentle rim light on hair and shoulders, bounced fill light on faces, subtle lens bloom, restrained anamorphic horizontal flares, realistic film grain, high dynamic range, accurate color science, crisp micro-detail, premium science-fiction production design, photorealistic, ultra-detailed, physically plausible materials, cinematic lighting, no text or logos",
"clip": ["2", 0]
}
},
"5": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "cartoon, illustration, anime, CGI look, plastic skin, waxy faces, beauty filter, over-smoothed skin, duplicate people, extra limbs, missing limbs, malformed hands, fused fingers, unreadable cards, floating objects, distorted faces, crossed eyes, asymmetrical eyes, bad anatomy, warped perspective, overexposure, crushed blacks, muddy detail, extreme saturation, heavy vignette, excessive bloom, excessive lens flare, motion blur, low resolution, artifacts, watermark, caption, subtitle, logo, illegible text, celebrity likeness",
"clip": ["2", 0]
}
},
"6": {
"class_type": "CFGGuider",
"inputs": {
"cfg": 1.3,
"model": ["1", 0],
"positive": ["4", 0],
"negative": ["5", 0]
}
},
"7": {
"class_type": "KSamplerSelect",
"inputs": {
"sampler_name": "euler_cfg_pp"
}
},
"8": {
"class_type": "Flux2Scheduler",
"inputs": {
"steps": 6,
"width": 1920,
"height": 1080
}
},
"9": {
"class_type": "RandomNoise",
"inputs": {
"noise_seed": 20260920
}
},
"10": {
"class_type": "EmptyFlux2LatentImage",
"inputs": {
"width": 1920,
"height": 1080,
"batch_size": 1
}
},
"11": {
"class_type": "SamplerCustomAdvanced",
"inputs": {
"noise": ["9", 0],
"guider": ["6", 0],
"sampler": ["7", 0],
"sigmas": ["8", 0],
"latent_image": ["10", 0]
}
},
"12": {
"class_type": "VAEDecode",
"inputs": {
"samples": ["11", 0],
"vae": ["3", 0]
}
},
"13": {
"class_type": "SaveImage",
"inputs": {
"filename_prefix": "fluxExperiments/experiment/flux2klein_best_baseline",
"images": ["12", 0]
}
}
}