Paste #134444: SwarmUI v0.9.6.3 Server Log - 2025-06-29 08:52:08

Date: 2025/06/29 01:52:09 UTC-07:00
Type: Swarm Debug Log

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085


2025-06-29 08:27:50.194 [Init] === SwarmUI v0.9.6.3 Starting at 2025-06-29 08:27:50 ===
2025-06-29 08:27:50.274 [Init] Prepping extension: SwarmUI.Builtin_ScorersExtension.ScorersExtension...
2025-06-29 08:27:50.280 [Init] Prepping extension: SwarmUI.Builtin_ImageBatchToolExtension.ImageBatchToolExtension...
2025-06-29 08:27:50.286 [Init] Prepping extension: SwarmUI.Builtin_GridGeneratorExtension.GridGeneratorExtension...
2025-06-29 08:27:50.292 [Init] Prepping extension: SwarmUI.Builtin_DynamicThresholding.DynamicThresholdingExtension...
2025-06-29 08:27:50.307 [Init] Prepping extension: SwarmUI.Builtin_ComfyUIBackend.ComfyUIBackendExtension...
2025-06-29 08:27:50.313 [Init] Prepping extension: SwarmUI.Builtin_AutoWebUIExtension.AutoWebUIBackendExtension...
2025-06-29 08:27:50.400 [Init] Parsing command line...
2025-06-29 08:27:50.401 [Init] Loading settings file...
2025-06-29 08:27:50.450 [Init] Re-saving settings file...
2025-06-29 08:27:50.575 [Init] Applying command line settings...
2025-06-29 08:27:50.641 [Init] SwarmUI was installed 2025-06-04 (25 days ago) with version 0.9.6.2
2025-06-29 08:27:50.641 [Init] Swarm base path is: /workspace/StableSwarmUI
2025-06-29 08:27:50.642 [Init] Running on OS: Ubuntu 22.04.4 LTS
2025-06-29 08:27:50.644 [Debug] [Load Time] Initial settings load took 0.44s (0.44s from start)
2025-06-29 08:27:50.726 [Init] CPU Cores: 11 | RAM: 251.55 GiB total, 216.80 GiB available, unknown virtual/swap
2025-06-29 08:27:50.727 [Init] GPU 0: NVIDIA RTX A4500 | Temp 31C | Util 0% GPU, 0% Memory | VRAM 19.99 GiB total, 19.60 GiB free, 2.00 MiB used
2025-06-29 08:27:53.647 [Debug] [Load Time] Extension PreInit took 3.01s (3.45s from start)
2025-06-29 08:27:53.647 [Init] Prepping options...
2025-06-29 08:27:53.738 [Init] Current git commit is [b05527b: teacache threshold doesn't need ignoreif 0.25 anymore], marked as date 2025-06-29 05:52:50 (2 hours ago)
2025-06-29 08:27:53.883 [Debug] [Load Time] Prep Options took 0.24s (3.68s from start)
2025-06-29 08:27:53.884 [Debug] [Load Time] Web PreInit took 0s (3.68s from start)
2025-06-29 08:27:53.900 [Debug] [Load Time] Extensions Init took 0.02s (3.7s from start)
2025-06-29 08:27:53.901 [Debug] [Load Time] Prep Utils took 0s (3.7s from start)
2025-06-29 08:27:54.077 [Debug] [Load Time] Languages load took 0.18s (3.88s from start)
2025-06-29 08:27:54.077 [Init] Loading models list...
2025-06-29 08:27:54.211 [Debug] Have 2 Stable-Diffusion models.
2025-06-29 08:27:54.223 [Debug] Have 1 VAE models.
2025-06-29 08:27:54.234 [Debug] Have 1 LoRA models.
2025-06-29 08:27:54.239 [Debug] Have 0 Embedding models.
2025-06-29 08:27:54.245 [Debug] Have 1 ControlNet models.
2025-06-29 08:27:54.251 [Debug] Have 2 Clip models.
2025-06-29 08:27:54.258 [Debug] Have 0 ClipVision models.
2025-06-29 08:27:54.269 [Debug] [Load Time] Model listing took 0.19s (4.07s from start)
2025-06-29 08:27:54.269 [Init] Loading backends...
2025-06-29 08:27:54.271 [Init] Loading backends from file...
2025-06-29 08:27:54.283 [Debug] [Load ComfyUI Self-Starting #0] Waiting to load...
2025-06-29 08:27:54.283 [Debug] [Load ComfyUI Self-Starting #1] Waiting to load...
2025-06-29 08:27:54.286 [Debug] [Load ComfyUI Self-Starting #1] Will now load...
2025-06-29 08:27:54.286 [Init] Initializing backend #1 - ComfyUI Self-Starting...
2025-06-29 08:27:54.286 [Debug] [Load Time] Backends took 0.02s (4.09s from start)
2025-06-29 08:27:54.286 [Init] Prepping API...
2025-06-29 08:27:54.288 [Debug] [Load ComfyUI Self-Starting #1] Starting init...
2025-06-29 08:27:54.290 [Debug] [Load ComfyUI Self-Starting #1] Will emit comfy model paths file...
2025-06-29 08:27:54.293 [Debug] [Load Time] API took 0.01s (4.09s from start)
2025-06-29 08:27:54.293 [Init] Prepping webserver...
2025-06-29 08:27:54.295 [Init] Backend request handler loop ready...
2025-06-29 08:27:54.317 [Debug] [Load ComfyUI Self-Starting #1] Done emitting comfy model paths file.
2025-06-29 08:27:54.318 [Debug] [Load ComfyUI Self-Starting #1] Will add args:  --extra-model-paths-config /workspace/StableSwarmUI/Data/comfy-auto-model.yaml --preview-method latent2rgb --front-end-version Comfy-Org/[email protected]
2025-06-29 08:27:54.318 [Debug] [Load ComfyUI Self-Starting #1] Will track node repo load task...
2025-06-29 08:27:54.318 [Debug] [Load ComfyUI Self-Starting #1] Will track comfy git pull auto-update task...
2025-06-29 08:27:54.318 [Debug] [Load ComfyUI Self-Starting #1] Waiting on git tasks to complete...
2025-06-29 08:27:54.321 [Debug] [Load ComfyUI Self-Starting #1] Running git pull in comfy folder...
2025-06-29 08:27:54.373 [Debug] [Load ComfyUI Self-Starting #1] Will ensure all node repos...
2025-06-29 08:27:54.408 [Debug] [Load ComfyUI Self-Starting #1] Done ensuring all node repos.
2025-06-29 08:27:54.413 [Debug] [Load Time] [Web] WebApp builder prep took 0.11s (0.11s from start)
2025-06-29 08:27:54.492 [Debug] [Load Time] [Web] WebApp build took 0.08s (0.19s from start)
2025-06-29 08:27:54.493 [Debug] [Load Time] [Web] exception handler took 0s (0.19s from start)
2025-06-29 08:27:54.493 [Debug] [Load Time] [Web] StartStop handler took 0s (0.19s from start)
2025-06-29 08:27:54.493 [Debug] [Load Time] [Web] static files took 0s (0.19s from start)
2025-06-29 08:27:54.573 [Debug] [Load Time] [Web] core use calls took 0.08s (0.27s from start)
2025-06-29 08:27:54.576 [Debug] [Load Time] [Web] core maps took 0s (0.27s from start)
2025-06-29 08:27:54.576 [Init] Scan for web extensions...
2025-06-29 08:27:54.586 [Debug] [Load Time] [Web] end took 0.01s (0.28s from start)
2025-06-29 08:27:54.586 [Debug] [Load Time] Web prep took 0.29s (4.39s from start)
2025-06-29 08:27:54.586 [Init] Readying extensions for launch...
2025-06-29 08:27:54.586 [Debug] [Load Time] Extensions pre-launch took 0s (4.39s from start)
2025-06-29 08:27:54.586 [Init] Launching server...
2025-06-29 08:27:54.587 [Init] Starting webserver on http://0.0.0.0:2254
2025-06-29 08:27:54.646 [Debug] [Load Time] Web launch took 0.06s (4.45s from start)
2025-06-29 08:27:54.700 [Error] Internal error in async task: System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at SwarmUI.Core.Program.<>c.<<Main>b__24_3>d.MoveNext()
--- End of stack trace from previous location ---
   at SwarmUI.Utils.Utilities.<>c__DisplayClass54_0.<<RunCheckedTask>b__0>d.MoveNext() in /workspace/StableSwarmUI/src/Utils/Utilities.cs:line 630
2025-06-29 08:27:54.700 [Init] SwarmUI v0.9.6.3 - Local is now running.
2025-06-29 08:27:58.575 [Debug] [Load ComfyUI Self-Starting #1] Comfy git pull response: Already up to date.
2025-06-29 08:27:58.576 [Debug] [Load ComfyUI Self-Starting #1] All tasks done.
2025-06-29 08:27:58.587 [Debug] [Load ComfyUI Self-Starting #1] Will validate required libs...
2025-06-29 08:27:58.597 [Debug] [Load ComfyUI Self-Starting #1] Updating 'comfyui_frontend_package' for ComfyUI...
2025-06-29 08:27:58.597 [Debug] Will do Comfy Python call: -s -m pip install -U comfyui-frontend-package==1.23.4
2025-06-29 08:27:58.611 [Debug] (ComfyUI launch) Adding path /workspace/StableSwarmUI/dlbackend/ComfyUI/venv
2025-06-29 08:28:22.266 [Debug] [ComfyUI (Update comfyui_frontend_package)/STDOUT] Requirement already satisfied: comfyui-frontend-package==1.23.4 in ./venv/lib/python3.11/site-packages (1.23.4)
2025-06-29 08:28:30.406 [Info] Creating new session 'local' for 100.64.0.29 (via 2a09:bac1:5100:30::38:b3, 162.158.26.97)
2025-06-29 08:28:43.392 [Debug] [Load ComfyUI Self-Starting #1] Done updating 'comfyui_frontend_package' for ComfyUI.
2025-06-29 08:28:43.392 [Debug] Status of ComfyUI (Update comfyui_frontend_package) after process end is RUNNING
2025-06-29 08:28:43.407 [Debug] [Load ComfyUI Self-Starting #1] Done validating required libs.
2025-06-29 08:28:43.407 [Debug] [Load ComfyUI Self-Starting #1] Starting self-start ComfyUI process...
2025-06-29 08:28:43.411 [Debug] [Load ComfyUI Self-Starting #1] Requested generic launch of dlbackend/ComfyUI/main.py on GPU 0 from ComfyUI-1
2025-06-29 08:28:43.468 [Debug] (ComfyUI-1 launch) Adding path /workspace/StableSwarmUI/dlbackend/ComfyUI/venv
2025-06-29 08:28:43.468 [Debug] [Load ComfyUI Self-Starting #1] (ComfyUI-1 launch) Will use python: /workspace/StableSwarmUI/dlbackend/ComfyUI/venv/bin/python3
2025-06-29 08:28:43.468 [Debug] [Load ComfyUI Self-Starting #1] Will start process...
2025-06-29 08:28:43.476 [Init] Self-Start ComfyUI-1 on port 7821 is loading...
2025-06-29 08:28:44.088 [Debug] [ComfyUI-1/STDERR] Adding extra search path checkpoints /workspace/StableSwarmUI/dlbackend/ComfyUI/models/checkpoints
2025-06-29 08:28:44.088 [Debug] [ComfyUI-1/STDERR] Adding extra search path clip /workspace/StableSwarmUI/dlbackend/ComfyUI/models/clip
2025-06-29 08:28:44.088 [Debug] [ComfyUI-1/STDERR] Adding extra search path clip_vision /workspace/StableSwarmUI/dlbackend/ComfyUI/models/clip_vision
2025-06-29 08:28:44.088 [Debug] [ComfyUI-1/STDERR] Adding extra search path configs /workspace/StableSwarmUI/dlbackend/ComfyUI/models/configs
2025-06-29 08:28:44.088 [Debug] [ComfyUI-1/STDERR] Adding extra search path controlnet /workspace/StableSwarmUI/dlbackend/ComfyUI/models/controlnet
2025-06-29 08:28:44.089 [Debug] [ComfyUI-1/STDERR] Adding extra search path diffusion_models /workspace/StableSwarmUI/dlbackend/ComfyUI/models/diffusion_models
2025-06-29 08:28:44.089 [Debug] [ComfyUI-1/STDERR] Adding extra search path diffusion_models /workspace/StableSwarmUI/dlbackend/ComfyUI/models/unet
2025-06-29 08:28:44.089 [Debug] [ComfyUI-1/STDERR] Adding extra search path embeddings /workspace/StableSwarmUI/dlbackend/ComfyUI/models/embeddings
2025-06-29 08:28:44.089 [Debug] [ComfyUI-1/STDERR] Adding extra search path loras /workspace/StableSwarmUI/dlbackend/ComfyUI/models/loras
2025-06-29 08:28:44.089 [Debug] [ComfyUI-1/STDERR] Adding extra search path upscale_models /workspace/StableSwarmUI/dlbackend/ComfyUI/models/upscale_models
2025-06-29 08:28:44.089 [Debug] [ComfyUI-1/STDERR] Adding extra search path vae /workspace/StableSwarmUI/dlbackend/ComfyUI/models/vae
2025-06-29 08:28:44.089 [Debug] [ComfyUI-1/STDERR] Adding extra search path ipadapter /workspace/StableSwarmUI/dlbackend/ComfyUI/models/ipadapter
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path checkpoints /workspace/StableSwarmUI/Models/Stable-Diffusion
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path vae /workspace/StableSwarmUI/Models/VAE
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path loras /workspace/StableSwarmUI/Models/Lora
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path loras /workspace/StableSwarmUI/Models/LyCORIS
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path upscale_models /workspace/StableSwarmUI/Models/ESRGAN
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path upscale_models /workspace/StableSwarmUI/Models/RealESRGAN
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path upscale_models /workspace/StableSwarmUI/Models/SwinIR
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path upscale_models /workspace/StableSwarmUI/Models/upscale-models
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path upscale_models /workspace/StableSwarmUI/Models/upscale_models
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path embeddings /workspace/StableSwarmUI/Models/Embeddings
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path embeddings /workspace/StableSwarmUI/Models/embeddings
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path hypernetworks /workspace/StableSwarmUI/Models/hypernetworks
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path controlnet /workspace/StableSwarmUI/Models/controlnet
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path controlnet /workspace/StableSwarmUI/Models/ControlNet
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path clip /workspace/StableSwarmUI/Models/clip
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path clip /workspace/StableSwarmUI/Models/CLIP
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path clip_vision /workspace/StableSwarmUI/Models/clip_vision
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path unet /workspace/StableSwarmUI/Models/unet
2025-06-29 08:28:44.099 [Debug] [ComfyUI-1/STDERR] Adding extra search path diffusion_models /workspace/StableSwarmUI/Models/diffusion_models
2025-06-29 08:28:44.100 [Debug] [ComfyUI-1/STDERR] Adding extra search path gligen /workspace/StableSwarmUI/Models/gligen
2025-06-29 08:28:44.100 [Debug] [ComfyUI-1/STDERR] Adding extra search path ipadapter /workspace/StableSwarmUI/Models/ipadapter
2025-06-29 08:28:44.100 [Debug] [ComfyUI-1/STDERR] Adding extra search path yolov8 /workspace/StableSwarmUI/Models/yolov8
2025-06-29 08:28:44.100 [Debug] [ComfyUI-1/STDERR] Adding extra search path tensorrt /workspace/StableSwarmUI/Models/tensorrt
2025-06-29 08:28:44.100 [Debug] [ComfyUI-1/STDERR] Adding extra search path clipseg /workspace/StableSwarmUI/Models/clipseg
2025-06-29 08:28:44.100 [Debug] [ComfyUI-1/STDERR] Adding extra search path style_models /workspace/StableSwarmUI/Models/style_models
2025-06-29 08:28:44.100 [Debug] [ComfyUI-1/STDERR] Adding extra search path custom_nodes /workspace/StableSwarmUI/src/BuiltinExtensions/ComfyUIBackend/DLNodes
2025-06-29 08:28:44.100 [Debug] [ComfyUI-1/STDERR] Adding extra search path custom_nodes /workspace/StableSwarmUI/src/BuiltinExtensions/ComfyUIBackend/ExtraNodes
2025-06-29 08:28:44.391 [Info] Self-Start ComfyUI (Update comfyui_frontend_package) exited properly.
2025-06-29 08:28:44.479 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:45.521 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:46.525 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:46.964 [Debug] User local requested check for updates.
2025-06-29 08:28:47.526 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:48.527 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:49.529 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:50.532 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:51.535 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:52.156 [Debug] Update check complete - 0 Swarm commits, 0 extensions, 0 backends.
2025-06-29 08:28:52.537 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:53.540 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:28:53.540 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:54.541 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:55.543 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:56.545 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:57.547 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:58.548 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:28:58.550 [Debug] Comfy backend 1 has failed to load value set repeatedly. Ignoring errors of HttpRequestException: Cannot assign requested address (localhost:7821)
2025-06-29 08:28:59.550 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:00.551 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:01.553 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:02.554 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:03.556 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:29:03.556 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:04.558 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:05.559 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:06.562 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:07.564 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:08.565 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:09.568 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:10.569 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:11.572 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:12.573 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:13.574 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:29:13.574 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:14.577 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:15.579 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:16.581 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:17.584 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:18.586 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:19.588 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:20.589 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:21.591 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:22.593 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:23.595 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:29:23.595 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:24.596 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:24.598 [Warning] Comfy backend 1 has failed to load value set repeatedly. Is it stuck loading very slowly, or has it internally failed? Ignoring errors of HttpRequestException: Cannot assign requested address (localhost:7821)
2025-06-29 08:29:27.145 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:28.147 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:29.149 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:30.151 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:31.152 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:32.153 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:33.155 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:34.157 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:35.159 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:29:35.159 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:36.161 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:36.407 [Debug] [ComfyUI-1/STDOUT] [START] Security scan
2025-06-29 08:29:36.407 [Debug] [ComfyUI-1/STDOUT] [DONE] Security scan
2025-06-29 08:29:36.411 [Debug] [ComfyUI-1/STDOUT] ## ComfyUI-Manager: installing dependencies done.
2025-06-29 08:29:36.411 [Debug] [ComfyUI-1/STDOUT] ** ComfyUI startup time: 2025-06-29 08:29:36.407
2025-06-29 08:29:36.411 [Debug] [ComfyUI-1/STDOUT] ** Platform: Linux
2025-06-29 08:29:36.411 [Debug] [ComfyUI-1/STDOUT] ** Python version: 3.11.0rc1 (main, Aug 12 2022, 10:02:14) [GCC 11.2.0]
2025-06-29 08:29:36.411 [Debug] [ComfyUI-1/STDOUT] ** Python executable: /workspace/StableSwarmUI/dlbackend/ComfyUI/venv/bin/python3
2025-06-29 08:29:36.411 [Debug] [ComfyUI-1/STDOUT] ** ComfyUI Path: /workspace/StableSwarmUI/dlbackend/ComfyUI
2025-06-29 08:29:36.412 [Debug] [ComfyUI-1/STDOUT] ** ComfyUI Base Folder Path: /workspace/StableSwarmUI/dlbackend/ComfyUI
2025-06-29 08:29:36.412 [Debug] [ComfyUI-1/STDOUT] ** User directory: /workspace/StableSwarmUI/dlbackend/ComfyUI/user
2025-06-29 08:29:36.413 [Debug] [ComfyUI-1/STDOUT] ** ComfyUI-Manager config path: /workspace/StableSwarmUI/dlbackend/ComfyUI/user/default/ComfyUI-Manager/config.ini
2025-06-29 08:29:36.413 [Debug] [ComfyUI-1/STDOUT] ** Log path: /workspace/StableSwarmUI/dlbackend/ComfyUI/user/comfyui.log
2025-06-29 08:29:37.163 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:38.164 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:39.166 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:40.168 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:41.170 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:42.171 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:43.173 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:44.175 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:45.176 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:29:45.176 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:46.178 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:47.180 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:48.182 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:49.183 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:50.184 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:51.186 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:52.187 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:53.188 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:54.189 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:55.191 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:29:55.191 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:56.193 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:57.193 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:58.194 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:29:59.196 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:00.196 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:01.198 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:02.199 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:03.202 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:04.204 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:05.206 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:30:05.206 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:06.206 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:07.208 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:08.210 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:09.211 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:10.213 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:11.215 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:12.217 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:13.219 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:14.221 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:15.222 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:30:15.222 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:16.224 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:17.224 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:18.225 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:19.227 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:20.228 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:21.230 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:22.231 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:23.233 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:24.234 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:25.235 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:30:25.235 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:26.237 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:27.238 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:28.240 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:29.242 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:30.243 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:31.245 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:32.246 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:33.248 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:34.249 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:35.250 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:30:35.250 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:36.252 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:37.253 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:38.255 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:39.257 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:40.258 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:41.259 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:42.261 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:43.262 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:44.264 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:45.268 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:30:45.268 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:46.270 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:47.272 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:48.274 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:49.275 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:50.276 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:51.278 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:52.280 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:53.282 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:54.283 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:55.284 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:30:55.284 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:56.285 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:57.287 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:58.288 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:30:59.289 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:00.291 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:01.292 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:02.294 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:03.295 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:04.297 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:05.298 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:31:05.298 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:06.300 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:07.302 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:08.304 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:09.305 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:10.307 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:11.308 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:12.310 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:13.311 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:14.312 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:15.314 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:31:15.314 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:16.315 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:17.317 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:18.319 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:19.321 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:20.323 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:21.326 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:22.328 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:23.330 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:24.331 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:25.333 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:31:25.333 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:26.334 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:27.335 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:28.336 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:29.338 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:30.343 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:31.346 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:32.348 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:33.348 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:34.349 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:35.351 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:31:35.351 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:36.352 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:37.353 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:38.355 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:39.357 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:40.359 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:41.360 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:41.731 [Debug] [ComfyUI-1/STDERR] Checkpoint files will always be loaded safely.
2025-06-29 08:31:42.220 [Debug] [ComfyUI-1/STDERR] Total VRAM 20070 MB, total RAM 257585 MB
2025-06-29 08:31:42.220 [Debug] [ComfyUI-1/STDERR] pytorch version: 2.9.0.dev20250628+cu126
2025-06-29 08:31:42.362 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:43.364 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:44.369 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:44.960 [Debug] [ComfyUI-1/STDERR] Set vram state to: NORMAL_VRAM
2025-06-29 08:31:44.961 [Debug] [ComfyUI-1/STDERR] Device: cuda:0 NVIDIA RTX A4500 : cudaMallocAsync
2025-06-29 08:31:45.370 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:31:45.370 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:46.372 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:47.374 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:48.375 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:49.375 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:50.376 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:51.377 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:52.379 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:53.381 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:54.382 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:55.383 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:31:55.383 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:56.385 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:57.386 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:58.387 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:31:59.389 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:00.390 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:01.391 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:02.393 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:03.395 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:04.397 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:05.399 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:32:05.399 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:06.400 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:07.401 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:08.402 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:09.403 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:10.404 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:11.406 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:12.407 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:13.408 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:14.410 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:15.412 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:32:15.412 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:16.414 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:17.416 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:18.418 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:19.419 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:20.421 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:21.423 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:22.424 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:23.426 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:24.427 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:25.428 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:32:25.428 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:26.430 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:27.432 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:28.433 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:29.434 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:30.436 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:31.437 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:32.439 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:33.441 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:34.442 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:35.443 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:32:35.443 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:36.445 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:37.446 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:38.448 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:39.449 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:40.452 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:41.454 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:42.456 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:43.458 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:44.459 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:45.460 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:32:45.460 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:46.461 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:47.463 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:48.464 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:49.466 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:50.467 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:51.468 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:52.469 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:53.471 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:54.472 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:55.474 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:32:55.474 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:56.475 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:57.476 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:58.478 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:32:59.480 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:00.482 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:01.254 [Debug] [ComfyUI-1/STDERR] Using pytorch attention
2025-06-29 08:33:01.484 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:02.486 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:03.488 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:04.490 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:05.492 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:33:05.492 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:06.494 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:07.496 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:08.497 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:09.499 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:10.501 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:11.503 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:12.505 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:13.506 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:14.508 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:15.510 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:33:15.510 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:16.512 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:17.514 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:18.516 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:19.516 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:20.518 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:21.519 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:22.521 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:23.522 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:24.524 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:25.526 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:33:25.526 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:26.528 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:27.529 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:28.531 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:29.532 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:30.534 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:31.535 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:32.537 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:33.538 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:34.540 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:35.542 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:33:35.542 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:36.544 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:37.545 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:38.546 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:39.547 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:40.547 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:41.548 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:42.550 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:43.551 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:44.553 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:45.555 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:33:45.555 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:46.556 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:47.558 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:48.559 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:49.561 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:50.562 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:51.564 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:52.565 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:53.566 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:54.568 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:55.569 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:33:55.569 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:56.570 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:57.571 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:58.573 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:33:59.574 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:00.575 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:01.577 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:02.579 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:03.581 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:04.583 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:05.584 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:34:05.584 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:06.585 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:07.587 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:08.589 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:09.591 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:10.593 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:11.595 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:12.596 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:13.598 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:14.599 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:15.601 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:34:15.601 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:16.602 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:17.605 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:18.606 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:19.608 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:20.610 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:21.611 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:22.613 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:23.614 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:24.615 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:25.617 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:34:25.617 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:26.619 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:27.620 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:28.622 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:29.624 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:30.626 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:31.627 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:32.628 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:33.631 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:34.632 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:35.634 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:34:35.634 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:36.636 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:37.638 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:38.640 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:39.641 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:40.643 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:41.644 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:42.646 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:43.647 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:44.651 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:45.653 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:34:45.653 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:46.654 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:47.656 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:48.658 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:49.659 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:50.661 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:51.664 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:52.666 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:53.666 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:54.667 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:55.668 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:34:55.668 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:56.670 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:57.671 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:58.673 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:34:59.675 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:00.677 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:01.679 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:02.680 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:03.681 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:04.683 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:05.685 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:35:05.685 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:06.686 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:07.688 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:08.689 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:09.692 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:10.694 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:11.694 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:12.696 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:13.698 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:14.700 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:15.702 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:35:15.702 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:16.703 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:17.414 [Debug] [ComfyUI-1/STDERR] Python version: 3.11.0rc1 (main, Aug 12 2022, 10:02:14) [GCC 11.2.0]
2025-06-29 08:35:17.414 [Debug] [ComfyUI-1/STDERR] ComfyUI version: 0.3.43
2025-06-29 08:35:17.427 [Debug] [ComfyUI-1/STDERR] Using existing copy of specific frontend version tag: Comfy-Org/[email protected]
2025-06-29 08:35:17.428 [Debug] [ComfyUI-1/STDERR] [Prompt Server] web root: /workspace/StableSwarmUI/dlbackend/ComfyUI/web_custom_versions/Comfy-Org_ComfyUI_frontend/1.23.4
2025-06-29 08:35:17.704 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:18.705 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:19.707 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:20.709 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:21.710 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:22.712 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:23.713 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:24.714 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:25.716 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:35:25.716 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:26.718 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:27.720 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:28.722 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:29.724 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:30.726 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:31.727 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:32.730 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:33.731 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:34.733 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:35.735 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:35:35.735 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:36.736 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:37.737 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:38.739 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:39.741 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:40.743 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:41.744 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:42.747 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:43.749 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:44.750 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:45.752 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:35:45.752 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:46.754 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:47.756 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:48.758 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:49.760 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:50.762 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:51.764 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:52.766 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:53.767 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:54.769 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:55.770 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:35:55.770 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:56.772 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:57.773 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:58.774 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:35:59.775 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:00.777 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:01.778 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:02.780 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:03.781 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:04.782 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:05.784 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:36:05.784 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:06.787 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:07.788 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:08.790 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:09.791 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:10.793 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:11.795 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:12.797 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:13.799 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:14.801 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:15.802 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:36:15.802 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:16.803 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:17.804 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:18.805 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:19.806 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:20.807 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:21.809 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:22.811 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:23.813 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:24.814 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:25.816 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:36:25.816 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:26.818 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:27.819 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:28.820 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:29.822 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:30.823 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:31.823 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:32.824 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:33.826 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:34.827 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:35.829 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:36:35.829 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:36.832 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:37.834 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:38.836 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:39.837 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:40.838 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:41.840 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:42.841 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:43.842 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:44.843 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:45.845 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:36:45.845 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:46.846 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:47.848 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:48.849 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:49.850 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:50.852 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:51.853 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:52.854 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:53.856 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:54.858 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:55.860 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:36:55.860 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:56.862 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:57.864 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:58.865 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:36:59.867 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:00.869 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:01.871 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:02.872 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:03.874 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:04.876 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:05.878 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:37:05.878 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:06.880 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:07.883 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:08.887 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:09.888 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:10.890 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:11.891 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:12.893 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:13.894 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:14.896 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:15.898 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:37:15.898 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:16.900 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:17.902 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:18.904 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:19.906 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:20.907 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:21.908 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:22.911 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:23.912 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:24.913 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:25.914 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:37:25.914 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:26.916 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:27.918 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:28.919 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:29.870 [Info] Creating new session 'local' for 100.64.0.29 (via 2a09:bac1:5100:30::38:b3, 162.158.26.97)
2025-06-29 08:37:31.813 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:32.814 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:33.233 [Debug] User local requested check for updates.
2025-06-29 08:37:33.816 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:34.818 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:35.820 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:36.821 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:37.822 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:37:37.822 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:38.824 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:39.825 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:40.826 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:40.886 [Debug] Update check complete - 1 Swarm commits, 0 extensions, 0 backends.
2025-06-29 08:37:41.827 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:42.829 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:43.831 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:44.833 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:45.835 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:46.836 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:47.838 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:37:47.838 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:48.838 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:49.839 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:50.841 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:51.843 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:52.845 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:53.847 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:54.848 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:55.850 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:56.852 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:57.854 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:37:57.854 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:58.856 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:37:59.857 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:00.859 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:01.861 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:02.863 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:03.864 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:04.866 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:05.868 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:06.869 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:07.871 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:38:07.871 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:08.873 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:09.875 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:10.877 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:11.879 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:12.880 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:13.882 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:14.884 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:15.885 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:16.887 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:17.888 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:38:17.888 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:18.890 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:19.891 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:20.893 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:21.894 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:22.896 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:23.897 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:24.899 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:25.899 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:26.901 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:27.903 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:38:27.903 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:28.905 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:29.907 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:30.909 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:31.911 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:32.913 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:33.914 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:34.916 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:35.874 [Debug] [ComfyUI-1/STDOUT] Warning: Could not load sageattention: /workspace/StableSwarmUI/dlbackend/ComfyUI/venv/lib/python3.11/site-packages/sageattention/_fused.cpython-311-x86_64-linux-gnu.so: undefined symbol: _ZN3c106detail14torchCheckFailEPKcS2_jRKSs
2025-06-29 08:38:35.918 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:36.920 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:37.921 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:38:37.921 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:38.922 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:39.926 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:40.928 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:41.929 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:42.930 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:43.931 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:44.933 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:45.934 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:46.935 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:47.937 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:38:47.937 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:48.939 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:49.940 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:50.942 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:51.943 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:52.944 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:53.946 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:54.948 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:55.950 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:56.952 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:57.825 [Debug] [ComfyUI-1/STDOUT] [tinyterraNodes] Loaded
2025-06-29 08:38:57.954 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:38:57.954 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:58.956 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:38:59.958 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:00.959 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:01.960 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:02.962 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:03.964 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:04.965 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:05.967 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:06.219 [Debug] [ComfyUI-1/STDERR] /workspace/StableSwarmUI/dlbackend/ComfyUI/venv/lib/python3.11/site-packages/transformers/utils/deprecation.py:172: UserWarning: The following named arguments are not valid for `SegformerImageProcessor.__init__` and were ignored: 'feature_extractor_type'
2025-06-29 08:39:06.219 [Debug] [ComfyUI-1/STDERR]   return func(*args, **kwargs)
2025-06-29 08:39:06.968 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:07.970 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:39:07.970 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:08.972 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:09.974 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:10.975 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:11.977 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:12.978 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:13.980 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:14.983 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:15.984 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:16.986 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:17.988 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:39:17.988 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:18.990 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:19.992 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:20.994 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:21.996 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:22.998 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:23.999 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:25.002 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:26.004 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:27.006 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:28.008 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:39:28.008 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:29.009 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:30.011 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:31.012 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:32.013 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:33.015 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:34.017 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:35.019 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:35.474 [Debug] [ComfyUI-1/STDERR] [/workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui_controlnet_aux] | INFO -> Using ckpts path: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts
2025-06-29 08:39:35.478 [Debug] [ComfyUI-1/STDERR] [/workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui_controlnet_aux] | INFO -> Using symlinks: False
2025-06-29 08:39:35.481 [Debug] [ComfyUI-1/STDERR] [/workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
2025-06-29 08:39:36.021 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:37.022 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:38.024 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:39:38.024 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:39.025 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:40.027 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:40.468 [Debug] [ComfyUI-1/STDERR] generated new fontManager
2025-06-29 08:39:41.028 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:42.030 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:43.032 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:44.033 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:45.035 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:46.036 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:47.039 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:47.972 [Debug] [ComfyUI-1/STDERR] /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui_controlnet_aux/node_wrappers/dwpose.py:26: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly
2025-06-29 08:39:47.972 [Debug] [ComfyUI-1/STDERR]   warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly")
2025-06-29 08:39:48.040 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:39:48.040 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:49.041 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:50.043 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:51.044 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:52.045 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:53.047 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:54.049 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:55.051 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:56.052 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:56.992 [Debug] [ComfyUI-1/STDOUT] 
2025-06-29 08:39:56.992 [Debug] [ComfyUI-1/STDOUT] [rgthree-comfy] Loaded 47 extraordinary nodes. 🎉
2025-06-29 08:39:56.992 [Debug] [ComfyUI-1/STDOUT] 
2025-06-29 08:39:57.054 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:58.055 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:39:58.055 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:39:59.057 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:00.058 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:01.060 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:02.062 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:03.063 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:04.065 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:05.067 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:06.068 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:07.069 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:08.070 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:40:08.070 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:09.071 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:10.073 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:11.076 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:12.078 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:13.080 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:14.082 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:15.083 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:16.084 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:17.085 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:18.087 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:40:18.087 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:19.088 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:20.089 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:21.091 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:22.092 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:23.094 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:24.096 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:25.097 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:26.099 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:27.100 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:28.101 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:40:28.101 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:29.103 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:30.105 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:30.314 [Debug] [ComfyUI-1/STDOUT] no module 'xformers'. Processing without...
2025-06-29 08:40:30.323 [Debug] [ComfyUI-1/STDOUT] no module 'xformers'. Processing without...
2025-06-29 08:40:30.463 [Debug] [ComfyUI-1/STDOUT] ### Loading: ComfyUI-Impact-Pack (V8.15.3)
2025-06-29 08:40:31.107 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:32.108 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:33.110 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:34.112 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:34.142 [Debug] [ComfyUI-1/STDOUT] [Impact Pack] Wildcards loading done.
2025-06-29 08:40:34.427 [Debug] [ComfyUI-1/STDOUT] [Crystools INFO] Crystools version: 1.25.1
2025-06-29 08:40:34.725 [Debug] [ComfyUI-1/STDOUT] [Crystools INFO] Platform release: 6.8.0-59-generic
2025-06-29 08:40:34.726 [Debug] [ComfyUI-1/STDOUT] [Crystools INFO] JETSON: Not detected.
2025-06-29 08:40:34.766 [Debug] [ComfyUI-1/STDOUT] [Crystools INFO] CPU: AMD EPYC 7352 24-Core Processor - Arch: x86_64 - OS: Linux 6.8.0-59-generic
2025-06-29 08:40:34.766 [Debug] [ComfyUI-1/STDOUT] [Crystools INFO] pynvml (NVIDIA) initialized.
2025-06-29 08:40:34.767 [Debug] [ComfyUI-1/STDOUT] [Crystools INFO] GPU/s:
2025-06-29 08:40:34.767 [Debug] [ComfyUI-1/STDOUT] [Crystools INFO] 0) NVIDIA RTX A4500
2025-06-29 08:40:34.767 [Debug] [ComfyUI-1/STDOUT] [Crystools INFO] NVIDIA Driver: 565.57.01
2025-06-29 08:40:34.830 [Debug] [ComfyUI-1/STDERR] ### Loading: ComfyUI-Manager (V3.32.5)
2025-06-29 08:40:34.836 [Debug] [ComfyUI-1/STDERR] [ComfyUI-Manager] network_mode: public
2025-06-29 08:40:35.114 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:36.116 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:37.117 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:38.119 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:40:38.119 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:39.121 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:40.122 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:41.124 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:41.564 [Debug] [ComfyUI-1/STDERR] ### ComfyUI Version: v0.3.43-6-g2a0b138f | Released on '2025-06-28'
2025-06-29 08:40:42.095 [Debug] [ComfyUI-1/STDERR] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-06-29 08:40:42.125 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:42.139 [Debug] [ComfyUI-1/STDERR] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-06-29 08:40:42.216 [Debug] [ComfyUI-1/STDERR] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-06-29 08:40:42.307 [Debug] [ComfyUI-1/STDERR] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-06-29 08:40:42.340 [Debug] [ComfyUI-1/STDERR] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-06-29 08:40:42.475 [Debug] [ComfyUI-1/STDERR] 
2025-06-29 08:40:42.475 [Debug] [ComfyUI-1/STDERR] Import times for custom nodes:
2025-06-29 08:40:42.475 [Debug] [ComfyUI-1/STDERR]    0.0 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/websocket_image_save.py
2025-06-29 08:40:42.475 [Debug] [ComfyUI-1/STDERR]    0.0 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/ComfyUI_ADV_CLIP_emb
2025-06-29 08:40:42.476 [Debug] [ComfyUI-1/STDERR]    0.0 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/masquerade-nodes-comfyui
2025-06-29 08:40:42.476 [Debug] [ComfyUI-1/STDERR]    0.1 seconds: /workspace/StableSwarmUI/src/BuiltinExtensions/ComfyUIBackend/ExtraNodes/SwarmComfyExtra
2025-06-29 08:40:42.476 [Debug] [ComfyUI-1/STDERR]    0.1 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui_ultimatesdupscale
2025-06-29 08:40:42.476 [Debug] [ComfyUI-1/STDERR]    0.1 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui_essentials
2025-06-29 08:40:42.476 [Debug] [ComfyUI-1/STDERR]    0.4 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/anytext
2025-06-29 08:40:42.476 [Debug] [ComfyUI-1/STDERR]    0.4 seconds: /workspace/StableSwarmUI/src/BuiltinExtensions/ComfyUIBackend/ExtraNodes/SwarmComfyCommon
2025-06-29 08:40:42.477 [Debug] [ComfyUI-1/STDERR]    0.6 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/rgthree-comfy
2025-06-29 08:40:42.477 [Debug] [ComfyUI-1/STDERR]    0.6 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/ComfyUI-Crystools
2025-06-29 08:40:42.477 [Debug] [ComfyUI-1/STDERR]    1.0 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/kaytool
2025-06-29 08:40:42.477 [Debug] [ComfyUI-1/STDERR]    3.1 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui-kjnodes
2025-06-29 08:40:42.477 [Debug] [ComfyUI-1/STDERR]    3.4 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui_ipadapter_plus
2025-06-29 08:40:42.478 [Debug] [ComfyUI-1/STDERR]    3.7 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui-impact-pack
2025-06-29 08:40:42.478 [Debug] [ComfyUI-1/STDERR]    3.9 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui_tinyterranodes
2025-06-29 08:40:42.478 [Debug] [ComfyUI-1/STDERR]    4.1 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui-videohelpersuite
2025-06-29 08:40:42.478 [Debug] [ComfyUI-1/STDERR]    4.6 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/audio-separation-nodes-comfyui
2025-06-29 08:40:42.478 [Debug] [ComfyUI-1/STDERR]    7.2 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui-manager
2025-06-29 08:40:42.478 [Debug] [ComfyUI-1/STDERR]    8.0 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui-mvadapter
2025-06-29 08:40:42.479 [Debug] [ComfyUI-1/STDERR]    8.7 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/Comfyui_segformer_b2_clothes
2025-06-29 08:40:42.479 [Debug] [ComfyUI-1/STDERR]   12.7 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui_controlnet_aux
2025-06-29 08:40:42.479 [Debug] [ComfyUI-1/STDERR]   20.5 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/ComfyUI-J
2025-06-29 08:40:42.479 [Debug] [ComfyUI-1/STDERR]   33.3 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/comfyui-supir
2025-06-29 08:40:42.479 [Debug] [ComfyUI-1/STDERR]  157.5 seconds: /workspace/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/ComfyUI-WanVideoWrapper
2025-06-29 08:40:42.479 [Debug] [ComfyUI-1/STDERR] 
2025-06-29 08:40:43.126 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:44.128 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:45.130 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:46.132 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:47.133 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:48.135 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:40:48.135 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:49.137 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:49.728 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 5/90
2025-06-29 08:40:50.139 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:51.141 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:52.142 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:53.142 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:54.074 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 10/90
2025-06-29 08:40:54.144 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:55.145 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:56.147 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:57.149 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:57.290 [Debug] [ComfyUI-1/STDERR] Context impl SQLiteImpl.
2025-06-29 08:40:57.291 [Debug] [ComfyUI-1/STDERR] Will assume non-transactional DDL.
2025-06-29 08:40:57.316 [Debug] [ComfyUI-1/STDERR] No target revision found.
2025-06-29 08:40:57.868 [Debug] [ComfyUI-1/STDERR] Starting server
2025-06-29 08:40:57.868 [Debug] [ComfyUI-1/STDERR] 
2025-06-29 08:40:57.868 [Debug] [ComfyUI-1/STDERR] To see the GUI go to: http://127.0.0.1:7821
2025-06-29 08:40:58.150 [Debug] [Load ComfyUI Self-Starting #1] ComfyUI-1 port 7821 waiting for server...
2025-06-29 08:40:58.150 [Debug] [Load ComfyUI Self-Starting #1] Will attempt to load value set...
2025-06-29 08:40:58.391 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 15/90
2025-06-29 08:41:04.407 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 20/90
2025-06-29 08:41:08.508 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 25/90
2025-06-29 08:41:12.726 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 30/90
2025-06-29 08:41:26.947 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 35/90
2025-06-29 08:41:39.446 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 40/90
2025-06-29 08:41:44.121 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 45/90
2025-06-29 08:41:48.341 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 50/90
2025-06-29 08:41:52.558 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 55/90
2025-06-29 08:41:56.997 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 60/90
2025-06-29 08:41:58.155 [Error] Self-Start ComfyUI-1 on port 7821 failed to start: System.Threading.Tasks.TaskCanceledException: The operation was canceled.
 ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
 ---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
 ---> System.Net.Sockets.SocketException (125): Operation canceled
   --- End of inner exception stack trace ---
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
   at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at SwarmUI.Builtin_ComfyUIBackend.ComfyUIAPIAbstractBackend.SendGet[JType](String url, CancellationToken token) in /workspace/StableSwarmUI/src/BuiltinExtensions/ComfyUIBackend/ComfyUIAPIAbstractBackend.cs:line 915
   at SwarmUI.Builtin_ComfyUIBackend.ComfyUIAPIAbstractBackend.LoadValueSet(Double maxMinutes) in /workspace/StableSwarmUI/src/BuiltinExtensions/ComfyUIBackend/ComfyUIAPIAbstractBackend.cs:line 47
   at SwarmUI.Builtin_ComfyUIBackend.ComfyUIAPIAbstractBackend.InitInternal(Boolean ignoreWebError) in /workspace/StableSwarmUI/src/BuiltinExtensions/ComfyUIBackend/ComfyUIAPIAbstractBackend.cs:line 133
   at SwarmUI.Backends.NetworkBackendUtils.<>c__DisplayClass10_0.<<DoSelfStart>b__1>d.MoveNext() in /workspace/StableSwarmUI/src/Backends/NetworkBackendUtils.cs:line 337
--- End of stack trace from previous location ---
   at SwarmUI.Backends.NetworkBackendUtils.<>c__DisplayClass11_0.<<DoSelfStart>g__launch|0>d.MoveNext() in /workspace/StableSwarmUI/src/Backends/NetworkBackendUtils.cs:line 474
2025-06-29 08:42:01.159 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 65/90
2025-06-29 08:42:03.290 [Debug] Have 2 Stable-Diffusion models.
2025-06-29 08:42:03.315 [Debug] Have 1 VAE models.
2025-06-29 08:42:03.329 [Debug] Have 1 LoRA models.
2025-06-29 08:42:03.337 [Debug] Have 0 Embedding models.
2025-06-29 08:42:03.345 [Debug] Have 1 ControlNet models.
2025-06-29 08:42:03.354 [Debug] Have 2 Clip models.
2025-06-29 08:42:03.360 [Debug] Have 0 ClipVision models.
2025-06-29 08:42:03.369 [Debug] Data refreshed!
2025-06-29 08:42:05.379 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 70/90
2025-06-29 08:42:10.964 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 75/90
2025-06-29 08:42:16.054 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 80/90
2025-06-29 08:42:20.562 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 85/90
2025-06-29 08:42:25.208 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data: 90/90
2025-06-29 08:42:25.709 [Debug] [ComfyUI-1/STDOUT] FETCH ComfyRegistry Data [DONE]
2025-06-29 08:42:27.208 [Debug] [ComfyUI-1/STDERR] [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-06-29 08:42:27.777 [Debug] [ComfyUI-1/STDOUT] FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
2025-06-29 08:42:27.869 [Debug] [ComfyUI-1/STDERR] [ComfyUI-Manager] All startup tasks have been completed.
2025-06-29 08:52:08.540 [Info] User local is submitted logs above level Debug to pastebin...