stablediffusiontutorials commited on
Commit
e4d4865
·
verified ·
1 Parent(s): edd1ac4

Upload Krea2_basic.json

Browse files
Files changed (1) hide show
  1. Krea2_basic.json +428 -0
Krea2_basic.json ADDED
@@ -0,0 +1,428 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "163ec137-2b5c-4530-a8fb-acc942d50362",
3
+ "revision": 0,
4
+ "last_node_id": 10,
5
+ "last_link_id": 12,
6
+ "nodes": [
7
+ {
8
+ "id": 1,
9
+ "type": "UNETLoader",
10
+ "pos": [
11
+ 186.49000000000007,
12
+ 241.85
13
+ ],
14
+ "size": [
15
+ 270,
16
+ 107.328125
17
+ ],
18
+ "flags": {},
19
+ "order": 0,
20
+ "mode": 0,
21
+ "inputs": [],
22
+ "outputs": [
23
+ {
24
+ "name": "MODEL",
25
+ "type": "MODEL",
26
+ "links": [
27
+ 1
28
+ ]
29
+ }
30
+ ],
31
+ "properties": {
32
+ "Node name for S&R": "UNETLoader"
33
+ },
34
+ "widgets_values": [
35
+ "krea2-turbo.safetensors",
36
+ "default"
37
+ ]
38
+ },
39
+ {
40
+ "id": 2,
41
+ "type": "KSampler",
42
+ "pos": [
43
+ 676.9433825683591,
44
+ 253.95
45
+ ],
46
+ "size": [
47
+ 270,
48
+ 339.3125
49
+ ],
50
+ "flags": {},
51
+ "order": 6,
52
+ "mode": 0,
53
+ "inputs": [
54
+ {
55
+ "name": "model",
56
+ "type": "MODEL",
57
+ "link": 1
58
+ },
59
+ {
60
+ "name": "positive",
61
+ "type": "CONDITIONING",
62
+ "link": 5
63
+ },
64
+ {
65
+ "name": "negative",
66
+ "type": "CONDITIONING",
67
+ "link": 8
68
+ },
69
+ {
70
+ "name": "latent_image",
71
+ "type": "LATENT",
72
+ "link": 11
73
+ }
74
+ ],
75
+ "outputs": [
76
+ {
77
+ "name": "LATENT",
78
+ "type": "LATENT",
79
+ "links": [
80
+ 2
81
+ ]
82
+ }
83
+ ],
84
+ "properties": {
85
+ "Node name for S&R": "KSampler"
86
+ },
87
+ "widgets_values": [
88
+ 0,
89
+ "fixed",
90
+ 8,
91
+ 1,
92
+ "er_sde",
93
+ "simple",
94
+ 1
95
+ ]
96
+ },
97
+ {
98
+ "id": 3,
99
+ "type": "VAEDecode",
100
+ "pos": [
101
+ 1037.1833825683593,
102
+ 276.53669128417965
103
+ ],
104
+ "size": [
105
+ 225,
106
+ 71.328125
107
+ ],
108
+ "flags": {},
109
+ "order": 7,
110
+ "mode": 0,
111
+ "inputs": [
112
+ {
113
+ "name": "samples",
114
+ "type": "LATENT",
115
+ "link": 2
116
+ },
117
+ {
118
+ "name": "vae",
119
+ "type": "VAE",
120
+ "link": 3
121
+ }
122
+ ],
123
+ "outputs": [
124
+ {
125
+ "name": "IMAGE",
126
+ "type": "IMAGE",
127
+ "links": [
128
+ 4
129
+ ]
130
+ }
131
+ ],
132
+ "properties": {
133
+ "Node name for S&R": "VAEDecode"
134
+ },
135
+ "widgets_values": []
136
+ },
137
+ {
138
+ "id": 4,
139
+ "type": "VAELoader",
140
+ "pos": [
141
+ 207.46334564208996,
142
+ 109.5566728210449
143
+ ],
144
+ "size": [
145
+ 270,
146
+ 79.328125
147
+ ],
148
+ "flags": {},
149
+ "order": 1,
150
+ "mode": 0,
151
+ "inputs": [],
152
+ "outputs": [
153
+ {
154
+ "name": "VAE",
155
+ "type": "VAE",
156
+ "links": [
157
+ 3
158
+ ]
159
+ }
160
+ ],
161
+ "properties": {
162
+ "Node name for S&R": "VAELoader"
163
+ },
164
+ "widgets_values": [
165
+ "qwen_image_vae.safetensors"
166
+ ]
167
+ },
168
+ {
169
+ "id": 5,
170
+ "type": "PreviewImage",
171
+ "pos": [
172
+ 1030.7299999999998,
173
+ 396.7299999999999
174
+ ],
175
+ "size": [
176
+ 488.75,
177
+ 369.1875
178
+ ],
179
+ "flags": {},
180
+ "order": 8,
181
+ "mode": 0,
182
+ "inputs": [
183
+ {
184
+ "name": "images",
185
+ "type": "IMAGE",
186
+ "link": 4
187
+ }
188
+ ],
189
+ "outputs": [
190
+ {
191
+ "name": "images",
192
+ "type": "IMAGE",
193
+ "links": null
194
+ }
195
+ ],
196
+ "properties": {
197
+ "Node name for S&R": "PreviewImage"
198
+ },
199
+ "widgets_values": []
200
+ },
201
+ {
202
+ "id": 6,
203
+ "type": "CLIPTextEncode",
204
+ "pos": [
205
+ 129.55669128417972,
206
+ 380.5966912841797
207
+ ],
208
+ "size": [
209
+ 400,
210
+ 200
211
+ ],
212
+ "flags": {},
213
+ "order": 4,
214
+ "mode": 0,
215
+ "inputs": [
216
+ {
217
+ "name": "clip",
218
+ "type": "CLIP",
219
+ "link": 9
220
+ }
221
+ ],
222
+ "outputs": [
223
+ {
224
+ "name": "CONDITIONING",
225
+ "type": "CONDITIONING",
226
+ "links": [
227
+ 5,
228
+ 12
229
+ ]
230
+ }
231
+ ],
232
+ "properties": {
233
+ "Node name for S&R": "CLIPTextEncode"
234
+ },
235
+ "widgets_values": [
236
+ "A landscape painting by Albert Bierstadt."
237
+ ]
238
+ },
239
+ {
240
+ "id": 8,
241
+ "type": "ConditioningZeroOut",
242
+ "pos": [
243
+ 560.4560729980467,
244
+ 660.5099999999996
245
+ ],
246
+ "size": [
247
+ 225,
248
+ 47.328125
249
+ ],
250
+ "flags": {},
251
+ "order": 5,
252
+ "mode": 0,
253
+ "inputs": [
254
+ {
255
+ "name": "conditioning",
256
+ "type": "CONDITIONING",
257
+ "link": 12
258
+ }
259
+ ],
260
+ "outputs": [
261
+ {
262
+ "name": "CONDITIONING",
263
+ "type": "CONDITIONING",
264
+ "links": [
265
+ 8
266
+ ]
267
+ }
268
+ ],
269
+ "properties": {
270
+ "Node name for S&R": "ConditioningZeroOut"
271
+ },
272
+ "widgets_values": []
273
+ },
274
+ {
275
+ "id": 9,
276
+ "type": "CLIPLoader",
277
+ "pos": [
278
+ -247.49661743164071,
279
+ 470.1366912841795
280
+ ],
281
+ "size": [
282
+ 270,
283
+ 139.328125
284
+ ],
285
+ "flags": {},
286
+ "order": 2,
287
+ "mode": 0,
288
+ "inputs": [],
289
+ "outputs": [
290
+ {
291
+ "name": "CLIP",
292
+ "type": "CLIP",
293
+ "links": [
294
+ 9
295
+ ]
296
+ }
297
+ ],
298
+ "properties": {
299
+ "Node name for S&R": "CLIPLoader"
300
+ },
301
+ "widgets_values": [
302
+ "qwen3vl_4b_bf16 (krea 2).safetensors",
303
+ "krea2",
304
+ "default"
305
+ ]
306
+ },
307
+ {
308
+ "id": 10,
309
+ "type": "EmptyLatentImage",
310
+ "pos": [
311
+ 571.270073852539,
312
+ 752.4699999999996
313
+ ],
314
+ "size": [
315
+ 270,
316
+ 143.328125
317
+ ],
318
+ "flags": {},
319
+ "order": 3,
320
+ "mode": 0,
321
+ "inputs": [],
322
+ "outputs": [
323
+ {
324
+ "name": "LATENT",
325
+ "type": "LATENT",
326
+ "links": [
327
+ 11
328
+ ]
329
+ }
330
+ ],
331
+ "properties": {
332
+ "Node name for S&R": "EmptyLatentImage"
333
+ },
334
+ "widgets_values": [
335
+ 1280,
336
+ 720,
337
+ 1
338
+ ]
339
+ }
340
+ ],
341
+ "links": [
342
+ [
343
+ 1,
344
+ 1,
345
+ 0,
346
+ 2,
347
+ 0,
348
+ "MODEL"
349
+ ],
350
+ [
351
+ 2,
352
+ 2,
353
+ 0,
354
+ 3,
355
+ 0,
356
+ "LATENT"
357
+ ],
358
+ [
359
+ 3,
360
+ 4,
361
+ 0,
362
+ 3,
363
+ 1,
364
+ "VAE"
365
+ ],
366
+ [
367
+ 4,
368
+ 3,
369
+ 0,
370
+ 5,
371
+ 0,
372
+ "IMAGE"
373
+ ],
374
+ [
375
+ 5,
376
+ 6,
377
+ 0,
378
+ 2,
379
+ 1,
380
+ "CONDITIONING"
381
+ ],
382
+ [
383
+ 8,
384
+ 8,
385
+ 0,
386
+ 2,
387
+ 2,
388
+ "CONDITIONING"
389
+ ],
390
+ [
391
+ 9,
392
+ 9,
393
+ 0,
394
+ 6,
395
+ 0,
396
+ "CLIP"
397
+ ],
398
+ [
399
+ 11,
400
+ 10,
401
+ 0,
402
+ 2,
403
+ 3,
404
+ "LATENT"
405
+ ],
406
+ [
407
+ 12,
408
+ 6,
409
+ 0,
410
+ 8,
411
+ 0,
412
+ "CONDITIONING"
413
+ ]
414
+ ],
415
+ "groups": [],
416
+ "config": {},
417
+ "extra": {
418
+ "ds": {
419
+ "scale": 0.7150338818826067,
420
+ "offset": [
421
+ 214.53784179900114,
422
+ 77.31142657392259
423
+ ]
424
+ },
425
+ "frontendVersion": "1.45.19"
426
+ },
427
+ "version": 0.4
428
+ }