Skip to content

Commit 81c0dd3

Browse files
committed
chore: added example workflows for webp and sdxl-turbo
1 parent 164da59 commit 81c0dd3

File tree

2 files changed

+198
-0
lines changed

2 files changed

+198
-0
lines changed
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"input": {
3+
"workflow": {
4+
"3": {
5+
"inputs": {
6+
"seed": 457699577674669,
7+
"steps": 3,
8+
"cfg": 1.5,
9+
"sampler_name": "euler_ancestral",
10+
"scheduler": "normal",
11+
"denoise": 1,
12+
"model": ["4", 0],
13+
"positive": ["6", 0],
14+
"negative": ["7", 0],
15+
"latent_image": ["5", 0]
16+
},
17+
"class_type": "KSampler",
18+
"_meta": {
19+
"title": "KSampler"
20+
}
21+
},
22+
"4": {
23+
"inputs": {
24+
"ckpt_name": "sd_xl_turbo_1.0_fp16.safetensors"
25+
},
26+
"class_type": "CheckpointLoaderSimple",
27+
"_meta": {
28+
"title": "Load Checkpoint"
29+
}
30+
},
31+
"5": {
32+
"inputs": {
33+
"width": 1024,
34+
"height": 1024,
35+
"batch_size": 1
36+
},
37+
"class_type": "EmptyLatentImage",
38+
"_meta": {
39+
"title": "Empty Latent Image"
40+
}
41+
},
42+
"6": {
43+
"inputs": {
44+
"text": "ancient rome, 4k photo",
45+
"clip": ["4", 1]
46+
},
47+
"class_type": "CLIPTextEncode",
48+
"_meta": {
49+
"title": "CLIP Text Encode (Prompt)"
50+
}
51+
},
52+
"7": {
53+
"inputs": {
54+
"text": "text, watermark, blurry, ugly, deformed",
55+
"clip": ["4", 1]
56+
},
57+
"class_type": "CLIPTextEncode",
58+
"_meta": {
59+
"title": "CLIP Text Encode (Prompt)"
60+
}
61+
},
62+
"8": {
63+
"inputs": {
64+
"samples": ["3", 0],
65+
"vae": ["4", 2]
66+
},
67+
"class_type": "VAEDecode",
68+
"_meta": {
69+
"title": "VAE Decode"
70+
}
71+
},
72+
"9": {
73+
"inputs": {
74+
"filename_prefix": "images/rome",
75+
"images": ["8", 0]
76+
},
77+
"class_type": "SaveImage",
78+
"_meta": {
79+
"title": "Save Image"
80+
}
81+
}
82+
}
83+
}
84+
}
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
{
2+
"input": {
3+
"workflow": {
4+
"3": {
5+
"inputs": {
6+
"seed": 416138702284529,
7+
"steps": 20,
8+
"cfg": 8,
9+
"sampler_name": "euler",
10+
"scheduler": "normal",
11+
"denoise": 1,
12+
"model": ["4", 0],
13+
"positive": ["6", 0],
14+
"negative": ["7", 0],
15+
"latent_image": ["5", 0]
16+
},
17+
"class_type": "KSampler",
18+
"_meta": {
19+
"title": "KSampler"
20+
}
21+
},
22+
"4": {
23+
"inputs": {
24+
"ckpt_name": "v1-5-pruned-emaonly.safetensors"
25+
},
26+
"class_type": "CheckpointLoaderSimple",
27+
"_meta": {
28+
"title": "Load Checkpoint"
29+
}
30+
},
31+
"5": {
32+
"inputs": {
33+
"width": 512,
34+
"height": 512,
35+
"batch_size": 1
36+
},
37+
"class_type": "EmptyLatentImage",
38+
"_meta": {
39+
"title": "Empty Latent Image"
40+
}
41+
},
42+
"6": {
43+
"inputs": {
44+
"text": "beautiful scenery nature glass bottle landscape, purple galaxy bottle,",
45+
"clip": ["4", 1]
46+
},
47+
"class_type": "CLIPTextEncode",
48+
"_meta": {
49+
"title": "CLIP Text Encode (Prompt)"
50+
}
51+
},
52+
"7": {
53+
"inputs": {
54+
"text": "text, watermark",
55+
"clip": ["4", 1]
56+
},
57+
"class_type": "CLIPTextEncode",
58+
"_meta": {
59+
"title": "CLIP Text Encode (Prompt)"
60+
}
61+
},
62+
"8": {
63+
"inputs": {
64+
"samples": ["3", 0],
65+
"vae": ["4", 2]
66+
},
67+
"class_type": "VAEDecode",
68+
"_meta": {
69+
"title": "VAE Decode"
70+
}
71+
},
72+
"10": {
73+
"inputs": {
74+
"output_path": "output_path",
75+
"filename_prefix": "filename_prefix",
76+
"filename_delimiter": "___",
77+
"filename_number_padding": 4,
78+
"filename_number_start": "false",
79+
"extension": "webp",
80+
"quality": 10,
81+
"lossless_webp": "false",
82+
"overwrite_mode": "false",
83+
"show_history": "false",
84+
"show_history_by_prefix": "false",
85+
"embed_workflow": "false",
86+
"show_previews": "false",
87+
"images": ["8", 0]
88+
},
89+
"class_type": "Image Save",
90+
"_meta": {
91+
"title": "Image Save"
92+
}
93+
},
94+
"11": {
95+
"inputs": {
96+
"images": ["8", 0]
97+
},
98+
"class_type": "PreviewImage",
99+
"_meta": {
100+
"title": "Preview Image"
101+
}
102+
},
103+
"12": {
104+
"inputs": {
105+
"images": ["8", 0]
106+
},
107+
"class_type": "PreviewImage",
108+
"_meta": {
109+
"title": "Preview Image"
110+
}
111+
}
112+
}
113+
}
114+
}

0 commit comments

Comments
 (0)