testBS2 / test3.json
arthurdfr's picture
Upload test3.json
b651f20 verified
{
"last_node_id": 37,
"last_link_id": 50,
"nodes": [
{
"id": 5,
"type": "EmptyLatentImage",
"pos": [
480,
432
],
"size": [
315,
106
],
"flags": {},
"order": 0,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
23
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "EmptyLatentImage"
},
"widgets_values": [
768,
512,
1
],
"color": "#323",
"bgcolor": "#535"
},
{
"id": 10,
"type": "VAELoader",
"pos": [
48,
384
],
"size": [
315,
58
],
"flags": {},
"order": 1,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "VAE",
"type": "VAE",
"shape": 3,
"links": [
12
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAELoader"
},
"widgets_values": [
"ae.safetensors"
]
},
{
"id": 13,
"type": "SamplerCustomAdvanced",
"pos": [
1108,
412
],
"size": [
355.20001220703125,
106
],
"flags": {},
"order": 12,
"mode": 0,
"inputs": [
{
"name": "noise",
"type": "NOISE",
"link": 37,
"slot_index": 0
},
{
"name": "guider",
"type": "GUIDER",
"link": 30,
"slot_index": 1
},
{
"name": "sampler",
"type": "SAMPLER",
"link": 19,
"slot_index": 2
},
{
"name": "sigmas",
"type": "SIGMAS",
"link": 20,
"slot_index": 3
},
{
"name": "latent_image",
"type": "LATENT",
"link": 23,
"slot_index": 4
}
],
"outputs": [
{
"name": "output",
"type": "LATENT",
"shape": 3,
"links": [
24
],
"slot_index": 0
},
{
"name": "denoised_output",
"type": "LATENT",
"shape": 3,
"links": null
}
],
"properties": {
"Node name for S&R": "SamplerCustomAdvanced"
},
"widgets_values": []
},
{
"id": 16,
"type": "KSamplerSelect",
"pos": [
480,
720
],
"size": [
315,
58
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "SAMPLER",
"type": "SAMPLER",
"shape": 3,
"links": [
19
]
}
],
"properties": {
"Node name for S&R": "KSamplerSelect"
},
"widgets_values": [
"euler"
]
},
{
"id": 17,
"type": "BasicScheduler",
"pos": [
480,
816
],
"size": [
315,
106
],
"flags": {},
"order": 9,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 38,
"slot_index": 0
}
],
"outputs": [
{
"name": "SIGMAS",
"type": "SIGMAS",
"shape": 3,
"links": [
20
]
}
],
"properties": {
"Node name for S&R": "BasicScheduler"
},
"widgets_values": [
"simple",
4,
1
]
},
{
"id": 22,
"type": "BasicGuider",
"pos": [
927,
97
],
"size": [
241.79998779296875,
46
],
"flags": {},
"order": 11,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 39,
"slot_index": 0
},
{
"name": "conditioning",
"type": "CONDITIONING",
"link": 40,
"slot_index": 1
}
],
"outputs": [
{
"name": "GUIDER",
"type": "GUIDER",
"shape": 3,
"links": [
30
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "BasicGuider"
},
"widgets_values": []
},
{
"id": 25,
"type": "RandomNoise",
"pos": [
480,
576
],
"size": [
315,
82
],
"flags": {},
"order": 3,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "NOISE",
"type": "NOISE",
"shape": 3,
"links": [
37
]
}
],
"properties": {
"Node name for S&R": "RandomNoise"
},
"widgets_values": [
599814784290530,
"randomize"
],
"color": "#2a363b",
"bgcolor": "#3f5159"
},
{
"id": 26,
"type": "Note",
"pos": [
33,
599
],
"size": [
336,
288
],
"flags": {},
"order": 4,
"mode": 0,
"inputs": [],
"outputs": [],
"properties": {
"text": ""
},
"widgets_values": [
"If you get an error in any of the nodes above make sure the files are in the correct directories.\n\nSee the top of the examples page for the links : https://comfyanonymous.github.io/ComfyUI_examples/flux/\n\nflux1-schnell.safetensors goes in: ComfyUI/models/unet/\n\nt5xxl_fp16.safetensors and clip_l.safetensors go in: ComfyUI/models/clip/\n\nae.safetensors goes in: ComfyUI/models/vae/\n\n\nTip: You can set the weight_dtype above to one of the fp8 types if you have memory issues."
],
"color": "#432",
"bgcolor": "#653"
},
{
"id": 27,
"type": "Note",
"pos": [
480,
960
],
"size": [
311.3529052734375,
131.16229248046875
],
"flags": {},
"order": 5,
"mode": 0,
"inputs": [],
"outputs": [],
"properties": {
"text": ""
},
"widgets_values": [
"The schnell model is a distilled model that can generate a good image with only 4 steps."
],
"color": "#432",
"bgcolor": "#653"
},
{
"id": 12,
"type": "UNETLoader",
"pos": [
48,
96
],
"size": [
315,
82
],
"flags": {},
"order": 6,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"shape": 3,
"links": [
38,
39
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "UNETLoader"
},
"widgets_values": [
"flux1-dev-fp8.safetensors",
"fp8_e4m3fn"
],
"color": "#223",
"bgcolor": "#335"
},
{
"id": 8,
"type": "VAEDecode",
"pos": [
1248,
192
],
"size": [
210,
46
],
"flags": {},
"order": 13,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 24
},
{
"name": "vae",
"type": "VAE",
"link": 12
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
48
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAEDecode"
},
"widgets_values": []
},
{
"id": 36,
"type": "Bjornulf_SaveImageToFolder",
"pos": [
1795.3929443359375,
145.4069366455078
],
"size": [
403.1999816894531,
58
],
"flags": {},
"order": 14,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 48
}
],
"outputs": [],
"properties": {
"Node name for S&R": "Bjornulf_SaveImageToFolder"
},
"widgets_values": [
"new"
]
},
{
"id": 11,
"type": "DualCLIPLoader",
"pos": [
48,
240
],
"size": [
315,
106
],
"flags": {},
"order": 7,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "CLIP",
"type": "CLIP",
"shape": 3,
"links": [
49
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "DualCLIPLoader"
},
"widgets_values": [
"t5xxl_fp16.safetensors",
"clip_l.safetensors",
"flux",
"default"
]
},
{
"id": 6,
"type": "CLIPTextEncode",
"pos": [
487.6939697265625,
-141.0803680419922
],
"size": [
345.2828369140625,
269.9350891113281
],
"flags": {
"collapsed": false
},
"order": 10,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 49
},
{
"name": "text",
"type": "STRING",
"widget": {
"name": "text"
},
"link": 50
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
40
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"A highly detailed portrait of a woman with an enigmatic smile, seated against a landscape background. She has long, dark hair parted in the center, with smooth, flowing locks resting on her shoulders. The woman is dressed in Renaissance-era clothing, featuring a dark gown with intricate folds, a veil over her head, and a visible portion of an undershirt with a slight golden tint. The background shows a distant, serene landscape with winding rivers, rugged mountains, and a soft, hazy sky, all rendered in a muted color palette. The lighting is soft, creating a sense of depth and realism, while the overall atmosphere is calm and mysterious."
],
"color": "#232",
"bgcolor": "#353"
},
{
"id": 37,
"type": "PrimitiveNode",
"pos": [
48.05573654174805,
-176.21875
],
"size": [
332.984375,
215.08949279785156
],
"flags": {},
"order": 8,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "STRING",
"type": "STRING",
"widget": {
"name": "text"
},
"links": [
50
]
}
],
"title": "text",
"properties": {
"Run widget replace on values": false
},
"widgets_values": [
"A highly detailed portrait of a woman with an enigmatic smile, seated against a landscape background. She has long, dark hair parted in the center, with smooth, flowing locks resting on her shoulders. The woman is dressed in Renaissance-era clothing, featuring a dark gown with intricate folds, a veil over her head, and a visible portion of an undershirt with a slight golden tint. The background shows a distant, serene landscape with winding rivers, rugged mountains, and a soft, hazy sky, all rendered in a muted color palette. The lighting is soft, creating a sense of depth and realism, while the overall atmosphere is calm and mysterious."
]
}
],
"links": [
[
12,
10,
0,
8,
1,
"VAE"
],
[
19,
16,
0,
13,
2,
"SAMPLER"
],
[
20,
17,
0,
13,
3,
"SIGMAS"
],
[
23,
5,
0,
13,
4,
"LATENT"
],
[
24,
13,
0,
8,
0,
"LATENT"
],
[
30,
22,
0,
13,
1,
"GUIDER"
],
[
37,
25,
0,
13,
0,
"NOISE"
],
[
38,
12,
0,
17,
0,
"MODEL"
],
[
39,
12,
0,
22,
0,
"MODEL"
],
[
40,
6,
0,
22,
1,
"CONDITIONING"
],
[
48,
8,
0,
36,
0,
"IMAGE"
],
[
49,
11,
0,
6,
0,
"CLIP"
],
[
50,
37,
0,
6,
1,
"STRING"
]
],
"groups": [],
"config": {},
"extra": {
"ds": {
"scale": 1.2100000000000006,
"offset": {
"0": 170.02745056152344,
"1": 330.5877685546875
}
},
"node_versions": {
"comfy-core": "0.3.14",
"bjornulf_custom_nodes": "0.70"
},
"ue_links": [],
"VHS_latentpreview": false,
"VHS_latentpreviewrate": 0,
"VHS_MetadataImage": true,
"VHS_KeepIntermediate": true
},
"version": 0.4
}