【新人水】一个zimage分段采样小技巧,低成本提升成图质量
輔助機
2026-06-17 13:19
1
分享一个常用的小技巧
在comfyui生图时,特别是类似zimage的写实图像模型,有时候会出现“明明分辨率不低但是图片放大还是经不起看的情况”,即使加了一些后处理节点也还是一样
belike


虽然看起来很锐利,但是发丝还是容易糊在一起,耳机看起来也没什么细节…
但是只需要修改一下工作流


虽然实现不了类似SDVR2放大或是flux修复那种非常清晰的效果
但是明显能够缓解这种情况
让优点各不相同的采样器来分别负责不同阶段的采样,而不是一个采样器从头采到尾
因为总步数并没有增加,实际上的生图速度也只有几秒钟的差距,甚至得益于beta57这个调度器,可能还会更快
使用两个底模,zit和zib:

采样器:

因为有两个底模存在,佬友们也可以分别使用不同的lora在不同的底模上
比如zib/fdpo+zit/realskin,一个负责光照一个负责纹理
或是基础的美学lora搭配喜欢的身体/脸部lora
同样也可以应用到anima这种二次元模型上

最新回复 (6)
-
傻鸟 06-17 13:201楼这很摩登,但我不懂,看到工作流我就头疼。
-
pluto233 06-17 13:212楼ww 厉害的喵~ 猫学到了
但是采样器的优点在哪里看喵~(逃
-
輔助機 楼主 06-17 13:263楼这点的话可能只能到处看看了(
譬如说RES_2S的细节会好很多,但是速度慢,图像也会比较硬
LCM的色彩更纯,euler会更柔和,sde后缀一般来说质感更好之类的 -
admn 06-17 13:364楼虽然我也不知道能用在那,但工作流可以收集下 ^-^
-
Aaalice 06-17 13:435楼好久没碰ComfyUI了,没想到能在L站看到,双底模还挺有意思的,我之前还试过放大和底图用不同的Lora也好玩,不过我不怎么玩真人的绘图模型,一般都是用二次元的模型

看了一下居然已经五个月没玩过了…ComfyUI这玩意玩起来太吃时间了
-
輔助機 楼主 06-17 14:126楼流
{
"id": "ef484dc3-5d09-4e2c-a231-53f1dbd02dfd",
"revision": 0,
"last_node_id": 80,
"last_link_id": 170,
"nodes": [
{
"id": 11,
"type": "VAELoader",
"pos": [
-4909.361269081922,
241.3686039790374
],
"size": [
310.484375,
100.578125
],
"flags": {},
"order": 0,
"mode": 0,
"inputs": [
{
"label": "vae_name",
"name": "vae_name",
"type": "COMBO",
"widget": {
"name": "vae_name"
}
}
],
"outputs": [
{
"label": "VAE",
"name": "VAE",
"type": "VAE",
"links": [
128,
132
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.75",
"Node name for S&R": "VAELoader",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.5.1"
},
"widget_ue_connectable": {
"vae_name": true
}
},
"widgets_values": [
"ae.safetensors"
]
},
{
"id": 23,
"type": "LoraLoaderModelOnly",
"pos": [
-4558.955937732613,
251.27662910967206
],
"size": [
270,
115.328125
],
"flags": {},
"order": 7,
"mode": 0,
"inputs": [
{
"label": "模型",
"name": "model",
"type": "MODEL",
"link": 104
},
{
"label": "lora_name",
"name": "lora_name",
"type": "COMBO",
"widget": {
"name": "lora_name"
}
},
{
"label": "strength_model",
"name": "strength_model",
"type": "FLOAT",
"widget": {
"name": "strength_model"
}
}
],
"outputs": [
{
"label": "模型",
"name": "MODEL",
"type": "MODEL",
"links": [
147
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.17.2",
"Node name for S&R": "LoraLoaderModelOnly",
"ue_properties": {
"widget_ue_connectable": {
"lora_name": true,
"strength_model": true
},
"input_ue_unconnectable": {},
"version": "7.5.1"
},
"widget_ue_connectable": {
"lora_name": true,
"strength_model": true
}
},
"widgets_values": [
"Kook_Zimage_瑶光.safetensors",
1
]
},
{
"id": 52,
"type": "LoraLoaderModelOnly",
"pos": [
-4564.258702260723,
-122.77797434102932
],
"size": [
270,
115.328125
],
"flags": {},
"order": 12,
"mode": 0,
"inputs": [
{
"label": "模型",
"name": "model",
"type": "MODEL",
"link": 111
},
{
"label": "lora_name",
"name": "lora_name",
"type": "COMBO",
"widget": {
"name": "lora_name"
},
"link": null
},
{
"label": "strength_model",
"name": "strength_model",
"type": "FLOAT",
"widget": {
"name": "strength_model"
},
"link": null
}
],
"outputs": [
{
"label": "模型",
"name": "MODEL",
"type": "MODEL",
"links": [
141,
142
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.17.2",
"Node name for S&R": "LoraLoaderModelOnly",
"ue_properties": {
"widget_ue_connectable": {
"lora_name": true,
"strength_model": true
},
"input_ue_unconnectable": {},
"version": "7.5.1"
},
"widget_ue_connectable": {
"lora_name": true,
"strength_model": true
}
},
"widgets_values": [
"Kook_Zimage_瑶光.safetensors",
1
]
},
{
"id": 54,
"type": "KSamplerAdvanced",
"pos": [
-4275.680364844866,
-259.6063811998169
],
"size": [
270,
546
],
"flags": {},
"order": 14,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 112
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 114
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 115
},
{
"name": "latent_image",
"type": "LATENT",
"link": 133
},
{
"name": "noise_seed",
"type": "INT",
"widget": {
"name": "noise_seed"
},
"link": 113
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
122,
126
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.24.0",
"Node name for S&R": "KSamplerAdvanced"
},
"widgets_values": [
"enable",
684324910298615,
"randomize",
10,
1,
"res_2s",
"bong_tangent",
0,
3,
"disable"
]
},
{
"id": 59,
"type": "VAEDecode",
"pos": [
-3982.8901996129543,
-263.7249276629322
],
"size": [
140,
46
],
"flags": {},
"order": 16,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 126
},
{
"name": "vae",
"type": "VAE",
"link": 128
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
127,
130
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.24.0",
"Node name for S&R": "VAEDecode"
},
"widgets_values": []
},
{
"id": 18,
"type": "UNETLoader",
"pos": [
-4909.054114108212,
-130.32771523778823
],
"size": [
321.7315368652344,
124.11270141601562
],
"flags": {},
"order": 1,
"mode": 0,
"inputs": [
{
"label": "unet_name",
"name": "unet_name",
"type": "COMBO",
"widget": {
"name": "unet_name"
}
},
{
"label": "weight_dtype",
"name": "weight_dtype",
"type": "COMBO",
"widget": {
"name": "weight_dtype"
}
}
],
"outputs": [
{
"label": "模型",
"name": "MODEL",
"type": "MODEL",
"links": [
104
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.75",
"Node name for S&R": "UNETLoader",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.5.1"
},
"widget_ue_connectable": {
"weight_dtype": true,
"unet_name": true
}
},
"widgets_values": [
"z_image_bf16.safetensors",
"default"
]
},
{
"id": 51,
"type": "LoraLoaderModelOnly",
"pos": [
-4561.401270353662,
-239.2108114719313
],
"size": [
270,
82
],
"flags": {},
"order": 8,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 110
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
111
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.24.0",
"Node name for S&R": "LoraLoaderModelOnly"
},
"widgets_values": [
"RadianceChromeVoluptuous_z-image_turbo_v2.0.safetensors",
0.5
]
},
{
"id": 64,
"type": "ImageSharpen",
"pos": [
-3608.6444564315216,
-478.3680394621911
],
"size": [
270,
106
],
"flags": {},
"order": 21,
"mode": 0,
"inputs": [
{
"name": "image",
"type": "IMAGE",
"link": 139
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
143
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.24.0",
"Node name for S&R": "ImageSharpen"
},
"widgets_values": [
1,
0.4,
0.3
]
},
{
"id": 65,
"type": "LayerFilter: AddGrain",
"pos": [
-3610.354801117316,
-322.25059807161244
],
"size": [
270,
106
],
"flags": {},
"order": 22,
"mode": 0,
"inputs": [
{
"name": "image",
"type": "IMAGE",
"link": 143
}
],
"outputs": [
{
"name": "image",
"type": "IMAGE",
"links": [
144
]
}
],
"properties": {
"Node name for S&R": "LayerFilter: AddGrain"
},
"widgets_values": [
0.3,
0.7,
0.5
],
"color": "rgba(34, 67, 111, 0.7)"
},
{
"id": 24,
"type": "CLIPTextEncode",
"pos": [
-4558.926668196953,
45.65520101887714
],
"size": [
717.203125,
228.578125
],
"flags": {
"collapsed": true
},
"order": 10,
"mode": 0,
"inputs": [
{
"label": "CLIP",
"name": "clip",
"type": "CLIP",
"link": 31
},
{
"label": "text",
"name": "text",
"type": "STRING",
"widget": {
"name": "text"
},
"link": 170
}
],
"outputs": [
{
"label": "条件",
"name": "CONDITIONING",
"type": "CONDITIONING",
"slot_index": 0,
"links": [
114,
117,
119
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.75",
"Node name for S&R": "CLIPTextEncode",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.5.1"
},
"widget_ue_connectable": {
"text": true
}
},
"widgets_values": [
""
],
"color": "#232",
"bgcolor": "#353"
},
{
"id": 16,
"type": "CLIPTextEncode",
"pos": [
-4559.813367598191,
88.9143813949779
],
"size": [
726.1516723632812,
186.1176300048828
],
"flags": {
"collapsed": true
},
"order": 9,
"mode": 0,
"inputs": [
{
"label": "CLIP",
"name": "clip",
"type": "CLIP",
"link": 22
},
{
"label": "text",
"name": "text",
"type": "STRING",
"widget": {
"name": "text"
}
}
],
"outputs": [
{
"label": "条件",
"name": "CONDITIONING",
"type": "CONDITIONING",
"slot_index": 0,
"links": [
115,
118,
120
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.75",
"Node name for S&R": "CLIPTextEncode",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.5.1"
},
"widget_ue_connectable": {
"text": true
}
},
"widgets_values": [
"泛黄,发绿,模糊,低分辨率,低质量图像,扭曲的肢体,诡异的外观,丑陋,AI感,噪点,网格感,JPEG压缩条纹,异常的肢体,水印,乱码,意义不明的字符,泛蓝,人体畸形, 西方人"
],
"color": "#322",
"bgcolor": "#533"
},
{
"id": 14,
"type": "LoraLoaderModelOnly",
"pos": [
-4560.824861456706,
409.571847535266
],
"size": [
265.54947467845614,
99.29092079381894
],
"flags": {},
"order": 13,
"mode": 0,
"inputs": [
{
"label": "模型",
"name": "model",
"type": "MODEL",
"link": 148
},
{
"label": "lora_name",
"name": "lora_name",
"type": "COMBO",
"widget": {
"name": "lora_name"
}
},
{
"label": "strength_model",
"name": "strength_model",
"type": "FLOAT",
"widget": {
"name": "strength_model"
}
}
],
"outputs": [
{
"label": "模型",
"name": "MODEL",
"type": "MODEL",
"links": [
112
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.17.2",
"Node name for S&R": "LoraLoaderModelOnly",
"ue_properties": {
"widget_ue_connectable": {
"lora_name": true,
"strength_model": true
},
"input_ue_unconnectable": {},
"version": "7.5.1"
},
"widget_ue_connectable": {
"lora_name": true,
"strength_model": true
}
},
"widgets_values": [
"Z-Image-Fun-Lora-Distill-8-Steps-2603-ComfyUI.safetensors",
0.45000000000000007
]
},
{
"id": 61,
"type": "VAEDecode",
"pos": [
-3830.3133417443314,
-266.94932671735125
],
"size": [
140,
46
],
"flags": {},
"order": 19,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 131
},
{
"name": "vae",
"type": "VAE",
"link": 132
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
134
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.24.0",
"Node name for S&R": "VAEDecode"
},
"widgets_values": []
},
{
"id": 62,
"type": "SaveImage",
"pos": [
-3579.793060699434,
-171.4568800660293
],
"size": [
1009.8343436011683,
1621.6092723144184
],
"flags": {},
"order": 23,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 144
}
],
"outputs": [],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.24.0",
"Node name for S&R": "SaveImage"
},
"widgets_values": [
"ComfyUI"
]
},
{
"id": 58,
"type": "LayerColor: ColorAdapter",
"pos": [
-3611.7874890632756,
-607.8042636227086
],
"size": [
270,
78
],
"flags": {},
"order": 20,
"mode": 0,
"inputs": [
{
"name": "image",
"type": "IMAGE",
"link": 134
},
{
"name": "color_ref_image",
"type": "IMAGE",
"link": 130
}
],
"outputs": [
{
"name": "image",
"type": "IMAGE",
"links": [
139
]
}
],
"properties": {
"Node name for S&R": "LayerColor: ColorAdapter"
},
"widgets_values": [
100
],
"color": "rgba(27, 89, 123, 0.7)"
},
{
"id": 32,
"type": "UNETLoader",
"pos": [
-4906.490154354914,
-303.4204519088714
],
"size": [
321.7315368652344,
124.11270141601562
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [
{
"label": "unet_name",
"name": "unet_name",
"type": "COMBO",
"widget": {
"name": "unet_name"
}
},
{
"label": "weight_dtype",
"name": "weight_dtype",
"type": "COMBO",
"widget": {
"name": "weight_dtype"
}
}
],
"outputs": [
{
"label": "模型",
"name": "MODEL",
"type": "MODEL",
"links": [
110
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.75",
"Node name for S&R": "UNETLoader",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.5.1"
},
"widget_ue_connectable": {
"weight_dtype": true,
"unet_name": true
}
},
"widgets_values": [
"zImageTurbo_turbo.safetensors",
"default"
]
},
{
"id": 21,
"type": "EmptyLatentImage",
"pos": [
-5578.752430135747,
-321.5596274929671
],
"size": [
312.953125,
149.328125
],
"flags": {},
"order": 3,
"mode": 0,
"inputs": [
{
"label": "width",
"name": "width",
"type": "INT",
"widget": {
"name": "width"
}
},
{
"label": "height",
"name": "height",
"type": "INT",
"widget": {
"name": "height"
}
},
{
"label": "batch_size",
"name": "batch_size",
"type": "INT",
"widget": {
"name": "batch_size"
}
}
],
"outputs": [
{
"label": "Latent",
"name": "LATENT",
"type": "LATENT",
"links": [
133
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.75",
"Node name for S&R": "EmptyLatentImage",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.5.1"
},
"widget_ue_connectable": {
"batch_size": true,
"width": true,
"height": true
}
},
"widgets_values": [
1024,
1536,
1
]
},
{
"id": 66,
"type": "LoraLoaderModelOnly",
"pos": [
-4558.453826877697,
131.45141271384102
],
"size": [
270,
82
],
"flags": {},
"order": 11,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 147
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
148
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.24.0",
"Node name for S&R": "LoraLoaderModelOnly"
},
"widgets_values": [
"RadianceChromeVoluptuous_z-image_turbo_v2.0.safetensors",
0.5
]
},
{
"id": 55,
"type": "easy seed",
"pos": [
-5233.02399463547,
-282.45976582074735
],
"size": [
270,
106
],
"flags": {},
"order": 4,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "seed",
"type": "INT",
"links": [
113,
124,
125
]
}
],
"properties": {
"cnr_id": "comfyui-easy-use",
"ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
"Node name for S&R": "easy seed"
},
"widgets_values": [
447850787001408,
"randomize",
null
]
},
{
"id": 12,
"type": "CLIPLoader",
"pos": [
-4913.282189443333,
44.94683771894563
],
"size": [
324,
149.328125
],
"flags": {},
"order": 5,
"mode": 0,
"inputs": [
{
"label": "clip_name",
"name": "clip_name",
"type": "COMBO",
"widget": {
"name": "clip_name"
}
},
{
"label": "type",
"name": "type",
"type": "COMBO",
"widget": {
"name": "type"
}
},
{
"label": "device",
"name": "device",
"shape": 7,
"type": "COMBO",
"widget": {
"name": "device"
}
}
],
"outputs": [
{
"label": "CLIP",
"name": "CLIP",
"type": "CLIP",
"links": [
22,
31
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.3.75",
"Node name for S&R": "CLIPLoader",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.5.1"
},
"widget_ue_connectable": {
"clip_name": true,
"type": true,
"device": true
}
},
"widgets_values": [
"qwen_3_4b.safetensors",
"lumina2",
"default"
]
},
{
"id": 60,
"type": "PreviewImage",
"pos": [
-3990.1895293146817,
-179.7549988379515
],
"size": [
356.23622924843085,
472.4520407443616
],
"flags": {},
"order": 18,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 127
}
],
"outputs": [],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.24.0",
"Node name for S&R": "PreviewImage"
},
"widgets_values": []
},
{
"id": 56,
"type": "KSamplerAdvanced",
"pos": [
-4287.734411909815,
343.112322298011
],
"size": [
336.78353785791205,
849.1973230170732
],
"flags": {},
"order": 15,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 141
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 117
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 118
},
{
"name": "latent_image",
"type": "LATENT",
"link": 122
},
{
"name": "noise_seed",
"type": "INT",
"widget": {
"name": "noise_seed"
},
"link": 124
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
123
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.24.0",
"Node name for S&R": "KSamplerAdvanced"
},
"widgets_values": [
"enable",
645662067861234,
"randomize",
10,
1,
"exp_heun_2_x0_sde",
"beta57",
3,
7,
"enable"
]
},
{
"id": 57,
"type": "KSamplerAdvanced",
"pos": [
-3933.2015306969242,
342.136553663481
],
"size": [
339.4548386107913,
851.8686237699532
],
"flags": {},
"order": 17,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 142
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 119
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 120
},
{
"name": "latent_image",
"type": "LATENT",
"link": 123
},
{
"name": "noise_seed",
"type": "INT",
"widget": {
"name": "noise_seed"
},
"link": 125
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
131
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.24.0",
"Node name for S&R": "KSamplerAdvanced"
},
"widgets_values": [
"disable",
516564487262827,
"randomize",
10,
1,
"euler_ancestral",
"beta57",
7,
10,
"disable"
]
},
{
"id": 33,
"type": "CR Text",
"pos": [
-5604.3039080220715,
-110.35779059250649
],
"size": [
669.02099609375,
640.3892074120492
],
"flags": {},
"order": 6,
"mode": 0,
"inputs": [
{
"label": "文本",
"name": "text",
"type": "STRING",
"widget": {
"name": "text"
}
}
],
"outputs": [
{
"label": "文本",
"name": "text",
"type": "*",
"links": [
170
]
},
{
"label": "显示帮助",
"name": "show_help",
"type": "STRING"
}
],
"properties": {
"cnr_id": "ComfyUI_Comfyroll_CustomNodes",
"ver": "d78b780ae43fcf8c6b7c6505e6ffb4584281ceca",
"Node name for S&R": "CR Text",
"ue_properties": {
"version": "7.5.2",
"widget_ue_connectable": {},
"input_ue_unconnectable": {}
}
},
"widgets_values": [
""
],
"color": "#232",
"bgcolor": "#353"
}
],
"links": [
[
22,
12,
0,
16,
0,
"CLIP"
],
[
31,
12,
0,
24,
0,
"CLIP"
],
[
104,
18,
0,
23,
0,
"MODEL"
],
[
110,
32,
0,
51,
0,
"MODEL"
],
[
111,
51,
0,
52,
0,
"MODEL"
],
[
112,
14,
0,
54,
0,
"MODEL"
],
[
113,
55,
0,
54,
4,
"INT"
],
[
114,
24,
0,
54,
1,
"CONDITIONING"
],
[
115,
16,
0,
54,
2,
"CONDITIONING"
],
[
117,
24,
0,
56,
1,
"CONDITIONING"
],
[
118,
16,
0,
56,
2,
"CONDITIONING"
],
[
119,
24,
0,
57,
1,
"CONDITIONING"
],
[
120,
16,
0,
57,
2,
"CONDITIONING"
],
[
122,
54,
0,
56,
3,
"LATENT"
],
[
123,
56,
0,
57,
3,
"LATENT"
],
[
124,
55,
0,
56,
4,
"INT"
],
[
125,
55,
0,
57,
4,
"INT"
],
[
126,
54,
0,
59,
0,
"LATENT"
],
[
127,
59,
0,
60,
0,
"IMAGE"
],
[
128,
11,
0,
59,
1,
"VAE"
],
[
130,
59,
0,
58,
1,
"IMAGE"
],
[
131,
57,
0,
61,
0,
"LATENT"
],
[
132,
11,
0,
61,
1,
"VAE"
],
[
133,
21,
0,
54,
3,
"LATENT"
],
[
134,
61,
0,
58,
0,
"IMAGE"
],
[
139,
58,
0,
64,
0,
"IMAGE"
],
[
141,
52,
0,
56,
0,
"MODEL"
],
[
142,
52,
0,
57,
0,
"MODEL"
],
[
143,
64,
0,
65,
0,
"IMAGE"
],
[
144,
65,
0,
62,
0,
"IMAGE"
],
[
147,
23,
0,
66,
0,
"MODEL"
],
[
148,
66,
0,
14,
0,
"MODEL"
],
[
170,
33,
0,
24,
1,
"STRING"
]
],
"groups": [],
"config": {},
"extra": {
"links_added_by_ue": [],
"VHS_KeepIntermediate": true,
"ue_links": [],
"VHS_MetadataImage": true,
"0246.VERSION": [
0,
0,
4
],
"VHS_latentpreviewrate": 0,
"frontendVersion": "1.45.15",
"VHS_latentpreview": false,
"ds": {
"scale": 0.5989500000000585,
"offset": [
6217.787813542658,
1021.5632499371933
]
},
"workflowRendererVersion": "LG"
},
"version": 0.4
}
* 帖子来源Linux.do
附近帖子
- ↑glm5.2上线网页端
- ↑VoHive:让你的移远4G模组变成全能短信与网络管家
- ↑M3max 需要升级到最新版 macos 吗
- ↑「富可敌国」「星辰AI」x 「阿里云百炼」联动,上架 glm-5.2
- ↑有啥好玩的软硬件结合的产品推荐吗
- 📍 【新人水】一个zimage分段采样小技巧,低成本提升成图质量
- ↓codex 多项目调度
- ↓apple ID订阅的一些经验总结
- ↓各位佬,端午节公司都发了什么礼品?
- ↓Android play支付的税费问题求助
- ↓油太贵了,10W 左右能买什么电车?