mycomfyuiworkflows / Shuttle /Shuttle 3 DIffusion.json
Bhanu Khan
Upload My ComfyUI workflows
2128e05 verified
{
"last_node_id": 9,
"last_link_id": 9,
"nodes": [
{
"id": 2,
"type": "DualCLIPLoader",
"pos": [
516.1758422851562,
216.95477294921875
],
"size": [
315,
106
],
"flags": {},
"order": 0,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "CLIP",
"type": "CLIP",
"links": [
1,
2
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "DualCLIPLoader"
},
"widgets_values": [
"clip_l.safetensors",
"t5xxl_fp8_e4m3fn_scaled.safetensors",
"flux"
]
},
{
"id": 6,
"type": "EmptyLatentImage",
"pos": [
1055.966796875,
490.4172058105469
],
"size": [
315,
106
],
"flags": {},
"order": 1,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
3
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "EmptyLatentImage"
},
"widgets_values": [
1024,
1024,
1
]
},
{
"id": 5,
"type": "CLIPTextEncode",
"pos": [
952.526611328125,
420.2681579589844
],
"size": [
400,
200
],
"flags": {
"collapsed": true
},
"order": 5,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 2
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
5
],
"slot_index": 0
}
],
"title": "Negative Prompt",
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
""
],
"color": "#322",
"bgcolor": "#533"
},
{
"id": 1,
"type": "UNETLoader",
"pos": [
908.5349731445312,
-18.460695266723633
],
"size": [
315,
82
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
6
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "UNETLoader"
},
"widgets_values": [
"shuttle-3-diffusion.safetensors",
"default"
]
},
{
"id": 8,
"type": "VAELoader",
"pos": [
1556.5225830078125,
464.2598876953125
],
"size": [
315,
58
],
"flags": {},
"order": 3,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "VAE",
"type": "VAE",
"links": [
7
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAELoader"
},
"widgets_values": [
"shuttle3vae.safetensors"
]
},
{
"id": 7,
"type": "VAEDecode",
"pos": [
2047.5654296875,
199.1203155517578
],
"size": [
210,
46
],
"flags": {},
"order": 7,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 8
},
{
"name": "vae",
"type": "VAE",
"link": 7
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
9
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAEDecode"
},
"widgets_values": []
},
{
"id": 3,
"type": "KSampler",
"pos": [
1550.5770263671875,
133.7270965576172
],
"size": [
315,
262
],
"flags": {},
"order": 6,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 6
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 4
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 5
},
{
"name": "latent_image",
"type": "LATENT",
"link": 3
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
8
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "KSampler"
},
"widgets_values": [
207222928493792,
"randomize",
4,
1,
"euler",
"normal",
1
]
},
{
"id": 9,
"type": "SaveImage",
"pos": [
2396.646484375,
204.2329559326172
],
"size": [
611.2920532226562,
566.8692626953125
],
"flags": {},
"order": 8,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 9
}
],
"outputs": [],
"properties": {},
"widgets_values": [
"ComfyUI"
]
},
{
"id": 4,
"type": "CLIPTextEncode",
"pos": [
945.3935546875,
155.12852478027344
],
"size": [
400,
200
],
"flags": {},
"order": 4,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 1
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
4
],
"slot_index": 0
}
],
"title": "Positive Prompt",
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"a big high tech portal near sea beach, a man walking into portal , morning, nature, photorealistic"
]
}
],
"links": [
[
1,
2,
0,
4,
0,
"CLIP"
],
[
2,
2,
0,
5,
0,
"CLIP"
],
[
3,
6,
0,
3,
3,
"LATENT"
],
[
4,
4,
0,
3,
1,
"CONDITIONING"
],
[
5,
5,
0,
3,
2,
"CONDITIONING"
],
[
6,
1,
0,
3,
0,
"MODEL"
],
[
7,
8,
0,
7,
1,
"VAE"
],
[
8,
3,
0,
7,
0,
"LATENT"
],
[
9,
7,
0,
9,
0,
"IMAGE"
]
],
"groups": [],
"config": {},
"extra": {
"ds": {
"scale": 0.7646055961637531,
"offset": [
-457.0618865966324,
74.9469232018929
]
}
},
"version": 0.4
}