Instructions to use wikeeyang/Ernie-Image-Flex-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use wikeeyang/Ernie-Image-Flex-V1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("wikeeyang/Ernie-Image-Flex-V1", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
| { | |
| "id": "9ae6082b-c7f4-433c-9971-7a8f65a3ea65", | |
| "revision": 0, | |
| "last_node_id": 207, | |
| "last_link_id": 506, | |
| "nodes": [ | |
| { | |
| "id": 172, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| -205.62151998421714, | |
| 999.3425944916831 | |
| ], | |
| "size": [ | |
| 333.7879242887998, | |
| 88 | |
| ], | |
| "flags": { | |
| "collapsed": true | |
| }, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 505 | |
| }, | |
| { | |
| "localized_name": "text", | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 288 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.19.3", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "低分辨率,低画质,肢体畸形,手指畸形,画面过饱和,蜡像感,人脸无细节,过度光滑,画面具有AI感。构图混乱。文字模糊,扭曲" | |
| ] | |
| }, | |
| { | |
| "id": 106, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 79.08411671096368, | |
| 438.4285628963098 | |
| ], | |
| "size": [ | |
| 173.0576818117222, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 134 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 506 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 499 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.64", | |
| "Node name for S&R": "VAEDecode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 104, | |
| "type": "EmptyFlux2LatentImage", | |
| "pos": [ | |
| -446.0879876688805, | |
| 1045.7868837003746 | |
| ], | |
| "size": [ | |
| 210, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "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", | |
| "links": [ | |
| 138 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.18.1", | |
| "Node name for S&R": "EmptyFlux2LatentImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 768, | |
| 1376, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 136, | |
| "type": "Seed (rgthree)", | |
| "pos": [ | |
| -227.8991345790711, | |
| 1045.509133855802 | |
| ], | |
| "size": [ | |
| 228.4669349069087, | |
| 130 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "dir": 4, | |
| "name": "SEED", | |
| "shape": 3, | |
| "type": "INT", | |
| "links": [ | |
| 176 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "rgthree-comfy", | |
| "ver": "683836c46e898668936c433502504cc0627482c5", | |
| "randomMax": 1125899906842624, | |
| "randomMin": 0, | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| 472693926650286, | |
| "", | |
| "", | |
| "okay" | |
| ] | |
| }, | |
| { | |
| "id": 107, | |
| "type": "KSampler", | |
| "pos": [ | |
| 25.410264645482513, | |
| 528.1531174838914 | |
| ], | |
| "size": [ | |
| 230.55144887224515, | |
| 646.3688441575066 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 496 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 137 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 288 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 138 | |
| }, | |
| { | |
| "localized_name": "seed", | |
| "name": "seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "seed" | |
| }, | |
| "link": 176 | |
| }, | |
| { | |
| "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": [ | |
| 134 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.64", | |
| "Node name for S&R": "KSampler", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| 252902017622294, | |
| "fixed", | |
| 8, | |
| 1, | |
| "ddim", | |
| "simple", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 194, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| -449.7085279406747, | |
| 398.6827410507062 | |
| ], | |
| "size": [ | |
| 447.70438853371843, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 503 | |
| }, | |
| { | |
| "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": [ | |
| 496 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [ | |
| "ErnieImage-Turbo-Extract_lora_rank64.safetensors", | |
| 0.4 | |
| ] | |
| }, | |
| { | |
| "id": 187, | |
| "type": "Note", | |
| "pos": [ | |
| -448.4846463075421, | |
| 269.06227530443016 | |
| ], | |
| "size": [ | |
| 230.95844933738942, | |
| 88 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "properties": { | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.8", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "Turbo LoRA Weight: 0.1 - 0.5\nSteps: 20 - 8\nNo Turbo LoRA Steps: 16 - 25" | |
| ], | |
| "color": "#432", | |
| "bgcolor": "#653" | |
| }, | |
| { | |
| "id": 189, | |
| "type": "PreviewImage", | |
| "pos": [ | |
| 283.9696826482286, | |
| 438.36456706295013 | |
| ], | |
| "size": [ | |
| 386.852479982109, | |
| 734.4512715495057 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "images", | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 499 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.19.0", | |
| "Node name for S&R": "PreviewImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {}, | |
| "version": "7.8" | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 108, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| -449.2537356792463, | |
| 525.3475439421027 | |
| ], | |
| "size": [ | |
| 449.1001613396379, | |
| 478.566299927341 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 504 | |
| }, | |
| { | |
| "localized_name": "text", | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 137 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.73", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| }, | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65 | |
| }, | |
| "widgets_values": [ | |
| "这是一个采用**极端特写**视角的超写实商业静物摄影,画面主体聚焦于一只深埋于厚重雪层中的银灰色铝制易拉罐,镜头几乎贴近罐身,营造出极致的冷冽质感。罐体呈**正面**视角展示,垂直贯穿画面中央,仿佛刚刚被强行按入冰原之中。罐身表面覆盖着一层细腻的颗粒状冰霜,金属光泽在冷调光线下呈现出哑光与高光交织的质感。\n\n画面主体采用了一种**冷冽的蓝白色调滤镜**,赋予了整个场景一种近乎零度的视觉温度。在灯光效果上,光源似乎来自正上方的漫射冷光,在罐体凹陷处形成了深邃的阴影,强化了冰雪堆砌的立体感;同时,罐身侧面反射着微弱的天光,与周围洁白蓬松的碎冰块形成了明暗对比,凸显了罐身被冰雪侵蚀的纹理。拍摄角度为**平视镜头**,视线与罐体高度平行,让观者仿佛正低头凝视这片冰雪世界。构图风格严格遵循**对称构图**,罐体作为绝对的中轴线,将画面一分为二,四周不规则分布的碎冰块则起到了平衡视觉重心的作用。\n\n背景虽由细碎的雪块和冰渣构成,但通过极浅的景深处理,背景呈现出**柔焦般的朦胧感**,细节虽在虚化中依稀可见,却未抢夺主体的锋芒,成功将视觉重心锁定在中央的易拉罐上。\n\n画面中包含了清晰的白色文字元素,易拉罐顶部印有“RELAX AND ENJOY”的字样,底部则是醒目的黑色大写品牌名“WHITE LION”以及下方的“KEEP COOL”小字,罐身中部还绘有一个白色的狮子图案剪影。易拉罐底部完全被雪掩埋,仅露出上半部分,底部边缘的积雪微微隆起,暗示着巨大的下压力。若将易拉罐拟人化,它呈现出一种**半侧卧**的慵懒姿态,头部(拉环端)微微上扬,身体顺着雪槽微微倾斜,头部与身体形成一条流畅的**15度夹角**,仿佛刚刚在雪地里翻滚了一遭。\n\n罐身设计简约而现代,银灰色的底色上点缀着深褐色的品牌字体和清新的白色的狮子插画,字体边缘带有轻微的冰晶纹理,增强了真实感。易拉罐的质感呈现出金属与冰霜的混合质地,既保留了铝罐的坚硬冷硬,又增添了冰雪的蓬松柔软。在罐体与周围雪堆的互动中,雪块被挤压变形,呈现出一种被强力插入的物理张力。\n\n在画面的最底端,叠加着白色的无衬线字体说明,上方是巨大的“KEEPS COOL”,下方则是较小的“Relaxation white lion drink”,字体干净利落,与上方充满质感的易拉罐形成虚实对比,强化了这是一张旨在传达清凉与放松情绪的广告海报。\n\n图片上部有一行深灰色、冷色调的粗体艺术化的中文字“白狮冰啤”,在每个文字的实线和边缘上覆盖雪花、雪粒,强调一种极致严寒的冰镇效果,从而带来强烈的视觉冲击。字体下方的右侧靠边缘处,有个暗红色的商标“S.T.A.R®”." | |
| ], | |
| "color": "#232", | |
| "bgcolor": "#353" | |
| }, | |
| { | |
| "id": 204, | |
| "type": "UnetLoaderGGUF", | |
| "pos": [ | |
| -900.7283041130668, | |
| 527.1773361424006 | |
| ], | |
| "size": [ | |
| 421.361456984701, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "unet_name", | |
| "name": "unet_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "unet_name" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {} | |
| }, | |
| "cnr_id": "comfyui-gguf", | |
| "ver": "6ea2651e7df66d7585f6ffee804b20e92fb38b8a", | |
| "Node name for S&R": "UnetLoaderGGUF" | |
| }, | |
| "widgets_values": [ | |
| "Ernie-Image-Flex-V1-Q8_0.gguf" | |
| ] | |
| }, | |
| { | |
| "id": 207, | |
| "type": "VAELoader", | |
| "pos": [ | |
| -895.0165865388439, | |
| 891.7775347591978 | |
| ], | |
| "size": [ | |
| 414.69775161967084, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "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": [ | |
| 506 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {} | |
| }, | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "VAELoader" | |
| }, | |
| "widgets_values": [ | |
| "Flux2-vae.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 205, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| -898.8244331167627, | |
| 623.3251876984084 | |
| ], | |
| "size": [ | |
| 421.36140469204565, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "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": [ | |
| 503 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {} | |
| }, | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "UNETLoader" | |
| }, | |
| "widgets_values": [ | |
| "Ernie-Image-Flex-V1-bf16.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 206, | |
| "type": "CLIPLoader", | |
| "pos": [ | |
| -897.8724453259554, | |
| 743.2719888542628 | |
| ], | |
| "size": [ | |
| 419.45753369574163, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "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": [ | |
| 504, | |
| 505 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "input_ue_unconnectable": {} | |
| }, | |
| "cnr_id": "comfy-core", | |
| "ver": "0.20.1", | |
| "Node name for S&R": "CLIPLoader" | |
| }, | |
| "widgets_values": [ | |
| "Ministral-3-3B-TE-Only.safetensors", | |
| "flux2", | |
| "default" | |
| ] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 134, | |
| 107, | |
| 0, | |
| 106, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 137, | |
| 108, | |
| 0, | |
| 107, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 138, | |
| 104, | |
| 0, | |
| 107, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 176, | |
| 136, | |
| 0, | |
| 107, | |
| 4, | |
| "INT" | |
| ], | |
| [ | |
| 288, | |
| 172, | |
| 0, | |
| 107, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 496, | |
| 194, | |
| 0, | |
| 107, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 499, | |
| 106, | |
| 0, | |
| 189, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 503, | |
| 205, | |
| 0, | |
| 194, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 504, | |
| 206, | |
| 0, | |
| 108, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 505, | |
| 206, | |
| 0, | |
| 172, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 506, | |
| 207, | |
| 0, | |
| 106, | |
| 1, | |
| "VAE" | |
| ] | |
| ], | |
| "groups": [], | |
| "config": {}, | |
| "extra": { | |
| "frontendVersion": "1.43.17", | |
| "workflowRendererVersion": "LG", | |
| "VHS_latentpreview": false, | |
| "VHS_latentpreviewrate": 0, | |
| "VHS_MetadataImage": true, | |
| "VHS_KeepIntermediate": true, | |
| "ue_links": [], | |
| "ds": { | |
| "scale": 0.8769226950000015, | |
| "offset": [ | |
| 1011.5538907405809, | |
| -154.09019654263307 | |
| ] | |
| }, | |
| "links_added_by_ue": [] | |
| }, | |
| "version": 0.4 | |
| } |