ncm786 commited on
Commit
b5cef8a
·
verified ·
1 Parent(s): 82478ec

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +837 -19
index.html CHANGED
@@ -1,19 +1,837 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>ComfyUI Workflow</title>
7
+ <style>
8
+ body {
9
+ font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', sans-serif;
10
+ background-color: #000000;
11
+ color: #f5f5f7;
12
+ padding: 40px;
13
+ }
14
+ pre {
15
+ background: #1d1d1f;
16
+ padding: 24px;
17
+ border-radius: 12px;
18
+ overflow-x: auto;
19
+ }
20
+ </style>
21
+ </head>
22
+ <body>
23
+ <h1>ComfyUI Workflow</h1>
24
+ <p>Error: Invalid JSON format</p>
25
+ <pre>*Thinking...*
26
+
27
+ > **Examining The Request's Elements**
28
+ >
29
+ > I'm currently breaking down the initial request. My focus is on extracting key elements. I'm noting the subject, which is the young Emirati meteorologist in a weather forecasting control room, and the actions they're performing. My next step will be to interpret the implications of these elements, but for now I'm just listing the details.
30
+ >
31
+ >
32
+ > **Mapping Out The Scene**
33
+ >
34
+ > I'm now fully immersed in the scene description. I'm focusing on the environmental details, such as the soft blue lighting and the dusk skyline visible through the glass. The camera movements, especially the dolly-in and pan right, are guiding my next steps, to capture the atmosphere. I'm considering how to translate these camera actions into a visual narrative.
35
+ >
36
+ >
37
+ {
38
+ "last_node_id": 24,
39
+ "last_link_id": 35,
40
+ "nodes": [
41
+ {
42
+ "id": 3,
43
+ "type": "KSampler",
44
+ "pos": [
45
+ 860,
46
+ 180
47
+ ],
48
+ "size": {
49
+ "0": 315,
50
+ "1": 262
51
+ },
52
+ "flags": {},
53
+ "order": 17,
54
+ "mode": 0,
55
+ "inputs": [
56
+ {
57
+ "name": "model",
58
+ "type": "MODEL",
59
+ "link": 1
60
+ },
61
+ {
62
+ "name": "positive",
63
+ "type": "CONDITIONING",
64
+ "link": 25
65
+ },
66
+ {
67
+ "name": "negative",
68
+ "type": "CONDITIONING",
69
+ "link": 26
70
+ },
71
+ {
72
+ "name": "latent_image",
73
+ "type": "LATENT",
74
+ "link": 2
75
+ }
76
+ ],
77
+ "outputs": [
78
+ {
79
+ "name": "LATENT",
80
+ "type": "LATENT",
81
+ "links": [
82
+ 7
83
+ ],
84
+ "shape": 3,
85
+ "slot_index": 0
86
+ }
87
+ ],
88
+ "properties": {
89
+ "Node name for S&R": "KSampler"
90
+ },
91
+ "widgets_values": [
92
+ 156680208700286,
93
+ "fixed",
94
+ 25,
95
+ 7,
96
+ "dpmpp_2m_sde",
97
+ "karras",
98
+ 1
99
+ ]
100
+ },
101
+ {
102
+ "id": 4,
103
+ "type": "CheckpointLoaderSimple",
104
+ "pos": [
105
+ 26,
106
+ 182
107
+ ],
108
+ "size": {
109
+ "0": 315,
110
+ "1": 98
111
+ },
112
+ "flags": {},
113
+ "order": 0,
114
+ "mode": 0,
115
+ "inputs": [],
116
+ "outputs": [
117
+ {
118
+ "name": "MODEL",
119
+ "type": "MODEL",
120
+ "links": [
121
+ 1,
122
+ 30
123
+ ],
124
+ "shape": 3,
125
+ "slot_index": 0
126
+ },
127
+ {
128
+ "name": "CLIP",
129
+ "type": "CLIP",
130
+ "links": [
131
+ 3,
132
+ 28
133
+ ],
134
+ "shape": 3,
135
+ "slot_index": 1
136
+ },
137
+ {
138
+ "name": "VAE",
139
+ "type": "VAE",
140
+ "links": [
141
+ 8
142
+ ],
143
+ "shape": 3,
144
+ "slot_index": 2
145
+ }
146
+ ],
147
+ "properties": {
148
+ "Node name for S&R": "CheckpointLoaderSimple"
149
+ },
150
+ "widgets_values": [
151
+ "svd_xt_1_1.safetensors"
152
+ ]
153
+ },
154
+ {
155
+ "id": 5,
156
+ "type": "EmptyLatentImage",
157
+ "pos": [
158
+ 503,
159
+ 400
160
+ ],
161
+ "size": {
162
+ "0": 315,
163
+ "1": 106
164
+ },
165
+ "flags": {},
166
+ "order": 1,
167
+ "mode": 0,
168
+ "inputs": [],
169
+ "outputs": [
170
+ {
171
+ "name": "LATENT",
172
+ "type": "LATENT",
173
+ "links": [
174
+ 2
175
+ ],
176
+ "shape": 3,
177
+ "slot_index": 0
178
+ }
179
+ ],
180
+ "properties": {
181
+ "Node name for S&R": "EmptyLatentImage"
182
+ },
183
+ "widgets_values": [
184
+ 1024,
185
+ 576,
186
+ 1
187
+ ]
188
+ },
189
+ {
190
+ "id": 6,
191
+ "type": "CLIPTextEncode",
192
+ "pos": [
193
+ 413,
194
+ 180
195
+ ],
196
+ "size": {
197
+ "0": 422.84503173828125,
198
+ "1": 164.31304931640625
199
+ },
200
+ "flags": {},
201
+ "order": 7,
202
+ "mode": 0,
203
+ "inputs": [
204
+ {
205
+ "name": "clip",
206
+ "type": "CLIP",
207
+ "link": 3
208
+ }
209
+ ],
210
+ "outputs": [
211
+ {
212
+ "name": "CONDITIONING",
213
+ "type": "CONDITIONING",
214
+ "links": [
215
+ 4
216
+ ],
217
+ "shape": 3,
218
+ "slot_index": 0
219
+ }
220
+ ],
221
+ "properties": {
222
+ "Node name for S&R": "CLIPTextEncode"
223
+ },
224
+ "widgets_values": [
225
+ "cinematic scene inside a modern weather forecasting control room in the UAE, young Emirati meteorologist dressed in a white kandura and ghutra, seated at a sleek curved desk, ultra-wide monitors displaying live weather data, satellite imagery, storm tracking maps focusing on the Arabian Peninsula, soft blue lighting, glass windows showing faint city skyline at dusk, realistic, cinematic, UHD quality, shallow depth of field, modern office tone"
226
+ ]
227
+ },
228
+ {
229
+ "id": 7,
230
+ "type": "CLIPTextEncode",
231
+ "pos": [
232
+ 415,
233
+ 540
234
+ ],
235
+ "size": {
236
+ "0": 425.27801513671875,
237
+ "1": 108.75604248046875
238
+ },
239
+ "flags": {},
240
+ "order": 6,
241
+ "mode": 0,
242
+ "inputs": [
243
+ {
244
+ "name": "clip",
245
+ "type": "CLIP",
246
+ "link": 3
247
+ }
248
+ ],
249
+ "outputs": [
250
+ {
251
+ "name": "CONDITIONING",
252
+ "type": "CONDITIONING",
253
+ "links": [
254
+ 6
255
+ ],
256
+ "shape": 3,
257
+ "slot_index": 0
258
+ }
259
+ ],
260
+ "properties": {
261
+ "Node name for S&R": "CLIPTextEncode"
262
+ },
263
+ "widgets_values": [
264
+ "text, watermark, copyright, blurry, low quality, distorted, ugly, bad anatomy, cartoon, illustration"
265
+ ]
266
+ },
267
+ {
268
+ "id": 8,
269
+ "type": "VAEDecode",
270
+ "pos": [
271
+ 1209,
272
+ 180
273
+ ],
274
+ "size": {
275
+ "0": 210,
276
+ "1": 46
277
+ },
278
+ "flags": {},
279
+ "order": 18,
280
+ "mode": 0,
281
+ "inputs": [
282
+ {
283
+ "name": "samples",
284
+ "type": "LATENT",
285
+ "link": 7
286
+ },
287
+ {
288
+ "name": "vae",
289
+ "type": "VAE",
290
+ "link": 8
291
+ }
292
+ ],
293
+ "outputs": [
294
+ {
295
+ "name": "IMAGE",
296
+ "type": "IMAGE",
297
+ "links": [
298
+ 9
299
+ ],
300
+ "shape": 3,
301
+ "slot_index": 0
302
+ }
303
+ ],
304
+ "properties": {
305
+ "Node name for S&R": "VAEDecode"
306
+ },
307
+ "widgets_values": []
308
+ },
309
+ {
310
+ "id": 10,
311
+ "type": "SVD_img2vid_Conditioning",
312
+ "pos": [
313
+ 413,
314
+ -130
315
+ ],
316
+ "size": {
317
+ "0": 315,
318
+ "1": 218
319
+ },
320
+ "flags": {},
321
+ "order": 19,
322
+ "mode": 0,
323
+ "inputs": [
324
+ {
325
+ "name": "clip_vision",
326
+ "type": "CLIP_VISION",
327
+ "link": 29
328
+ },
329
+ {
330
+ "name": "init_image",
331
+ "type": "IMAGE",
332
+ "link": 9
333
+ },
334
+ {
335
+ "name": "vae",
336
+ "type": "VAE",
337
+ "link": 8
338
+ }
339
+ ],
340
+ "outputs": [
341
+ {
342
+ "name": "positive",
343
+ "type": "CONDITIONING",
344
+ "links": [
345
+ 25
346
+ ],
347
+ "shape": 3,
348
+ "slot_index": 0
349
+ },
350
+ {
351
+ "name": "negative",
352
+ "type": "CONDITIONING",
353
+ "links": [
354
+ 26
355
+ ],
356
+ "shape": 3,
357
+ "slot_index": 1
358
+ },
359
+ {
360
+ "name": "latent",
361
+ "type": "LATENT",
362
+ "links": [],
363
+ "shape": 3,
364
+ "slot_index": 2
365
+ }
366
+ ],
367
+ "properties": {
368
+ "Node name for S&R": "SVD_img2vid_Conditioning"
369
+ },
370
+ "widgets_values": [
371
+ 1024,
372
+ 576,
373
+ 25,
374
+ 127,
375
+ 6,
376
+ 0.1,
377
+ 0,
378
+ 0.02,
379
+ "slerp"
380
+ ]
381
+ },
382
+ {
383
+ "id": 12,
384
+ "type": "VideoLinearCFGGuidance",
385
+ "pos": [
386
+ 860,
387
+ -40
388
+ ],
389
+ "size": {
390
+ "0": 315,
391
+ "1": 58
392
+ },
393
+ "flags": {},
394
+ "order": 16,
395
+ "mode": 0,
396
+ "inputs": [
397
+ {
398
+ "name": "model",
399
+ "type": "MODEL",
400
+ "link": 30
401
+ }
402
+ ],
403
+ "outputs": [
404
+ {
405
+ "name": "MODEL",
406
+ "type": "MODEL",
407
+ "links": [],
408
+ "shape": 3,
409
+ "slot_index": 0
410
+ }
411
+ ],
412
+ "properties": {
413
+ "Node name for S&R": "VideoLinearCFGGuidance"
414
+ },
415
+ "widgets_values": [
416
+ 1
417
+ ]
418
+ },
419
+ {
420
+ "id": 14,
421
+ "type": "VHS_VideoCombine",
422
+ "pos": [
423
+ 1450,
424
+ 180
425
+ ],
426
+ "size": {
427
+ "0": 315,
428
+ "1": 250
429
+ },
430
+ "flags": {},
431
+ "order": 20,
432
+ "mode": 0,
433
+ "inputs": [
434
+ {
435
+ "name": "images",
436
+ "type": "IMAGE",
437
+ "link": 9
438
+ }
439
+ ],
440
+ "outputs": [],
441
+ "properties": {
442
+ "Node name for S&R": "VHS_VideoCombine"
443
+ },
444
+ "widgets_values": [
445
+ {
446
+ "frame_rate": 8,
447
+ "loop_count": 0,
448
+ "filename_prefix": "UAE_Weather_Room",
449
+ "format": "video/h264-mp4",
450
+ "pix_fmt": "yuv420p",
451
+ "crf": 19,
452
+ "save_metadata": true,
453
+ "pingpong": false,
454
+ "save_output": true
455
+ }
456
+ ]
457
+ },
458
+ {
459
+ "id": 15,
460
+ "type": "SaveImage",
461
+ "pos": [
462
+ 1450,
463
+ 480
464
+ ],
465
+ "size": {
466
+ "0": 315,
467
+ "1": 270
468
+ },
469
+ "flags": {},
470
+ "order": 21,
471
+ "mode": 0,
472
+ "inputs": [
473
+ {
474
+ "name": "images",
475
+ "type": "IMAGE",
476
+ "link": 9
477
+ }
478
+ ],
479
+ "outputs": [],
480
+ "properties": {
481
+ "Node name for S&R": "SaveImage"
482
+ },
483
+ "widgets_values": [
484
+ "ComfyUI_UAE_Weather"
485
+ ]
486
+ },
487
+ {
488
+ "id": 20,
489
+ "type": "ControlNetLoader",
490
+ "pos": [
491
+ 40,
492
+ 540
493
+ ],
494
+ "size": {
495
+ "0": 315,
496
+ "1": 58
497
+ },
498
+ "flags": {},
499
+ "order": 2,
500
+ "mode": 0,
501
+ "inputs": [],
502
+ "outputs": [
503
+ {
504
+ "name": "CONTROL_NET",
505
+ "type": "CONTROL_NET",
506
+ "links": [
507
+ 18
508
+ ],
509
+ "shape": 3,
510
+ "slot_index": 0
511
+ }
512
+ ],
513
+ "properties": {
514
+ "Node name for S&R": "ControlNetLoader"
515
+ },
516
+ "widgets_values": [
517
+ "control_v11p_sd15_openpose.pth"
518
+ ]
519
+ },
520
+ {
521
+ "id": 21,
522
+ "type": "ControlNetApplyAdvanced",
523
+ "pos": [
524
+ 860,
525
+ 540
526
+ ],
527
+ "size": {
528
+ "0": 315,
529
+ "1": 200
530
+ },
531
+ "flags": {},
532
+ "order": 15,
533
+ "mode": 0,
534
+ "inputs": [
535
+ {
536
+ "name": "positive",
537
+ "type": "CONDITIONING",
538
+ "link": 4
539
+ },
540
+ {
541
+ "name": "negative",
542
+ "type": "CONDITIONING",
543
+ "link": 6
544
+ },
545
+ {
546
+ "name": "control_net",
547
+ "type": "CONTROL_NET",
548
+ "link": 18
549
+ },
550
+ {
551
+ "name": "image",
552
+ "type": "IMAGE",
553
+ "link": 35
554
+ }
555
+ ],
556
+ "outputs": [
557
+ {
558
+ "name": "positive",
559
+ "type": "CONDITIONING",
560
+ "links": [
561
+ 25
562
+ ],
563
+ "shape": 3,
564
+ "slot_index": 0
565
+ },
566
+ {
567
+ "name": "negative",
568
+ "type": "CONDITIONING",
569
+ "links": [
570
+ 26
571
+ ],
572
+ "shape": 3,
573
+ "slot_index": 1
574
+ }
575
+ ],
576
+ "properties": {
577
+ "Node name for S&R": "ControlNetApplyAdvanced"
578
+ },
579
+ "widgets_values": [
580
+ 1,
581
+ 0,
582
+ 1,
583
+ null
584
+ ]
585
+ },
586
+ {
587
+ "id": 22,
588
+ "type": "LoadImage",
589
+ "pos": [
590
+ 40,
591
+ 350
592
+ ],
593
+ "size": {
594
+ "0": 315,
595
+ "1": 314
596
+ },
597
+ "flags": {},
598
+ "order": 3,
599
+ "mode": 0,
600
+ "inputs": [],
601
+ "outputs": [
602
+ {
603
+ "name": "IMAGE",
604
+ "type": "IMAGE",
605
+ "links": [
606
+ 34
607
+ ],
608
+ "shape": 3,
609
+ "slot_index": 0
610
+ },
611
+ {
612
+ "name": "MASK",
613
+ "type": "MASK",
614
+ "links": [],
615
+ "shape": 3,
616
+ "slot_index": 1
617
+ }
618
+ ],
619
+ "properties": {
620
+ "Node name for S&R": "LoadImage"
621
+ },
622
+ "widgets_values": [
623
+ "example_pose.png",
624
+ "image"
625
+ ]
626
+ },
627
+ {
628
+ "id": 23,
629
+ "type": "OpenposePreprocessor",
630
+ "pos": [
631
+ 415,
632
+ 700
633
+ ],
634
+ "size": {
635
+ "0": 315,
636
+ "1": 100
637
+ },
638
+ "flags": {},
639
+ "order": 14,
640
+ "mode": 0,
641
+ "inputs": [
642
+ {
643
+ "name": "image",
644
+ "type": "IMAGE",
645
+ "link": 34
646
+ }
647
+ ],
648
+ "outputs": [
649
+ {
650
+ "name": "IMAGE",
651
+ "type": "IMAGE",
652
+ "links": [
653
+ 35
654
+ ],
655
+ "shape": 3,
656
+ "slot_index": 0
657
+ }
658
+ ],
659
+ "properties": {
660
+ "Node name for S&R": "OpenposePreprocessor"
661
+ },
662
+ "widgets_values": [
663
+ "enable",
664
+ 512
665
+ ]
666
+ },
667
+ {
668
+ "id": 24,
669
+ "type": "CLIPVisionLoader",
670
+ "pos": [
671
+ 26,
672
+ -40
673
+ ],
674
+ "size": {
675
+ "0": 315,
676
+ "1": 58
677
+ },
678
+ "flags": {},
679
+ "order": 4,
680
+ "mode": 0,
681
+ "inputs": [],
682
+ "outputs": [
683
+ {
684
+ "name": "CLIP_VISION",
685
+ "type": "CLIP_VISION",
686
+ "links": [
687
+ 29
688
+ ],
689
+ "shape": 3,
690
+ "slot_index": 0
691
+ }
692
+ ],
693
+ "properties": {
694
+ "Node name for S&R": "CLIPVisionLoader"
695
+ },
696
+ "widgets_values": [
697
+ "clip_vision_g.safetensors"
698
+ ]
699
+ }
700
+ ],
701
+ "links": [
702
+ [
703
+ 1,
704
+ 4,
705
+ 0,
706
+ 3,
707
+ 0,
708
+ "MODEL"
709
+ ],
710
+ [
711
+ 2,
712
+ 5,
713
+ 0,
714
+ 3,
715
+ 3,
716
+ "LATENT"
717
+ ],
718
+ [
719
+ 3,
720
+ 4,
721
+ 1,
722
+ 6,
723
+ 0,
724
+ "CLIP"
725
+ ],
726
+ [
727
+ 4,
728
+ 6,
729
+ 0,
730
+ 21,
731
+ 0,
732
+ "CONDITIONING"
733
+ ],
734
+ [
735
+ 6,
736
+ 7,
737
+ 0,
738
+ 21,
739
+ 1,
740
+ "CONDITIONING"
741
+ ],
742
+ [
743
+ 7,
744
+ 3,
745
+ 0,
746
+ 8,
747
+ 0,
748
+ "LATENT"
749
+ ],
750
+ [
751
+ 8,
752
+ 4,
753
+ 2,
754
+ 8,
755
+ 1,
756
+ "VAE"
757
+ ],
758
+ [
759
+ 9,
760
+ 8,
761
+ 0,
762
+ 14,
763
+ 0,
764
+ "IMAGE"
765
+ ],
766
+ [
767
+ 18,
768
+ 20,
769
+ 0,
770
+ 21,
771
+ 2,
772
+ "CONTROL_NET"
773
+ ],
774
+ [
775
+ 25,
776
+ 21,
777
+ 0,
778
+ 3,
779
+ 1,
780
+ "CONDITIONING"
781
+ ],
782
+ [
783
+ 26,
784
+ 21,
785
+ 1,
786
+ 3,
787
+ 2,
788
+ "CONDITIONING"
789
+ ],
790
+ [
791
+ 28,
792
+ 4,
793
+ 1,
794
+ 7,
795
+ 0,
796
+ "CLIP"
797
+ ],
798
+ [
799
+ 29,
800
+ 24,
801
+ 0,
802
+ 10,
803
+ 0,
804
+ "CLIP_VISION"
805
+ ],
806
+ [
807
+ 30,
808
+ 4,
809
+ 0,
810
+ 12,
811
+ 0,
812
+ "MODEL"
813
+ ],
814
+ [
815
+ 34,
816
+ 22,
817
+ 0,
818
+ 23,
819
+ 0,
820
+ "IMAGE"
821
+ ],
822
+ [
823
+ 35,
824
+ 23,
825
+ 0,
826
+ 21,
827
+ 3,
828
+ "IMAGE"
829
+ ]
830
+ ],
831
+ "groups": [],
832
+ "config": {},
833
+ "extra": {},
834
+ "version": 0.4
835
+ }</pre>
836
+ </body>
837
+ </html>