BonusLockSMith commited on
Commit
cb899ac
·
verified ·
1 Parent(s): 31138a1

Upload workflows

Browse files
workflows/ad_AI_Personal_Assistant_Orb.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "futuristic product photography of AI Personal Assistant Orb with glowing blue accents, holographic interface elements, clean white background, headline text FUTURE NOW, price tag $1,299, PRE-ORDER TODAY, www.techfuture.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_AI_Personal_Assistant_Orb"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Angle_Grinder.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional product photograph of a Angle Grinder on a clean white background, headline text WAKE UP BOLD, price tag $150, 2 YEARS WARRANTY, www.toolsdirect.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Angle_Grinder"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Anti-Gravity_Drone.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "futuristic product photography of Anti-Gravity Drone with glowing blue accents, holographic interface elements, clean white background, headline text FUTURE NOW, price tag $1,299, PRE-ORDER TODAY, www.techfuture.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Anti-Gravity_Drone"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Artisan_Chocolate.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional food photography of Artisan Chocolate on a clean white background, appetizing, fresh ingredients, headline text FRESH DAILY, price tag $12.99, ORDER NOW, www.freshfood.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Artisan_Chocolate"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Artisan_Donuts.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional food photography of Artisan Donuts on a clean white background, appetizing, fresh ingredients, headline text FRESH DAILY, price tag $12.99, ORDER NOW, www.freshfood.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Artisan_Donuts"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Artisan_Pizza.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional food photography of Artisan Pizza on a clean white background, appetizing, fresh ingredients, headline text FRESH DAILY, price tag $12.99, ORDER NOW, www.freshfood.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Artisan_Pizza"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Autonomous_Delivery_Robot.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "futuristic product photography of Autonomous Delivery Robot with glowing blue accents, holographic interface elements, clean white background, headline text FUTURE NOW, price tag $1,299, PRE-ORDER TODAY, www.techfuture.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Autonomous_Delivery_Robot"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Bench_Grinder.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional product photograph of a Bench Grinder on a clean white background, headline text WAKE UP BOLD, price tag $150, 2 YEARS WARRANTY, www.toolsdirect.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Bench_Grinder"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Circular_Saw.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional product photograph of a Circular Saw on a clean white background, headline text WAKE UP BOLD, price tag $150, 2 YEARS WARRANTY, www.toolsdirect.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Circular_Saw"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Craft_Coffee.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional food photography of Craft Coffee on a clean white background, appetizing, fresh ingredients, headline text FRESH DAILY, price tag $12.99, ORDER NOW, www.freshfood.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Craft_Coffee"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Energy_Harvesting_Tiles.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "futuristic product photography of Energy Harvesting Tiles with glowing blue accents, holographic interface elements, clean white background, headline text FUTURE NOW, price tag $1,299, PRE-ORDER TODAY, www.techfuture.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Energy_Harvesting_Tiles"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Farm_Fresh_Eggs.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional food photography of Farm Fresh Eggs on a clean white background, appetizing, fresh ingredients, headline text FRESH DAILY, price tag $12.99, ORDER NOW, www.freshfood.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Farm_Fresh_Eggs"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Fresh_Sushi_Platter.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional food photography of Fresh Sushi Platter on a clean white background, appetizing, fresh ingredients, headline text FRESH DAILY, price tag $12.99, ORDER NOW, www.freshfood.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Fresh_Sushi_Platter"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Gourmet_Burger.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional food photography of Gourmet Burger on a clean white background, appetizing, fresh ingredients, headline text FRESH DAILY, price tag $12.99, ORDER NOW, www.freshfood.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Gourmet_Burger"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Grass-Fed_Steak.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional food photography of Grass-Fed Steak on a clean white background, appetizing, fresh ingredients, headline text FRESH DAILY, price tag $12.99, ORDER NOW, www.freshfood.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Grass-Fed_Steak"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Hammer_Drill.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional product photograph of a Hammer Drill on a clean white background, headline text WAKE UP BOLD, price tag $150, 2 YEARS WARRANTY, www.toolsdirect.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Hammer_Drill"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Holographic_Display.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "futuristic product photography of Holographic Display with glowing blue accents, holographic interface elements, clean white background, headline text FUTURE NOW, price tag $1,299, PRE-ORDER TODAY, www.techfuture.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Holographic_Display"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Holographic_Smartphone.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "futuristic product photography of Holographic Smartphone with glowing blue accents, holographic interface elements, clean white background, headline text FUTURE NOW, price tag $1,299, PRE-ORDER TODAY, www.techfuture.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Holographic_Smartphone"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Impact_Driver.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional product photograph of a Impact Driver on a clean white background, headline text WAKE UP BOLD, price tag $150, 2 YEARS WARRANTY, www.toolsdirect.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Impact_Driver"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Jigsaw.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional product photograph of a Jigsaw on a clean white background, headline text WAKE UP BOLD, price tag $150, 2 YEARS WARRANTY, www.toolsdirect.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Jigsaw"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Nanotech_Healing_Pods.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "futuristic product photography of Nanotech Healing Pods with glowing blue accents, holographic interface elements, clean white background, headline text FUTURE NOW, price tag $1,299, PRE-ORDER TODAY, www.techfuture.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Nanotech_Healing_Pods"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Neural_Interface_Headset.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "futuristic product photography of Neural Interface Headset with glowing blue accents, holographic interface elements, clean white background, headline text FUTURE NOW, price tag $1,299, PRE-ORDER TODAY, www.techfuture.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Neural_Interface_Headset"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Organic_Avocados.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional food photography of Organic Avocados on a clean white background, appetizing, fresh ingredients, headline text FRESH DAILY, price tag $12.99, ORDER NOW, www.freshfood.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Organic_Avocados"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Organic_Smoothie_Bowl.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional food photography of Organic Smoothie Bowl on a clean white background, appetizing, fresh ingredients, headline text FRESH DAILY, price tag $12.99, ORDER NOW, www.freshfood.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Organic_Smoothie_Bowl"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Oscillating_Multi-Tool.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional product photograph of a Oscillating Multi-Tool on a clean white background, headline text WAKE UP BOLD, price tag $150, 2 YEARS WARRANTY, www.toolsdirect.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Oscillating_Multi-Tool"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Quantum_Computing_Module.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "futuristic product photography of Quantum Computing Module with glowing blue accents, holographic interface elements, clean white background, headline text FUTURE NOW, price tag $1,299, PRE-ORDER TODAY, www.techfuture.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Quantum_Computing_Module"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Quantum_Encryption_Device.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "futuristic product photography of Quantum Encryption Device with glowing blue accents, holographic interface elements, clean white background, headline text FUTURE NOW, price tag $1,299, PRE-ORDER TODAY, www.techfuture.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Quantum_Encryption_Device"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Reciprocating_Saw.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional product photograph of a Reciprocating Saw on a clean white background, headline text WAKE UP BOLD, price tag $150, 2 YEARS WARRANTY, www.toolsdirect.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Reciprocating_Saw"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_Rotary_Hammer.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional product photograph of a Rotary Hammer on a clean white background, headline text WAKE UP BOLD, price tag $150, 2 YEARS WARRANTY, www.toolsdirect.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Rotary_Hammer"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }
workflows/ad_electric_drill.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "7": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "2",
7
+ 0
8
+ ]
9
+ },
10
+ "_meta": {
11
+ "title": "CLIP Text Encode (Negative)"
12
+ },
13
+ "class_type": "CLIPTextEncode"
14
+ },
15
+ "9": {
16
+ "inputs": {
17
+ "samples": [
18
+ "8",
19
+ 0
20
+ ],
21
+ "vae": [
22
+ "3",
23
+ 0
24
+ ]
25
+ },
26
+ "_meta": {
27
+ "title": "VAE Decode"
28
+ },
29
+ "class_type": "VAEDecode"
30
+ },
31
+ "3": {
32
+ "inputs": {
33
+ "vae_name": "qwen_image_vae.safetensors"
34
+ },
35
+ "_meta": {
36
+ "title": "Load VAE"
37
+ },
38
+ "class_type": "VAELoader"
39
+ },
40
+ "5": {
41
+ "inputs": {
42
+ "batch_size": 1,
43
+ "width": 1080,
44
+ "height": 1080
45
+ },
46
+ "_meta": {
47
+ "title": "Empty Latent (1080x1080)"
48
+ },
49
+ "class_type": "EmptySD3LatentImage"
50
+ },
51
+ "2": {
52
+ "inputs": {
53
+ "device": "default",
54
+ "clip_name": "qwen_2.5_vl_7b_fp8_scaled.safetensors",
55
+ "type": "qwen_image"
56
+ },
57
+ "_meta": {
58
+ "title": "Load CLIP"
59
+ },
60
+ "class_type": "CLIPLoader"
61
+ },
62
+ "1": {
63
+ "inputs": {
64
+ "weight_dtype": "default",
65
+ "unet_name": "Qwen\\qwenImage2512_fp8E4m3fn.safetensors"
66
+ },
67
+ "_meta": {
68
+ "title": "Load Diffusion Model"
69
+ },
70
+ "class_type": "UNETLoader"
71
+ },
72
+ "4": {
73
+ "inputs": {
74
+ "model": [
75
+ "1",
76
+ 0
77
+ ],
78
+ "strength_model": 1,
79
+ "lora_name": "Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors"
80
+ },
81
+ "_meta": {
82
+ "title": "Load Lightning LoRA"
83
+ },
84
+ "class_type": "LoraLoaderModelOnly"
85
+ },
86
+ "6": {
87
+ "inputs": {
88
+ "clip": [
89
+ "2",
90
+ 0
91
+ ],
92
+ "text": "professional product photograph of a Electric Drill on a clean white background, headline text WAKE UP BOLD, price tag $150, 2 YEARS WARRANTY, www.toolsdirect.com, studio lighting, 1080x1080"
93
+ },
94
+ "_meta": {
95
+ "title": "CLIP Text Encode (Positive)"
96
+ },
97
+ "class_type": "CLIPTextEncode"
98
+ },
99
+ "10": {
100
+ "inputs": {
101
+ "images": [
102
+ "9",
103
+ 0
104
+ ],
105
+ "filename_prefix": "ad_Electric_Drill"
106
+ },
107
+ "_meta": {
108
+ "title": "Save Ad Image"
109
+ },
110
+ "class_type": "SaveImage"
111
+ },
112
+ "8": {
113
+ "inputs": {
114
+ "denoise": 1,
115
+ "seed": 1,
116
+ "negative": [
117
+ "7",
118
+ 0
119
+ ],
120
+ "sampler_name": "euler",
121
+ "latent_image": [
122
+ "5",
123
+ 0
124
+ ],
125
+ "positive": [
126
+ "6",
127
+ 0
128
+ ],
129
+ "cfg": 1,
130
+ "model": [
131
+ "4",
132
+ 0
133
+ ],
134
+ "steps": 4,
135
+ "scheduler": "simple"
136
+ },
137
+ "_meta": {
138
+ "title": "KSampler"
139
+ },
140
+ "class_type": "KSampler"
141
+ }
142
+ }