fluxq4-workflow / flux-q4-gguf-workflow.json
GraydientPlatformAPI's picture
Upload 2 files
90b1c0a verified
raw
history blame
6.95 kB
{
"last_node_id": 39,
"last_link_id": 62,
"nodes": [
{
"id": 5,
"type": "KSampler",
"pos": [
328,
-14
],
"size": {
"0": 300,
"1": 470
},
"flags": {},
"order": 6,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 53
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 37
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 61
},
{
"name": "latent_image",
"type": "LATENT",
"link": 34,
"slot_index": 3
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
9
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "KSampler"
},
"widgets_values": [
0,
"randomize",
40,
1,
"euler",
"normal",
1
]
},
{
"id": 7,
"type": "VAEDecode",
"pos": [
665,
-15
],
"size": {
"0": 200,
"1": 50
},
"flags": {
"collapsed": false
},
"order": 7,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 9
},
{
"name": "vae",
"type": "VAE",
"link": 10
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
54
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAEDecode"
}
},
{
"id": 8,
"type": "VAELoader",
"pos": [
891,
-9
],
"size": {
"0": 300,
"1": 60
},
"flags": {},
"order": 2,
"mode": 0,
"outputs": [
{
"name": "VAE",
"type": "VAE",
"links": [
10
]
}
],
"properties": {
"Node name for S&R": "VAELoader"
},
"widgets_values": [
"flux_vae.safetensors"
]
},
{
"id": 20,
"type": "EmptyLatentImage",
"pos": [
-8,
570
],
"size": {
"0": 260,
"1": 110
},
"flags": {},
"order": 3,
"mode": 0,
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
34
],
"shape": 3
}
],
"properties": {
"Node name for S&R": "EmptyLatentImage"
},
"widgets_values": [
1024,
1024,
1
]
},
{
"id": 22,
"type": "CLIPTextEncode",
"pos": [
-7,
251
],
"size": {
"0": 260,
"1": 100
},
"flags": {
"collapsed": false
},
"order": 4,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 60,
"slot_index": 0
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
37
],
"slot_index": 0,
"shape": 3
}
],
"title": "Positive",
"properties": {
"Node name for S&R": "Positive"
},
"widgets_values": [
""
]
},
{
"id": 23,
"type": "UnetLoaderGGUF",
"pos": [
-12,
-16
],
"size": {
"0": 304.84716796875,
"1": 69.06073760986328
},
"flags": {},
"order": 0,
"mode": 0,
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
53
],
"slot_index": 0,
"shape": 3
}
],
"properties": {
"Node name for S&R": "UnetLoaderGGUF"
},
"widgets_values": [
"flux1-dev-Q4_0.gguf"
],
"color": "#2a363b",
"bgcolor": "#3f5159"
},
{
"id": 28,
"type": "DualCLIPLoader",
"pos": [
-13,
95
],
"size": {
"0": 320,
"1": 110
},
"flags": {},
"order": 1,
"mode": 0,
"outputs": [
{
"name": "CLIP",
"type": "CLIP",
"links": [
60,
62
],
"slot_index": 0,
"shape": 3
}
],
"properties": {
"Node name for S&R": "DualCLIPLoader"
},
"widgets_values": [
"t5xxl_fp16.safetensors",
"clip-vit-large-patch14.bin",
"flux"
]
},
{
"id": 34,
"type": "SaveImage",
"pos": [
668,
94
],
"size": [
818.0699338213906,
656.7379925507172
],
"flags": {},
"order": 8,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 54
}
],
"properties": {},
"widgets_values": [
"ComfyUI"
]
},
{
"id": 39,
"type": "CLIPTextEncode",
"pos": [
-4,
397
],
"size": [
255.85334934545205,
115.44897808808184
],
"flags": {},
"order": 5,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 62
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
61
],
"shape": 3
}
],
"title": "Negative",
"properties": {
"Node name for S&R": "Negative"
},
"widgets_values": [
""
]
}
],
"links": [
[
9,
5,
0,
7,
0,
"LATENT"
],
[
10,
8,
0,
7,
1,
"VAE"
],
[
34,
20,
0,
5,
3,
"LATENT"
],
[
37,
22,
0,
5,
1,
"CONDITIONING"
],
[
53,
23,
0,
5,
0,
"MODEL"
],
[
54,
7,
0,
34,
0,
"IMAGE"
],
[
60,
28,
0,
22,
0,
"CLIP"
],
[
61,
39,
0,
5,
2,
"CONDITIONING"
],
[
62,
28,
0,
39,
0,
"CLIP"
]
],
"groups": [],
"config": {},
"extra": {
"ds": {
"scale": 1.1167815779424888,
"offset": [
23.625456306923823,
58.73094735200878
]
}
},
"version": 0.4
}