ComfyUI/user/default/workflows/sd text to image.json
2025-01-15 15:24:05 +09:00

381 lines
6.4 KiB
JSON

{
"last_node_id": 8,
"last_link_id": 9,
"nodes": [
{
"id": 5,
"type": "EmptyLatentImage",
"pos": [
488,
8
],
"size": {
"0": 315,
"1": 106
},
"flags": {},
"order": 0,
"mode": 0,
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
5
],
"slot_index": 0,
"shape": 3
}
],
"properties": {
"Node name for S&R": "EmptyLatentImage"
},
"widgets_values": [
1024,
1024,
2
]
},
{
"id": 1,
"type": "CheckpointLoaderSimple",
"pos": [
93,
245
],
"size": {
"0": 315,
"1": 98
},
"flags": {},
"order": 1,
"mode": 0,
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
6
],
"slot_index": 0,
"shape": 3
},
{
"name": "CLIP",
"type": "CLIP",
"links": [
1,
2
],
"slot_index": 1,
"shape": 3
},
{
"name": "VAE",
"type": "VAE",
"links": [
7
],
"slot_index": 2,
"shape": 3
}
],
"properties": {
"Node name for S&R": "CheckpointLoaderSimple"
},
"widgets_values": [
"caramelapple_v12.safetensors"
]
},
{
"id": 6,
"type": "KSampler",
"pos": [
929,
193
],
"size": {
"0": 315,
"1": 262
},
"flags": {},
"order": 4,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 6
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 3
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 4
},
{
"name": "latent_image",
"type": "LATENT",
"link": 5
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
8
],
"slot_index": 0,
"shape": 3
}
],
"properties": {
"Node name for S&R": "KSampler"
},
"widgets_values": [
242726299049684,
"randomize",
20,
8,
"euler",
"normal",
1
]
},
{
"id": 7,
"type": "VAEDecode",
"pos": [
1283,
196
],
"size": {
"0": 210,
"1": 46
},
"flags": {},
"order": 5,
"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,
"shape": 3
}
],
"properties": {
"Node name for S&R": "VAEDecode"
}
},
{
"id": 2,
"type": "CLIPTextEncode",
"pos": [
471,
184
],
"size": {
"0": 400,
"1": 200
},
"flags": {},
"order": 2,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 1
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
3
],
"slot_index": 0,
"shape": 3
}
],
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"detailed_background,indoors,aqua_hair,holding_phone,hairclip,hair_between_eyes,guitar,beanie,straight-on,looking_at_viewer,eyes_visible_through_hair,electric_guitar,closed_mouth,effects_pedal,headphones,upper_body,hat,hoodie,instrument,solo,aqua_eyes,sticker,hood_down,phone,parental_advisory,nail_polish,smartphone,cellphone,jewelry,1girl,white_headwear,bandaid_on_nose,patch,bandaid_on_face,short_hair,original,bandaid,highres,sidelocks,holding,grey_hoodie,circuit_board,long_sleeves,aqua_nails,necklace,standing,print_hoodie,ring,hair_ornament,yorugata_mao,hood,bandaid_on_cheek"
]
},
{
"id": 3,
"type": "CLIPTextEncode",
"pos": [
470,
420
],
"size": {
"0": 400,
"1": 200
},
"flags": {},
"order": 3,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 2
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
4
],
"slot_index": 0,
"shape": 3
}
],
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"badpic"
]
},
{
"id": 8,
"type": "PreviewImage",
"pos": [
1521,
199
],
"size": [
210,
246
],
"flags": {},
"order": 6,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 9
}
],
"properties": {
"Node name for S&R": "PreviewImage"
}
}
],
"links": [
[
1,
1,
1,
2,
0,
"CLIP"
],
[
2,
1,
1,
3,
0,
"CLIP"
],
[
3,
2,
0,
6,
1,
"CONDITIONING"
],
[
4,
3,
0,
6,
2,
"CONDITIONING"
],
[
5,
5,
0,
6,
3,
"LATENT"
],
[
6,
1,
0,
6,
0,
"MODEL"
],
[
7,
1,
2,
7,
1,
"VAE"
],
[
8,
6,
0,
7,
0,
"LATENT"
],
[
9,
7,
0,
8,
0,
"IMAGE"
]
],
"groups": [],
"config": {},
"extra": {
"ds": {
"scale": 1.553522046476899,
"offset": [
-520.7362249808098,
4.832246292347192
]
}
},
"version": 0.4
}