aleph65 commited on
Commit
67fa8c3
·
verified ·
1 Parent(s): 5c0c071

aestx: add aestx-style-composition.json (drop-in UI + tested API versions)

Browse files
workflows/aestx-workflows/api/aestx-style-composition.json ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "3": {
3
+ "inputs": {
4
+ "seed": 41203305765210,
5
+ "steps": 5,
6
+ "cfg": 1.5,
7
+ "sampler_name": "dpmpp_sde",
8
+ "scheduler": "karras",
9
+ "denoise": 1,
10
+ "model": [
11
+ "59",
12
+ 0
13
+ ],
14
+ "positive": [
15
+ "16",
16
+ 0
17
+ ],
18
+ "negative": [
19
+ "16",
20
+ 1
21
+ ],
22
+ "latent_image": [
23
+ "5",
24
+ 0
25
+ ]
26
+ },
27
+ "class_type": "KSampler",
28
+ "_meta": {
29
+ "title": "KSampler"
30
+ }
31
+ },
32
+ "4": {
33
+ "inputs": {
34
+ "ckpt_name": "juggernautXL_v9Rdphoto2Lightning.safetensors"
35
+ },
36
+ "class_type": "CheckpointLoaderSimple",
37
+ "_meta": {
38
+ "title": "Load Checkpoint"
39
+ }
40
+ },
41
+ "5": {
42
+ "inputs": {
43
+ "width": 832,
44
+ "height": 1216,
45
+ "batch_size": 4
46
+ },
47
+ "class_type": "EmptyLatentImage",
48
+ "_meta": {
49
+ "title": "Empty Latent Image"
50
+ }
51
+ },
52
+ "6": {
53
+ "inputs": {
54
+ "text": "gorgeous OnlyFans model with tan skin and brown hair",
55
+ "clip": [
56
+ "4",
57
+ 1
58
+ ]
59
+ },
60
+ "class_type": "CLIPTextEncode",
61
+ "_meta": {
62
+ "title": "CLIP Text Encode (Prompt)"
63
+ }
64
+ },
65
+ "7": {
66
+ "inputs": {
67
+ "text": "",
68
+ "clip": [
69
+ "4",
70
+ 1
71
+ ]
72
+ },
73
+ "class_type": "CLIPTextEncode",
74
+ "_meta": {
75
+ "title": "CLIP Text Encode (Prompt)"
76
+ }
77
+ },
78
+ "8": {
79
+ "inputs": {
80
+ "samples": [
81
+ "3",
82
+ 0
83
+ ],
84
+ "vae": [
85
+ "4",
86
+ 2
87
+ ]
88
+ },
89
+ "class_type": "VAEDecode",
90
+ "_meta": {
91
+ "title": "VAE Decode"
92
+ }
93
+ },
94
+ "9": {
95
+ "inputs": {
96
+ "filename_prefix": "IPAdapter",
97
+ "images": [
98
+ "8",
99
+ 0
100
+ ]
101
+ },
102
+ "class_type": "SaveImage",
103
+ "_meta": {
104
+ "title": "Save Image"
105
+ }
106
+ },
107
+ "11": {
108
+ "inputs": {
109
+ "preset": "PLUS (high strength)",
110
+ "model": [
111
+ "4",
112
+ 0
113
+ ]
114
+ },
115
+ "class_type": "IPAdapterUnifiedLoader",
116
+ "_meta": {
117
+ "title": "IPAdapter Unified Loader"
118
+ }
119
+ },
120
+ "14": {
121
+ "inputs": {
122
+ "control_net_name": "diffusers_xl_depth_full.safetensors"
123
+ },
124
+ "class_type": "ControlNetLoader",
125
+ "_meta": {
126
+ "title": "Load ControlNet Model"
127
+ }
128
+ },
129
+ "16": {
130
+ "inputs": {
131
+ "strength": 0.8,
132
+ "start_percent": 0,
133
+ "end_percent": 1,
134
+ "positive": [
135
+ "6",
136
+ 0
137
+ ],
138
+ "negative": [
139
+ "7",
140
+ 0
141
+ ],
142
+ "control_net": [
143
+ "14",
144
+ 0
145
+ ],
146
+ "image": [
147
+ "18",
148
+ 0
149
+ ]
150
+ },
151
+ "class_type": "ControlNetApplyAdvanced",
152
+ "_meta": {
153
+ "title": "Apply ControlNet (Advanced)"
154
+ }
155
+ },
156
+ "18": {
157
+ "inputs": {
158
+ "ckpt_name": "depth_anything_vitl14.pth",
159
+ "resolution": [
160
+ "45",
161
+ 0
162
+ ],
163
+ "image": [
164
+ "60",
165
+ 0
166
+ ]
167
+ },
168
+ "class_type": "DepthAnythingPreprocessor",
169
+ "_meta": {
170
+ "title": "Depth Anything"
171
+ }
172
+ },
173
+ "45": {
174
+ "inputs": {
175
+ "image": [
176
+ "60",
177
+ 0
178
+ ]
179
+ },
180
+ "class_type": "GetImageSize+",
181
+ "_meta": {
182
+ "title": "Get Image Size"
183
+ }
184
+ },
185
+ "48": {
186
+ "inputs": {
187
+ "amount": 4,
188
+ "samples": [
189
+ "52",
190
+ 0
191
+ ]
192
+ },
193
+ "class_type": "RepeatLatentBatch",
194
+ "_meta": {
195
+ "title": "Repeat Latent Batch"
196
+ }
197
+ },
198
+ "52": {
199
+ "inputs": {
200
+ "pixels": [
201
+ "60",
202
+ 0
203
+ ],
204
+ "vae": [
205
+ "4",
206
+ 2
207
+ ]
208
+ },
209
+ "class_type": "VAEEncode",
210
+ "_meta": {
211
+ "title": "VAE Encode"
212
+ }
213
+ },
214
+ "59": {
215
+ "inputs": {
216
+ "weight_style": 1,
217
+ "weight_composition": 1,
218
+ "expand_style": false,
219
+ "combine_embeds": "average",
220
+ "start_at": 0,
221
+ "end_at": 1,
222
+ "embeds_scaling": "V only",
223
+ "model": [
224
+ "11",
225
+ 0
226
+ ],
227
+ "ipadapter": [
228
+ "11",
229
+ 1
230
+ ],
231
+ "image_style": [
232
+ "66",
233
+ 0
234
+ ],
235
+ "image_composition": [
236
+ "67",
237
+ 0
238
+ ]
239
+ },
240
+ "class_type": "IPAdapterStyleComposition",
241
+ "_meta": {
242
+ "title": "IPAdapter Style & Composition SDXL"
243
+ }
244
+ },
245
+ "60": {
246
+ "inputs": {
247
+ "width": 832,
248
+ "height": 1216,
249
+ "interpolation": "nearest",
250
+ "condition": "always",
251
+ "multiple_of": 0,
252
+ "image": [
253
+ "67",
254
+ 0
255
+ ],
256
+ "method": "keep proportion"
257
+ },
258
+ "class_type": "ImageResize+",
259
+ "_meta": {
260
+ "title": "\ud83d\udd27 Image Resize"
261
+ }
262
+ },
263
+ "66": {
264
+ "inputs": {
265
+ "image": "aestx-style.png"
266
+ },
267
+ "class_type": "LoadImage",
268
+ "_meta": {
269
+ "title": "Load Style Image"
270
+ }
271
+ },
272
+ "67": {
273
+ "inputs": {
274
+ "image": "aestx-composition.png"
275
+ },
276
+ "class_type": "LoadImage",
277
+ "_meta": {
278
+ "title": "Load Composition Image"
279
+ }
280
+ }
281
+ }