comfyworkflows / Lens Simple I2I.json
axiomgraph's picture
Upload 101 files
b7af95b verified
Raw
History Blame Contribute Delete
12.6 kB
{
"id": "922afb39-a04d-422f-b7d4-dc30b5e9241e",
"revision": 0,
"last_node_id": 19,
"last_link_id": 27,
"nodes": [
{
"id": 1,
"type": "KSampler",
"pos": [
1598.2337520419433,
6693.083574585654
],
"size": [
270,
317
],
"flags": {},
"order": 11,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 19
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 7
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 6
},
{
"name": "latent_image",
"type": "LATENT",
"link": 22
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
9
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "KSampler"
},
"widgets_values": [
151469321137357,
"randomize",
50,
5,
"euler",
"simple",
0.8
]
},
{
"id": 2,
"type": "UNETLoader",
"pos": [
507.98955876322407,
6685.493540480803
],
"size": [
270,
110.40625
],
"flags": {},
"order": 0,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
12
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "UNETLoader"
},
"widgets_values": [
"lens_bf16.safetensors",
"default"
]
},
{
"id": 3,
"type": "CLIPLoader",
"pos": [
509.12132206444846,
6842.809114259198
],
"size": [
270,
145.046875
],
"flags": {},
"order": 1,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "CLIP",
"type": "CLIP",
"links": [
2,
3
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "CLIPLoader"
},
"widgets_values": [
"gpt_oss_20b_nvfp4.safetensors",
"lens",
"default"
]
},
{
"id": 4,
"type": "VAELoader",
"pos": [
512.5166119681214,
7038.604735260862
],
"size": [
270,
82.421875
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "VAE",
"type": "VAE",
"links": [
10,
21
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "VAELoader"
},
"widgets_values": [
"flux2-vae.safetensors"
]
},
{
"id": 5,
"type": "CLIPTextEncode",
"pos": [
837.9761666555423,
6843.940877560423
],
"size": [
400,
200
],
"flags": {},
"order": 4,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 2
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
7
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"a woman looking at the camera"
]
},
{
"id": 6,
"type": "CLIPTextEncode",
"pos": [
838.4490374653287,
7094.534235786587
],
"size": [
234.53125,
7.8125
],
"flags": {
"collapsed": true
},
"order": 5,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 3
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
6
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
""
]
},
{
"id": 8,
"type": "VAEDecode",
"pos": [
1927.714333535712,
6752.267784212651
],
"size": [
225,
71.765625
],
"flags": {},
"order": 12,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 9
},
{
"name": "vae",
"type": "VAE",
"link": 10
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
11
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "VAEDecode"
},
"widgets_values": []
},
{
"id": 9,
"type": "SaveImage",
"pos": [
2202.5529502534646,
6752.885088926419
],
"size": [
586.875,
588.4375
],
"flags": {},
"order": 13,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 11
}
],
"outputs": [],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "SaveImage"
},
"widgets_values": [
"ComfyUI"
]
},
{
"id": 10,
"type": "ModelSamplingFlux",
"pos": [
1273.9151091223523,
6690.614518365079
],
"size": [
270,
203.71875
],
"flags": {},
"order": 9,
"mode": 0,
"showAdvanced": true,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 12
},
{
"name": "width",
"type": "INT",
"widget": {
"name": "width"
},
"link": 26
},
{
"name": "height",
"type": "INT",
"widget": {
"name": "height"
},
"link": 27
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
18
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "ModelSamplingFlux"
},
"widgets_values": [
1.15,
0.5,
1440,
1440
]
},
{
"id": 13,
"type": "CFGNorm",
"pos": [
1598.736896713256,
6522.410317551009
],
"size": [
270,
131.734375
],
"flags": {},
"order": 10,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 18
}
],
"outputs": [
{
"name": "patched_model",
"type": "MODEL",
"links": [
19
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "CFGNorm"
},
"widgets_values": [
1,
false
]
},
{
"id": 14,
"type": "LoadImage",
"pos": [
859.5926683189374,
7197.794173354071
],
"size": [
282.65625,
339.734375
],
"flags": {},
"order": 3,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
23
]
},
{
"name": "MASK",
"type": "MASK",
"links": null
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "LoadImage"
},
"widgets_values": [
"ComfyUI_00318_.png",
"image"
]
},
{
"id": 15,
"type": "VAEEncode",
"pos": [
1602.8089511681846,
7077.147871108174
],
"size": [
225,
71.765625
],
"flags": {},
"order": 7,
"mode": 0,
"inputs": [
{
"name": "pixels",
"type": "IMAGE",
"link": 24
},
{
"name": "vae",
"type": "VAE",
"link": 21
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
22
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "VAEEncode"
},
"widgets_values": []
},
{
"id": 17,
"type": "ImageScaleToTotalPixels",
"pos": [
1237.4170896101423,
7196.390830932038
],
"size": [
276.40625,
142.390625
],
"flags": {},
"order": 6,
"mode": 0,
"inputs": [
{
"name": "image",
"type": "IMAGE",
"link": 23
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
24,
25
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "ImageScaleToTotalPixels"
},
"widgets_values": [
"lanczos",
1,
1
]
},
{
"id": 18,
"type": "GetImageSize",
"pos": [
1603.2048802599538,
7203.181341661819
],
"size": [
225,
159.71875
],
"flags": {},
"order": 8,
"mode": 0,
"inputs": [
{
"name": "image",
"type": "IMAGE",
"link": 25
}
],
"outputs": [
{
"name": "width",
"type": "INT",
"links": [
26
]
},
{
"name": "height",
"type": "INT",
"links": [
27
]
},
{
"name": "batch_size",
"type": "INT",
"links": null
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.22.0",
"Node name for S&R": "GetImageSize"
},
"widgets_values": []
}
],
"links": [
[
2,
3,
0,
5,
0,
"CLIP"
],
[
3,
3,
0,
6,
0,
"CLIP"
],
[
6,
6,
0,
1,
2,
"CONDITIONING"
],
[
7,
5,
0,
1,
1,
"CONDITIONING"
],
[
9,
1,
0,
8,
0,
"LATENT"
],
[
10,
4,
0,
8,
1,
"VAE"
],
[
11,
8,
0,
9,
0,
"IMAGE"
],
[
12,
2,
0,
10,
0,
"MODEL"
],
[
18,
10,
0,
13,
0,
"MODEL"
],
[
19,
13,
0,
1,
0,
"MODEL"
],
[
21,
4,
0,
15,
1,
"VAE"
],
[
22,
15,
0,
1,
3,
"LATENT"
],
[
23,
14,
0,
17,
0,
"IMAGE"
],
[
24,
17,
0,
15,
0,
"IMAGE"
],
[
25,
17,
0,
18,
0,
"IMAGE"
],
[
26,
18,
0,
10,
1,
"INT"
],
[
27,
18,
1,
10,
2,
"INT"
]
],
"groups": [],
"config": {},
"extra": {
"ds": {
"scale": 0.7302266807767155,
"offset": [
-236.03519306277715,
-6391.428492541932
]
},
"frontendVersion": "1.44.19",
"VHS_latentpreview": false,
"VHS_latentpreviewrate": 0,
"VHS_MetadataImage": true,
"VHS_KeepIntermediate": true
},
"version": 0.4
}