Date: 2026/08/04 22:52:29 UTC+00:00
Type: Swarm Debug Log
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
2026-08-04 15:02:12.983 [Init] === SwarmUI v0.9.8.2 Starting at 2026-08-04 15:02:12 ===
2026-08-04 15:02:12.992 [Init] Parsing command line...
2026-08-04 15:02:13.002 [Init] Loading settings file...
2026-08-04 15:02:13.021 [Init] Re-saving settings file...
2026-08-04 15:02:13.036 [Init] Applying command line settings...
2026-08-04 15:02:13.045 [Init] SwarmUI was installed 2026-05-23 (2 months ago) with version 0.9.8.0
2026-08-04 15:02:13.045 [Init] Swarm base path is: /home/spark/Tools/SwarmUI
2026-08-04 15:02:13.045 [Init] Running on OS: Ubuntu 24.04.4 LTS
2026-08-04 15:02:13.045 [Debug] [Load Time] Initial settings load took 0.06s (0.06s from start)
2026-08-04 15:02:13.081 [Init] Prepping extension: SwarmUI.Builtin_ImageBatchToolExtension.ImageBatchToolExtension...
2026-08-04 15:02:13.082 [Init] Prepping extension: SwarmUI.Builtin_GridGeneratorExtension.GridGeneratorExtension...
2026-08-04 15:02:13.082 [Init] Prepping extension: SwarmUI.Builtin_DynamicThresholding.DynamicThresholdingExtension...
2026-08-04 15:02:13.082 [Init] Prepping extension: SwarmUI.Builtin_ComfyUIBackend.ComfyUIBackendExtension...
2026-08-04 15:02:13.082 [Init] Prepping extension: SwarmUI.Builtin_AutoWebUIExtension.AutoWebUIBackendExtension...
2026-08-04 15:02:13.117 [Debug] Don't need to rebuild extension src/Extensions/SwarmUI-PostRenderTorched/SwarmUI-PostRenderTorchedExtensionProjectFile.csproj, already built.
2026-08-04 15:02:13.122 [Debug] Don't need to rebuild extension src/Extensions/SwarmUI-KreaGoneWild/SwarmUI-KreaGoneWild.csproj, already built.
2026-08-04 15:02:13.125 [Debug] Don't need to rebuild extension src/Extensions/SwarmUI-Epsilon-Scaling/EpsilonScaling.csproj, already built.
2026-08-04 15:02:13.129 [Debug] Don't need to rebuild extension src/Extensions/SwarmUI-MagicPromptExtension/SwarmAutoGenExtensionProjectFile.csproj, already built.
2026-08-04 15:02:13.133 [Debug] Don't need to rebuild extension src/Extensions/SwarmUI-PromptBuilderExtension/SwarmAutoGenExtensionProjectFile.csproj, already built.
2026-08-04 15:02:13.135 [Debug] Building extension project: src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj...
2026-08-04 15:02:21.840 [Error] !!!!
2026-08-04 15:02:21.840 [Error] Build of extension project src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj failed! Raw output:
Determining projects to restore...
/home/spark/Tools/SwarmUI/src/SwarmUI.csproj : warning NU1900: Error occurred while getting package vulnerability data: Unable to load the service index for source https://api.nuget.org/v3/index.json. [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
Restored /home/spark/Tools/SwarmUI/src/SwarmUI.csproj (in 5.8 sec).
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj : warning NU1900: Error occurred while getting package vulnerability data: Unable to load the service index for source https://api.nuget.org/v3/index.json.
SwarmUI -> /home/spark/Tools/SwarmUI/src/bin/extensions/SwarmExtensionSwarmUI-VideoStages/SwarmUI.dll
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/HostVideo/HostVideoExecutionAdapter.cs(46,51): error CS0117: 'T2IParamTypes' does not contain a definition for 'VideoAudioReference' [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/MiniMax/MiniMaxGenerationSession.cs(153,27): error CS0117: 'T2IParamTypes' does not contain a definition for 'VideoAudioReference' [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/MiniMax/MiniMaxGenerationSession.cs(158,31): error CS0117: 'T2IParamTypes' does not contain a definition for 'VideoAudioReference' [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/HostVideo/Runtime/StockHostVideoGenerationSession.cs(185,31): error CS0117: 'T2IParamTypes' does not contain a definition for 'VideoAudioReference' [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/HostVideo/Runtime/StockHostVideoGenerationSession.cs(192,35): error CS0117: 'T2IParamTypes' does not contain a definition for 'VideoAudioReference' [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/Ltx2/Runtime/Guide/LtxGuidePreprocessReuse.cs(6,1): warning IDE0005: Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005) [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/Ltx2/Runtime/RootVideoStageResizer.cs(6,1): warning IDE0005: Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005) [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/Ltx2/Runtime/Audio/LtxAudioMaskResizer.cs(4,1): warning IDE0005: Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005) [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/Ltx2/Runtime/Audio/LtxAudioInjector.cs(7,1): warning IDE0005: Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005) [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/Ltx2/Runtime/StageSequenceRootSetup.cs(2,1): warning IDE0005: Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005) [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
Build FAILED.
/home/spark/Tools/SwarmUI/src/SwarmUI.csproj : warning NU1900: Error occurred while getting package vulnerability data: Unable to load the service index for source https://api.nuget.org/v3/index.json. [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj : warning NU1900: Error occurred while getting package vulnerability data: Unable to load the service index for source https://api.nuget.org/v3/index.json.
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/Ltx2/Runtime/Guide/LtxGuidePreprocessReuse.cs(6,1): warning IDE0005: Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005) [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/Ltx2/Runtime/RootVideoStageResizer.cs(6,1): warning IDE0005: Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005) [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/Ltx2/Runtime/Audio/LtxAudioMaskResizer.cs(4,1): warning IDE0005: Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005) [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/Ltx2/Runtime/Audio/LtxAudioInjector.cs(7,1): warning IDE0005: Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005) [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/Ltx2/Runtime/StageSequenceRootSetup.cs(2,1): warning IDE0005: Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005) [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/HostVideo/HostVideoExecutionAdapter.cs(46,51): error CS0117: 'T2IParamTypes' does not contain a definition for 'VideoAudioReference' [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/MiniMax/MiniMaxGenerationSession.cs(153,27): error CS0117: 'T2IParamTypes' does not contain a definition for 'VideoAudioReference' [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/Architectures/MiniMax/MiniMaxGenerationSession.cs(158,31): error CS0117: 'T2IParamTypes' does not contain a definition for 'VideoAudioReference' [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/HostVideo/Runtime/StockHostVideoGenerationSession.cs(185,31): error CS0117: 'T2IParamTypes' does not contain a definition for 'VideoAudioReference' [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/src/HostVideo/Runtime/StockHostVideoGenerationSession.cs(192,35): error CS0117: 'T2IParamTypes' does not contain a definition for 'VideoAudioReference' [/home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-VideoStages/SwarmUI-VideoStages.csproj]
7 Warning(s)
5 Error(s)
Time Elapsed 00:00:08.50
2026-08-04 15:02:21.840 [Error] !!!!
2026-08-04 15:02:23.842 [Init] Prepping extension: PostRenderTorched.PostRenderTorchedExtension...
2026-08-04 15:02:23.847 [Debug] Extension SwarmExtensionSwarmUI-KreaGoneWild loading private dep ComfyTyped from /home/spark/Tools/SwarmUI/src/bin/extensions/SwarmExtensionSwarmUI-KreaGoneWild/ComfyTyped.dll
2026-08-04 15:02:23.849 [Init] Prepping extension: KreaGoneWild.KreaGoneWildExtension...
2026-08-04 15:02:23.849 [Init] Prepping extension: EpsilonScaling.EpsilonScalingExtension...
2026-08-04 15:02:23.850 [Init] Prepping extension: Hartsy.Extensions.MagicPromptExtension.MagicPromptExtension...
2026-08-04 15:02:23.851 [Init] Prepping extension: PromptBuilderExtension.PromptBuilderExtension...
2026-08-04 15:02:23.855 [Init] CPU Cores: 20 | RAM: 121.63 GiB total, 118.23 GiB available, 16.00 GiB virtual, unknown swap
2026-08-04 15:02:23.867 [Info] MagicPromptExtension Version 2.4 Now with Vision and automatic processing! has started.
2026-08-04 15:02:23.872 [Info] Loaded Prompt Builder data category: Background
2026-08-04 15:02:23.873 [Info] Loaded Prompt Builder data category: Colors
2026-08-04 15:02:23.874 [Info] Loaded Prompt Builder data category: Image Composition
2026-08-04 15:02:23.878 [Info] Loaded Prompt Builder data category: Character
2026-08-04 15:02:23.878 [Info] Loaded Prompt Builder data category: Lighting
2026-08-04 15:02:23.878 [Init] Current git commit is [6a7b1249: better video duration input], marked as date 2026-08-04 06:22:20 (12 hours ago)
2026-08-04 15:02:23.878 [Info] Loaded Prompt Builder data category: Locations
2026-08-04 15:02:23.879 [Info] Loaded Prompt Builder data category: Sex
2026-08-04 15:02:23.879 [Info] Loaded Prompt Builder data category: Creatures
2026-08-04 15:02:23.880 [Info] Loaded Prompt Builder data category: Design Elements
2026-08-04 15:02:23.880 [Info] Loaded Prompt Builder data category: Games
2026-08-04 15:02:23.881 [Info] Loaded Prompt Builder data category: Groups
2026-08-04 15:02:23.881 [Info] Loaded Prompt Builder data category: Jobs
2026-08-04 15:02:23.882 [Info] Loaded Prompt Builder data category: Objects
2026-08-04 15:02:23.882 [Info] Loaded Prompt Builder data category: Plants
2026-08-04 15:02:23.883 [Init] Swarm is up to date! You have version 0.9.8.2, and 0.9.8-Beta is the latest.
2026-08-04 15:02:23.885 [Init] GPU 0: NVIDIA GB10 | Temp 41C | Util 0% GPU, 0% Memory | VRAM 0 B total, 0 B free, 0 B used
2026-08-04 15:02:23.888 [Info] Loaded Prompt Builder data category: Series
2026-08-04 15:02:23.889 [Info] Prompt Builder Extension loaded 15 data categories
2026-08-04 15:02:23.889 [Debug] [Load Time] Extension PreInit took 10.84s (10.9s from start)
2026-08-04 15:02:23.889 [Init] Prepping options...
2026-08-04 15:02:23.982 [Debug] [Load Time] Prep Options took 0.09s (10.99s from start)
2026-08-04 15:02:23.982 [Debug] [Load Time] Web PreInit took 0s (10.99s from start)
2026-08-04 15:02:23.990 [Info] PostRender Torched Extension initializing...
2026-08-04 15:02:23.991 [Init] PostRender Torched: added /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PostRenderTorched/comfy_node to ComfyUI CustomNodePaths
2026-08-04 15:02:23.993 [Info] SwarmUI Krea Gone Wild Extension initializing...
2026-08-04 15:02:24.041 [Debug] Registered API key type: openai_api
2026-08-04 15:02:24.041 [Debug] Registered API key type: anthropic_api
2026-08-04 15:02:24.041 [Debug] Registered API key type: openrouter_api
2026-08-04 15:02:24.041 [Debug] Registered API key type: openaiapi_local
2026-08-04 15:02:24.041 [Debug] Registered API key type: grok_api
2026-08-04 15:02:24.042 [Debug] [Load Time] Extensions Init took 0.06s (11.05s from start)
2026-08-04 15:02:24.042 [Debug] [Load Time] Prep Utils took 0s (11.05s from start)
2026-08-04 15:02:24.062 [Debug] [Load Time] Languages load took 0.02s (11.07s from start)
2026-08-04 15:02:24.062 [Init] Loading models list...
2026-08-04 15:02:24.090 [Debug] Have 11 Stable-Diffusion models.
2026-08-04 15:02:24.092 [Debug] Have 6 VAE models.
2026-08-04 15:02:24.097 [Debug] Have 8 LoRA models.
2026-08-04 15:02:24.097 [Debug] Have 0 Embedding models.
2026-08-04 15:02:24.098 [Debug] Have 0 ControlNet models.
2026-08-04 15:02:24.100 [Debug] Have 7 Clip models.
2026-08-04 15:02:24.100 [Debug] There are 1 Clip models that have exactly matched filenames across different folders: '/home/spark/Tools/SwarmUI/Models/text_encoders/qwen_3_600m.safetensors' is also stored in '/home/spark/Tools/SwarmUI/Models/clip/qwen_3_600m.safetensors'
2026-08-04 15:02:24.100 [Debug] Have 0 ClipVision models.
2026-08-04 15:02:24.101 [Debug] [Load Time] Model listing took 0.04s (11.11s from start)
2026-08-04 15:02:24.101 [Init] Loading backends...
2026-08-04 15:02:24.102 [Init] Loading backends from file...
2026-08-04 15:02:24.103 [Debug] [Load ComfyUI Self-Starting #2] Waiting to load...
2026-08-04 15:02:24.104 [Debug] [Load ComfyUI Self-Starting #2] Will now load...
2026-08-04 15:02:24.104 [Init] Initializing backend #2 - ComfyUI Self-Starting...
2026-08-04 15:02:24.104 [Debug] [Load Time] Backends took 0s (11.11s from start)
2026-08-04 15:02:24.104 [Init] Prepping API...
2026-08-04 15:02:24.105 [Debug] [Load ComfyUI Self-Starting #2] Starting init...
2026-08-04 15:02:24.105 [Debug] [Load ComfyUI Self-Starting #2] Will emit comfy model paths file...
2026-08-04 15:02:24.105 [Debug] [Load ComfyUI Self-Starting #2] Done emitting comfy model paths file.
2026-08-04 15:02:24.105 [Debug] [Load ComfyUI Self-Starting #2] Will add args: --extra-model-paths-config /home/spark/Tools/SwarmUI/Data/comfy-auto-model.yaml --preview-method latent2rgb --front-end-version Comfy-Org/[email protected]
2026-08-04 15:02:24.106 [Debug] [Load Time] API took 0s (11.12s from start)
2026-08-04 15:02:24.106 [Init] Prepping webserver...
2026-08-04 15:02:24.106 [Debug] [Load ComfyUI Self-Starting #2] Will track node repo load task...
2026-08-04 15:02:24.106 [Debug] [Load ComfyUI Self-Starting #2] Will track comfy git pull auto-update task...
2026-08-04 15:02:24.106 [Debug] [Load ComfyUI Self-Starting #2] Waiting on git tasks to complete...
2026-08-04 15:02:24.107 [Debug] [Load ComfyUI Self-Starting #2] Running git pull in comfy folder...
2026-08-04 15:02:24.107 [Init] Backend request handler loop ready...
2026-08-04 15:02:24.124 [Debug] [Load ComfyUI Self-Starting #2] Comfy git pull response: fatal: unable to access 'https://github.com/comfyanonymous/ComfyUI.git/': Could not resolve host: github.com
2026-08-04 15:02:24.133 [Debug] [Load Time] [Web] WebApp builder prep took 0.02s (0.02s from start)
2026-08-04 15:02:24.158 [Debug] [Load ComfyUI Self-Starting #2] Will ensure all node repos...
2026-08-04 15:02:24.163 [Debug] [Load Time] [Web] WebApp build took 0.03s (0.05s from start)
2026-08-04 15:02:24.163 [Debug] [Load Time] [Web] exception handler took 0s (0.05s from start)
2026-08-04 15:02:24.163 [Debug] [Load Time] [Web] StartStop handler took 0s (0.05s from start)
2026-08-04 15:02:24.163 [Debug] [Load Time] [Web] static files took 0s (0.05s from start)
2026-08-04 15:02:24.197 [Debug] [Load Time] [Web] core use calls took 0.03s (0.08s from start)
2026-08-04 15:02:24.199 [Debug] [Load Time] [Web] core maps took 0s (0.09s from start)
2026-08-04 15:02:24.199 [Init] Scan for web extensions...
2026-08-04 15:02:24.200 [Debug] [Load Time] [Web] end took 0s (0.09s from start)
2026-08-04 15:02:24.200 [Debug] [Load Time] Web prep took 0.09s (11.21s from start)
2026-08-04 15:02:24.200 [Init] Readying extensions for launch...
2026-08-04 15:02:24.200 [Debug] [Load Time] Extensions pre-launch took 0s (11.21s from start)
2026-08-04 15:02:24.200 [Init] Launching server...
2026-08-04 15:02:24.201 [Init] Starting webserver on http://0.0.0.0:7801
2026-08-04 15:02:24.209 [Debug] [Load ComfyUI Self-Starting #2] Ensure node repos - Will git pull for ComfyUI-Frame-Interpolation...
2026-08-04 15:02:24.220 [Debug] [Load ComfyUI Self-Starting #2] Node pull response for ComfyUI-Frame-Interpolation: fatal: unable to access 'https://github.com/Fannovel16/ComfyUI-Frame-Interpolation/': Could not resolve host: github.com
2026-08-04 15:02:24.235 [Debug] [Load Time] Web launch took 0.04s (11.25s from start)
2026-08-04 15:02:24.235 [Init] SwarmUI v0.9.8.2 - PhostoGen is now running.
2026-08-04 15:02:24.258 [Debug] [Load ComfyUI Self-Starting #2] Ensure node repos - Will git pull for ComfyUI_IPAdapter_plus...
2026-08-04 15:02:24.268 [Debug] [Load ComfyUI Self-Starting #2] Node pull response for ComfyUI_IPAdapter_plus: fatal: unable to access 'https://github.com/cubiq/ComfyUI_IPAdapter_plus/': Could not resolve host: github.com
2026-08-04 15:02:24.308 [Debug] [Load ComfyUI Self-Starting #2] Ensure node repos - Will git pull for ComfyUI-segment-anything-2...
2026-08-04 15:02:24.359 [Debug] [Load ComfyUI Self-Starting #2] Ensure node repos - Will git pull for ComfyUI-ConditioningKrea2Rebalance...
2026-08-04 15:02:24.535 [Debug] [Load ComfyUI Self-Starting #2] Node pull response for ComfyUI-segment-anything-2: Already up to date.
2026-08-04 15:02:24.736 [Init] Launch web browser...
2026-08-04 15:02:26.954 [Debug] [Load ComfyUI Self-Starting #2] Node pull response for ComfyUI-ConditioningKrea2Rebalance: Already up to date.
2026-08-04 15:02:26.954 [Debug] [Load ComfyUI Self-Starting #2] Done ensuring all node repos.
2026-08-04 15:02:26.954 [Debug] [Load ComfyUI Self-Starting #2] All tasks done.
2026-08-04 15:02:26.958 [Debug] [Load ComfyUI Self-Starting #2] Will validate required libs...
2026-08-04 15:02:26.960 [Debug] [Load ComfyUI Self-Starting #2] Done validating required libs.
2026-08-04 15:02:26.960 [Debug] [Load ComfyUI Self-Starting #2] Starting self-start ComfyUI process...
2026-08-04 15:02:26.962 [Debug] [Load ComfyUI Self-Starting #2] Requested generic launch of /home/spark/Tools/ComfyUI/ComfyUI/main.py on GPU 0 from ComfyUI-2
2026-08-04 15:02:26.971 [Debug] (ComfyUI-2 launch) Adding path /home/spark/Tools/ComfyUI/ComfyUI/venv
2026-08-04 15:02:26.971 [Debug] [Load ComfyUI Self-Starting #2] (ComfyUI-2 launch) Will use python: /home/spark/Tools/ComfyUI/ComfyUI/venv/bin/python3
2026-08-04 15:02:26.971 [Debug] [Load ComfyUI Self-Starting #2] Will start process...
2026-08-04 15:02:26.971 [Init] Self-Start ComfyUI-2 on port 7821 is loading...
2026-08-04 15:02:27.242 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m setup plugin alembic.autogenerate.schemas
2026-08-04 15:02:27.242 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m setup plugin alembic.autogenerate.tables
2026-08-04 15:02:27.242 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m setup plugin alembic.autogenerate.types
2026-08-04 15:02:27.242 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m setup plugin alembic.autogenerate.constraints
2026-08-04 15:02:27.242 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m setup plugin alembic.autogenerate.defaults
2026-08-04 15:02:27.242 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m setup plugin alembic.autogenerate.comments
2026-08-04 15:02:27.281 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path checkpoints /models/t2i/Stable-Diffusion
2026-08-04 15:02:27.281 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path SwarmClipSeg /models/t2i/clipseg
2026-08-04 15:02:27.281 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path diffusion_models /models/t2i/diffusion_models
2026-08-04 15:02:27.281 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path diffusion_models /models/t2i/unet
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path checkpoints /home/spark/Tools/SwarmUI/Models/Stable-Diffusion
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path vae /home/spark/Tools/SwarmUI/Models/VAE
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path loras /home/spark/Tools/SwarmUI/Models/Lora
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path loras /home/spark/Tools/SwarmUI/Models/LyCORIS
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path upscale_models /home/spark/Tools/SwarmUI/Models/ESRGAN
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path upscale_models /home/spark/Tools/SwarmUI/Models/RealESRGAN
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path upscale_models /home/spark/Tools/SwarmUI/Models/SwinIR
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path upscale_models /home/spark/Tools/SwarmUI/Models/upscale-models
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path upscale_models /home/spark/Tools/SwarmUI/Models/upscale_models
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path embeddings /home/spark/Tools/SwarmUI/Models/Embeddings
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path embeddings /home/spark/Tools/SwarmUI/Models/embeddings
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path hypernetworks /home/spark/Tools/SwarmUI/Models/hypernetworks
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path controlnet /home/spark/Tools/SwarmUI/Models/controlnet
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path controlnet /home/spark/Tools/SwarmUI/Models/model_patches
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path controlnet /home/spark/Tools/SwarmUI/Models/ControlNet
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path model_patches /home/spark/Tools/SwarmUI/Models/controlnet
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path model_patches /home/spark/Tools/SwarmUI/Models/model_patches
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path model_patches /home/spark/Tools/SwarmUI/Models/ControlNet
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path clip /home/spark/Tools/SwarmUI/Models/text_encoders
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path clip /home/spark/Tools/SwarmUI/Models/clip
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path clip /home/spark/Tools/SwarmUI/Models/CLIP
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path clip_vision /home/spark/Tools/SwarmUI/Models/clip_vision
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path unet /home/spark/Tools/SwarmUI/Models/unet
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path diffusion_models /home/spark/Tools/SwarmUI/Models/diffusion_models
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path gligen /home/spark/Tools/SwarmUI/Models/gligen
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path ipadapter /home/spark/Tools/SwarmUI/Models/ipadapter
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path yolov8 /home/spark/Tools/SwarmUI/Models/yolov8
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path tensorrt /home/spark/Tools/SwarmUI/Models/tensorrt
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path clipseg /home/spark/Tools/SwarmUI/Models/clipseg
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path style_models /home/spark/Tools/SwarmUI/Models/style_models
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path latent_upscale_models /home/spark/Tools/SwarmUI/Models/latent_upscale_models
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path luts /home/spark/Tools/SwarmUI/Models/luts
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path luts /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PostRenderTorched/luts
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path custom_nodes /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/DLNodes
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path custom_nodes /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/ExtraNodes
2026-08-04 15:02:27.282 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path custom_nodes /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PostRenderTorched/comfy_node
2026-08-04 15:02:27.974 [Debug] [Load ComfyUI Self-Starting #2] Will attempt to load value set...
2026-08-04 15:02:28.999 [Debug] [Load ComfyUI Self-Starting #2] Will attempt to load value set...
2026-08-04 15:02:29.644 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Found comfy_kitchen backend triton: {'available': True, 'disabled': True, 'unavailable_reason': None, 'capabilities': ['adaln', 'apply_rope', 'apply_rope1', 'apply_rope1_', 'apply_rope_', 'apply_rope_split_half', 'apply_rope_split_half1', 'apply_rope_split_half1_', 'apply_rope_split_half_', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'int8_linear', 'quantize_and_rotate_rowwise', 'quantize_int8_rowwise', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'rms_adaln', 'rms_rope', 'rms_rope1', 'rms_rope1_', 'rms_rope_', 'rms_rope_split_half', 'rms_rope_split_half1', 'rms_rope_split_half1_', 'rms_rope_split_half_']}
2026-08-04 15:02:29.644 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Found comfy_kitchen backend eager: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['adaln', 'apply_rope', 'apply_rope1', 'apply_rope1_', 'apply_rope_', 'apply_rope_split_half', 'apply_rope_split_half1', 'apply_rope_split_half1_', 'apply_rope_split_half_', 'convrot_w4a4_linear', 'dequantize_convrot_w4a4_weight', 'dequantize_int8_convrot_weight', 'dequantize_int8_convrot_weight_dtype', 'dequantize_int8_embedding', 'dequantize_int8_simple', 'dequantize_int8_simple_dtype', 'dequantize_mxfp8', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'gemv_awq_w4a16', 'int8_linear', 'prepare_int4_weight_for_int8_linear', 'quantize_and_rotate_rowwise', 'quantize_convrot_w4a4_weight', 'quantize_int8_convrot_weight', 'quantize_int8_rowwise', 'quantize_int8_tensorwise', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'quantize_svdquant_w4a4', 'rms_adaln', 'rms_rope', 'rms_rope1', 'rms_rope1_', 'rms_rope_', 'rms_rope_split_half', 'rms_rope_split_half1', 'rms_rope_split_half1_', 'rms_rope_split_half_', 'scaled_mm_mxfp8', 'scaled_mm_nvfp4', 'scaled_mm_svdquant_w4a4', 'stochastic_rounding_fp8']}
2026-08-04 15:02:29.644 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Found comfy_kitchen backend cuda: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['adaln', 'apply_rope', 'apply_rope1', 'apply_rope1_', 'apply_rope_', 'apply_rope_split_half', 'apply_rope_split_half1', 'apply_rope_split_half1_', 'apply_rope_split_half_', 'convrot_w4a4_linear', 'dequantize_convrot_w4a4_weight', 'dequantize_int8_convrot_weight', 'dequantize_int8_convrot_weight_dtype', 'dequantize_int8_simple', 'dequantize_int8_simple_dtype', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'gemv_awq_w4a16', 'int8_linear', 'prepare_int4_weight_for_int8_linear', 'quantize_and_rotate_rowwise', 'quantize_convrot_w4a4_weight', 'quantize_int8_convrot_weight', 'quantize_int8_rowwise', 'quantize_int8_tensorwise', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'quantize_svdquant_w4a4', 'rms_adaln', 'rms_rope', 'rms_rope1', 'rms_rope1_', 'rms_rope_', 'rms_rope_split_half', 'rms_rope_split_half1', 'rms_rope_split_half1_', 'rms_rope_split_half_', 'scaled_mm_nvfp4', 'scaled_mm_svdquant_w4a4', 'stochastic_rounding_fp8']}
2026-08-04 15:02:29.644 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Found comfy_kitchen backend hip: {'available': False, 'disabled': False, 'unavailable_reason': 'PyTorch ROCm/HIP runtime not available', 'capabilities': []}
2026-08-04 15:02:29.649 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Checkpoint files will always be loaded safely.
2026-08-04 15:02:29.839 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Total VRAM 124546 MB, total RAM 124546 MB
2026-08-04 15:02:29.839 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m pytorch version: 2.14.0.dev20260723+cu132
2026-08-04 15:02:29.839 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Set vram state to: HIGH_VRAM
2026-08-04 15:02:29.839 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Disabling smart memory management
2026-08-04 15:02:29.839 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Device: cuda:0 NVIDIA GB10 : cudaMallocAsync
2026-08-04 15:02:29.839 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Using async weight offloading with 2 streams
2026-08-04 15:02:29.839 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Enabled pinned memory 112091.0
2026-08-04 15:02:29.957 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Using pytorch attention
2026-08-04 15:02:30.001 [Debug] [Load ComfyUI Self-Starting #2] Will attempt to load value set...
2026-08-04 15:02:31.002 [Debug] [Load ComfyUI Self-Starting #2] Will attempt to load value set...
2026-08-04 15:02:32.005 [Debug] [Load ComfyUI Self-Starting #2] Will attempt to load value set...
2026-08-04 15:02:32.168 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Python version: 3.12.3 (main, Jun 19 2026, 12:46:00) [GCC 13.3.0]
2026-08-04 15:02:32.168 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m ComfyUI version: 0.30.0
2026-08-04 15:02:32.169 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m comfy-aimdo version: 0.4.11
2026-08-04 15:02:32.169 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m comfy-kitchen version: 0.2.26
2026-08-04 15:02:32.170 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Using existing copy of specific frontend version tag: Comfy-Org/[email protected]
2026-08-04 15:02:32.170 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m [Prompt Server] web root: /home/spark/Tools/ComfyUI/ComfyUI/web_custom_versions/Comfy-Org_ComfyUI_frontend/1.47.12
2026-08-04 15:02:32.170 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Asset seeder disabled
2026-08-04 15:02:32.540 [Debug] [ComfyUI-2/STDERR] /home/spark/Tools/ComfyUI/ComfyUI/venv/lib/python3.12/site-packages/torch/jit/_script.py:1491: FutureWarning: `torch.jit.script` is deprecated. Please switch to `torch.compile` or `torch.export`.
2026-08-04 15:02:32.540 [Debug] [ComfyUI-2/STDERR] warnings.warn(
2026-08-04 15:02:32.540 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate'
2026-08-04 15:02:33.006 [Debug] [Load ComfyUI Self-Starting #2] Will attempt to load value set...
2026-08-04 15:02:33.175 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m
2026-08-04 15:02:33.175 [Debug] [ComfyUI-2/STDERR] Import times for custom nodes:
2026-08-04 15:02:33.175 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.0 seconds: /home/spark/Tools/ComfyUI/ComfyUI/custom_nodes/websocket_image_save.py
2026-08-04 15:02:33.175 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.0 seconds: /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PostRenderTorched/comfy_node/ProPostTorched
2026-08-04 15:02:33.175 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.0 seconds: /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance
2026-08-04 15:02:33.175 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.0 seconds: /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation
2026-08-04 15:02:33.175 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.0 seconds: /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2
2026-08-04 15:02:33.175 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.0 seconds: /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus
2026-08-04 15:02:33.175 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.0 seconds: /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/ExtraNodes/SwarmComfyExtra
2026-08-04 15:02:33.175 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.1 seconds: /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/ExtraNodes/SwarmComfyCommon
2026-08-04 15:02:33.175 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m
2026-08-04 15:02:33.177 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Context impl SQLiteImpl.
2026-08-04 15:02:33.177 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Will assume non-transactional DDL.
2026-08-04 15:02:33.207 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Using LRU cache
2026-08-04 15:02:33.207 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Starting server
2026-08-04 15:02:33.207 [Debug] [ComfyUI-2/STDERR]
2026-08-04 15:02:33.207 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m To see the GUI go to: http://127.0.0.1:7821
2026-08-04 15:02:34.007 [Debug] [Load ComfyUI Self-Starting #2] Will attempt to load value set...
2026-08-04 15:02:34.133 [Debug] [Load ComfyUI Self-Starting #2] Got valid value set, will parse...
2026-08-04 15:02:34.137 [Debug] [Load ComfyUI Self-Starting #2] Done parsing value set.
2026-08-04 15:02:34.137 [Debug] [Load ComfyUI Self-Starting #2] Done! Started!
2026-08-04 15:02:34.137 [Init] Self-Start ComfyUI-2 on port 7821 started.
2026-08-04 15:02:34.137 [Debug] [Load ComfyUI Self-Starting #2] ComfyUI-2 self-start port 7821 loop ending (should now be alive)
2026-08-04 15:02:57.824 [Warning] User shanie requested restart of backend 2.
2026-08-04 15:02:57.826 [Info] ComfyUI backend 2 shutting down...
2026-08-04 15:02:57.826 [Info] Shutting down self-start ComfyUI (port=7821) process #4084...
2026-08-04 15:02:57.827 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m
2026-08-04 15:02:57.827 [Debug] [ComfyUI-2/STDERR] Stopped server
2026-08-04 15:02:58.173 [Debug] [ComfyUI-2/STDERR] Exception ignored in: <function BaseFileLock.__del__ at 0xf61e66c64900>
2026-08-04 15:02:58.173 [Warning] [ComfyUI-2/STDERR] Traceback (most recent call last):
2026-08-04 15:02:58.173 [Warning] [ComfyUI-2/STDERR] File "/home/spark/Tools/ComfyUI/ComfyUI/venv/lib/python3.12/site-packages/filelock/_api.py", line 575, in __del__
2026-08-04 15:02:58.173 [Warning] [ComfyUI-2/STDERR] File "/home/spark/Tools/ComfyUI/ComfyUI/venv/lib/python3.12/site-packages/filelock/_api.py", line 542, in release
2026-08-04 15:02:58.173 [Warning] [ComfyUI-2/STDERR] File "/home/spark/Tools/ComfyUI/ComfyUI/venv/lib/python3.12/site-packages/filelock/_unix.py", line 107, in _release
2026-08-04 15:02:58.173 [Warning] [ComfyUI-2/STDERR] File "/usr/lib/python3.12/pathlib.py", line 1164, in __init__
2026-08-04 15:02:58.173 [Warning] [ComfyUI-2/STDERR] File "/usr/lib/python3.12/pathlib.py", line 358, in __init__
2026-08-04 15:02:58.173 [Warning] [ComfyUI-2/STDERR] ImportError: sys.meta_path is None, Python is likely shutting down
2026-08-04 15:02:58.895 [Info] Self-Start ComfyUI-2 exited properly from disabling.
2026-08-04 15:02:58.896 [Debug] Status of ComfyUI-2 after process end is DISABLED
2026-08-04 15:02:59.010 [Debug] [Load ComfyUI Self-Starting #2] Waiting to load...
2026-08-04 15:03:00.144 [Debug] [Load ComfyUI Self-Starting #2] Will now load...
2026-08-04 15:03:00.144 [Init] Initializing backend #2 - ComfyUI Self-Starting...
2026-08-04 15:03:00.144 [Debug] [Load ComfyUI Self-Starting #2] Starting init...
2026-08-04 15:03:00.144 [Debug] [Load ComfyUI Self-Starting #2] Will add args: --extra-model-paths-config /home/spark/Tools/SwarmUI/Data/comfy-auto-model.yaml --preview-method latent2rgb --front-end-version Comfy-Org/[email protected]
2026-08-04 15:03:00.144 [Debug] [Load ComfyUI Self-Starting #2] Will track node repo load task...
2026-08-04 15:03:00.144 [Debug] [Load ComfyUI Self-Starting #2] Will track comfy git pull auto-update task...
2026-08-04 15:03:00.144 [Debug] [Load ComfyUI Self-Starting #2] Waiting on git tasks to complete...
2026-08-04 15:03:00.144 [Debug] [Load ComfyUI Self-Starting #2] Running git pull in comfy folder...
2026-08-04 15:03:00.195 [Debug] [Load ComfyUI Self-Starting #2] Will ensure all node repos...
2026-08-04 15:03:00.245 [Debug] [Load ComfyUI Self-Starting #2] Ensure node repos - Will git pull for ComfyUI-Frame-Interpolation...
2026-08-04 15:03:00.296 [Debug] [Load ComfyUI Self-Starting #2] Ensure node repos - Will git pull for ComfyUI_IPAdapter_plus...
2026-08-04 15:03:00.347 [Debug] [Load ComfyUI Self-Starting #2] Ensure node repos - Will git pull for ComfyUI-segment-anything-2...
2026-08-04 15:03:00.398 [Debug] [Load ComfyUI Self-Starting #2] Ensure node repos - Will git pull for ComfyUI-ConditioningKrea2Rebalance...
2026-08-04 15:03:00.558 [Debug] [Load ComfyUI Self-Starting #2] Node pull response for ComfyUI-Frame-Interpolation: Already up to date.
2026-08-04 15:03:00.560 [Debug] [Load ComfyUI Self-Starting #2] Comfy git pull response: Already up to date.
2026-08-04 15:03:00.617 [Debug] [Load ComfyUI Self-Starting #2] Node pull response for ComfyUI_IPAdapter_plus: Already up to date.
2026-08-04 15:03:00.702 [Debug] [Load ComfyUI Self-Starting #2] Node pull response for ComfyUI-ConditioningKrea2Rebalance: Already up to date.
2026-08-04 15:03:00.803 [Debug] [Load ComfyUI Self-Starting #2] Node pull response for ComfyUI-segment-anything-2: Already up to date.
2026-08-04 15:03:00.803 [Debug] [Load ComfyUI Self-Starting #2] Done ensuring all node repos.
2026-08-04 15:03:00.803 [Debug] [Load ComfyUI Self-Starting #2] All tasks done.
2026-08-04 15:03:00.803 [Debug] [Load ComfyUI Self-Starting #2] Will validate required libs...
2026-08-04 15:03:00.803 [Debug] [Load ComfyUI Self-Starting #2] Done validating required libs.
2026-08-04 15:03:00.803 [Debug] [Load ComfyUI Self-Starting #2] Starting self-start ComfyUI process...
2026-08-04 15:03:00.803 [Debug] [Load ComfyUI Self-Starting #2] Requested generic launch of /home/spark/Tools/ComfyUI/ComfyUI/main.py on GPU 0 from ComfyUI-2
2026-08-04 15:03:00.810 [Debug] (ComfyUI-2 launch) Adding path /home/spark/Tools/ComfyUI/ComfyUI/venv
2026-08-04 15:03:00.810 [Debug] [Load ComfyUI Self-Starting #2] (ComfyUI-2 launch) Will use python: /home/spark/Tools/ComfyUI/ComfyUI/venv/bin/python3
2026-08-04 15:03:00.810 [Debug] [Load ComfyUI Self-Starting #2] Will start process...
2026-08-04 15:03:00.810 [Init] Self-Start ComfyUI-2 on port 7822 is loading...
2026-08-04 15:03:00.990 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m setup plugin alembic.autogenerate.schemas
2026-08-04 15:03:00.990 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m setup plugin alembic.autogenerate.tables
2026-08-04 15:03:00.990 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m setup plugin alembic.autogenerate.types
2026-08-04 15:03:00.990 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m setup plugin alembic.autogenerate.constraints
2026-08-04 15:03:00.990 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m setup plugin alembic.autogenerate.defaults
2026-08-04 15:03:00.990 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m setup plugin alembic.autogenerate.comments
2026-08-04 15:03:01.015 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path checkpoints /models/t2i/Stable-Diffusion
2026-08-04 15:03:01.015 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path SwarmClipSeg /models/t2i/clipseg
2026-08-04 15:03:01.015 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path diffusion_models /models/t2i/diffusion_models
2026-08-04 15:03:01.015 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path diffusion_models /models/t2i/unet
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path checkpoints /home/spark/Tools/SwarmUI/Models/Stable-Diffusion
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path vae /home/spark/Tools/SwarmUI/Models/VAE
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path loras /home/spark/Tools/SwarmUI/Models/Lora
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path loras /home/spark/Tools/SwarmUI/Models/LyCORIS
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path upscale_models /home/spark/Tools/SwarmUI/Models/ESRGAN
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path upscale_models /home/spark/Tools/SwarmUI/Models/RealESRGAN
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path upscale_models /home/spark/Tools/SwarmUI/Models/SwinIR
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path upscale_models /home/spark/Tools/SwarmUI/Models/upscale-models
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path upscale_models /home/spark/Tools/SwarmUI/Models/upscale_models
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path embeddings /home/spark/Tools/SwarmUI/Models/Embeddings
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path embeddings /home/spark/Tools/SwarmUI/Models/embeddings
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path hypernetworks /home/spark/Tools/SwarmUI/Models/hypernetworks
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path controlnet /home/spark/Tools/SwarmUI/Models/controlnet
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path controlnet /home/spark/Tools/SwarmUI/Models/model_patches
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path controlnet /home/spark/Tools/SwarmUI/Models/ControlNet
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path model_patches /home/spark/Tools/SwarmUI/Models/controlnet
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path model_patches /home/spark/Tools/SwarmUI/Models/model_patches
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path model_patches /home/spark/Tools/SwarmUI/Models/ControlNet
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path clip /home/spark/Tools/SwarmUI/Models/text_encoders
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path clip /home/spark/Tools/SwarmUI/Models/clip
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path clip /home/spark/Tools/SwarmUI/Models/CLIP
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path clip_vision /home/spark/Tools/SwarmUI/Models/clip_vision
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path unet /home/spark/Tools/SwarmUI/Models/unet
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path diffusion_models /home/spark/Tools/SwarmUI/Models/diffusion_models
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path gligen /home/spark/Tools/SwarmUI/Models/gligen
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path ipadapter /home/spark/Tools/SwarmUI/Models/ipadapter
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path yolov8 /home/spark/Tools/SwarmUI/Models/yolov8
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path tensorrt /home/spark/Tools/SwarmUI/Models/tensorrt
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path clipseg /home/spark/Tools/SwarmUI/Models/clipseg
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path style_models /home/spark/Tools/SwarmUI/Models/style_models
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path latent_upscale_models /home/spark/Tools/SwarmUI/Models/latent_upscale_models
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path luts /home/spark/Tools/SwarmUI/Models/luts
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path luts /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PostRenderTorched/luts
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path custom_nodes /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/DLNodes
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path custom_nodes /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/ExtraNodes
2026-08-04 15:03:01.016 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Adding extra search path custom_nodes /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PostRenderTorched/comfy_node
2026-08-04 15:03:01.812 [Debug] [Load ComfyUI Self-Starting #2] Will attempt to load value set...
2026-08-04 15:03:02.255 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Found comfy_kitchen backend eager: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['adaln', 'apply_rope', 'apply_rope1', 'apply_rope1_', 'apply_rope_', 'apply_rope_split_half', 'apply_rope_split_half1', 'apply_rope_split_half1_', 'apply_rope_split_half_', 'convrot_w4a4_linear', 'dequantize_convrot_w4a4_weight', 'dequantize_int8_convrot_weight', 'dequantize_int8_convrot_weight_dtype', 'dequantize_int8_embedding', 'dequantize_int8_simple', 'dequantize_int8_simple_dtype', 'dequantize_mxfp8', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'gemv_awq_w4a16', 'int8_linear', 'prepare_int4_weight_for_int8_linear', 'quantize_and_rotate_rowwise', 'quantize_convrot_w4a4_weight', 'quantize_int8_convrot_weight', 'quantize_int8_rowwise', 'quantize_int8_tensorwise', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'quantize_svdquant_w4a4', 'rms_adaln', 'rms_rope', 'rms_rope1', 'rms_rope1_', 'rms_rope_', 'rms_rope_split_half', 'rms_rope_split_half1', 'rms_rope_split_half1_', 'rms_rope_split_half_', 'scaled_mm_mxfp8', 'scaled_mm_nvfp4', 'scaled_mm_svdquant_w4a4', 'stochastic_rounding_fp8']}
2026-08-04 15:03:02.255 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Found comfy_kitchen backend triton: {'available': True, 'disabled': True, 'unavailable_reason': None, 'capabilities': ['adaln', 'apply_rope', 'apply_rope1', 'apply_rope1_', 'apply_rope_', 'apply_rope_split_half', 'apply_rope_split_half1', 'apply_rope_split_half1_', 'apply_rope_split_half_', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'int8_linear', 'quantize_and_rotate_rowwise', 'quantize_int8_rowwise', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'rms_adaln', 'rms_rope', 'rms_rope1', 'rms_rope1_', 'rms_rope_', 'rms_rope_split_half', 'rms_rope_split_half1', 'rms_rope_split_half1_', 'rms_rope_split_half_']}
2026-08-04 15:03:02.255 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Found comfy_kitchen backend hip: {'available': False, 'disabled': False, 'unavailable_reason': 'PyTorch ROCm/HIP runtime not available', 'capabilities': []}
2026-08-04 15:03:02.255 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Found comfy_kitchen backend cuda: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['adaln', 'apply_rope', 'apply_rope1', 'apply_rope1_', 'apply_rope_', 'apply_rope_split_half', 'apply_rope_split_half1', 'apply_rope_split_half1_', 'apply_rope_split_half_', 'convrot_w4a4_linear', 'dequantize_convrot_w4a4_weight', 'dequantize_int8_convrot_weight', 'dequantize_int8_convrot_weight_dtype', 'dequantize_int8_simple', 'dequantize_int8_simple_dtype', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'gemv_awq_w4a16', 'int8_linear', 'prepare_int4_weight_for_int8_linear', 'quantize_and_rotate_rowwise', 'quantize_convrot_w4a4_weight', 'quantize_int8_convrot_weight', 'quantize_int8_rowwise', 'quantize_int8_tensorwise', 'quantize_mxfp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'quantize_svdquant_w4a4', 'rms_adaln', 'rms_rope', 'rms_rope1', 'rms_rope1_', 'rms_rope_', 'rms_rope_split_half', 'rms_rope_split_half1', 'rms_rope_split_half1_', 'rms_rope_split_half_', 'scaled_mm_nvfp4', 'scaled_mm_svdquant_w4a4', 'stochastic_rounding_fp8']}
2026-08-04 15:03:02.258 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Checkpoint files will always be loaded safely.
2026-08-04 15:03:02.438 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Total VRAM 124546 MB, total RAM 124546 MB
2026-08-04 15:03:02.438 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m pytorch version: 2.14.0.dev20260723+cu132
2026-08-04 15:03:02.438 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Set vram state to: HIGH_VRAM
2026-08-04 15:03:02.438 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Disabling smart memory management
2026-08-04 15:03:02.438 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Device: cuda:0 NVIDIA GB10 : cudaMallocAsync
2026-08-04 15:03:02.438 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Using async weight offloading with 2 streams
2026-08-04 15:03:02.439 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Enabled pinned memory 112091.0
2026-08-04 15:03:02.452 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Using pytorch attention
2026-08-04 15:03:02.815 [Debug] [Load ComfyUI Self-Starting #2] Will attempt to load value set...
2026-08-04 15:03:03.753 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Python version: 3.12.3 (main, Jun 19 2026, 12:46:00) [GCC 13.3.0]
2026-08-04 15:03:03.753 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m ComfyUI version: 0.30.0
2026-08-04 15:03:03.753 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m comfy-aimdo version: 0.4.11
2026-08-04 15:03:03.753 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m comfy-kitchen version: 0.2.26
2026-08-04 15:03:03.754 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Using existing copy of specific frontend version tag: Comfy-Org/[email protected]
2026-08-04 15:03:03.754 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m [Prompt Server] web root: /home/spark/Tools/ComfyUI/ComfyUI/web_custom_versions/Comfy-Org_ComfyUI_frontend/1.47.12
2026-08-04 15:03:03.754 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Asset seeder disabled
2026-08-04 15:03:03.817 [Debug] [Load ComfyUI Self-Starting #2] Will attempt to load value set...
2026-08-04 15:03:04.019 [Debug] [ComfyUI-2/STDERR] /home/spark/Tools/ComfyUI/ComfyUI/venv/lib/python3.12/site-packages/torch/jit/_script.py:1491: FutureWarning: `torch.jit.script` is deprecated. Please switch to `torch.compile` or `torch.export`.
2026-08-04 15:03:04.019 [Debug] [ComfyUI-2/STDERR] warnings.warn(
2026-08-04 15:03:04.019 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate'
2026-08-04 15:03:04.525 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m
2026-08-04 15:03:04.525 [Debug] [ComfyUI-2/STDERR] Import times for custom nodes:
2026-08-04 15:03:04.525 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.0 seconds: /home/spark/Tools/ComfyUI/ComfyUI/custom_nodes/websocket_image_save.py
2026-08-04 15:03:04.525 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.0 seconds: /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PostRenderTorched/comfy_node/ProPostTorched
2026-08-04 15:03:04.525 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.0 seconds: /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/ExtraNodes/SwarmComfyExtra
2026-08-04 15:03:04.525 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.0 seconds: /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance
2026-08-04 15:03:04.525 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.0 seconds: /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2
2026-08-04 15:03:04.525 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.0 seconds: /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus
2026-08-04 15:03:04.525 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.1 seconds: /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/ExtraNodes/SwarmComfyCommon
2026-08-04 15:03:04.525 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0.1 seconds: /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation
2026-08-04 15:03:04.525 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m
2026-08-04 15:03:04.527 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Context impl SQLiteImpl.
2026-08-04 15:03:04.527 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Will assume non-transactional DDL.
2026-08-04 15:03:04.551 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Using LRU cache
2026-08-04 15:03:04.551 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Starting server
2026-08-04 15:03:04.551 [Debug] [ComfyUI-2/STDERR]
2026-08-04 15:03:04.552 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m To see the GUI go to: http://127.0.0.1:7822
2026-08-04 15:03:04.819 [Debug] [Load ComfyUI Self-Starting #2] Will attempt to load value set...
2026-08-04 15:03:04.932 [Debug] [Load ComfyUI Self-Starting #2] Got valid value set, will parse...
2026-08-04 15:03:04.933 [Debug] [Load ComfyUI Self-Starting #2] Done parsing value set.
2026-08-04 15:03:04.933 [Debug] [Load ComfyUI Self-Starting #2] Done! Started!
2026-08-04 15:03:04.933 [Init] Self-Start ComfyUI-2 on port 7822 started.
2026-08-04 15:03:04.933 [Debug] [Load ComfyUI Self-Starting #2] ComfyUI-2 self-start port 7822 loop ending (should now be alive)
2026-08-04 15:10:55.884 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 15:10:55.893 [Info] Creating new session 'shanie' for 192.168.3.3
2026-08-04 15:10:55.896 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 15:10:55.964 [Debug] [Load ComfyUI Self-Starting #2] Got valid value set, will parse...
2026-08-04 15:10:55.965 [Debug] [Load ComfyUI Self-Starting #2] Done parsing value set.
2026-08-04 15:10:55.968 [Debug] Have 11 Stable-Diffusion models.
2026-08-04 15:10:55.969 [Debug] Have 6 VAE models.
2026-08-04 15:10:55.970 [Debug] Have 8 LoRA models.
2026-08-04 15:10:55.970 [Debug] Have 0 Embedding models.
2026-08-04 15:10:55.970 [Debug] Have 0 ControlNet models.
2026-08-04 15:10:55.971 [Debug] Have 7 Clip models.
2026-08-04 15:10:55.971 [Debug] There are 1 Clip models that have exactly matched filenames across different folders: '/home/spark/Tools/SwarmUI/Models/text_encoders/qwen_3_600m.safetensors' is also stored in '/home/spark/Tools/SwarmUI/Models/clip/qwen_3_600m.safetensors'
2026-08-04 15:10:55.971 [Debug] Have 0 ClipVision models.
2026-08-04 15:10:55.972 [Debug] Data refreshed!
2026-08-04 15:10:55.989 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 15:10:55.990 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 15:14:05.356 [Debug] User shanie requested check for updates.
2026-08-04 15:14:05.518 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PostRenderTorched/ says:
2026-08-04 15:14:05.520 [Debug] Check for updates found no updates to extension 'PostRenderTorchedExtension'.
2026-08-04 15:14:05.536 [Debug] Git fetch of /home/spark/Tools/SwarmUI says:
2026-08-04 15:14:05.538 [Debug] Check for updates found 0 updates to SwarmUI core.
2026-08-04 15:14:05.543 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-KreaGoneWild/ says:
2026-08-04 15:14:05.597 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-MagicPromptExtension/ says:
2026-08-04 15:14:05.598 [Debug] Check for updates found no updates to extension 'MagicPromptExtension'.
2026-08-04 15:14:05.622 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-Epsilon-Scaling/ says:
2026-08-04 15:14:05.623 [Debug] Check for updates found no updates to extension 'EpsilonScalingExtension'.
2026-08-04 15:14:05.657 [Debug] Git fetch of /home/spark/Tools/ComfyUI/ComfyUI says:
2026-08-04 15:14:05.661 [Debug] Check for updates found no updates for ComfyUI install at /home/spark/Tools/ComfyUI/ComfyUI
2026-08-04 15:14:05.731 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PromptBuilderExtension/ says:
2026-08-04 15:14:05.732 [Debug] Check for updates found no updates to extension 'KreaGoneWildExtension'.
2026-08-04 15:14:05.734 [Debug] Check for updates found no updates to extension 'PromptBuilderExtension'.
2026-08-04 15:14:05.784 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus says:
2026-08-04 15:14:05.786 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus
2026-08-04 15:14:05.791 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2 says:
2026-08-04 15:14:05.792 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2
2026-08-04 15:14:05.807 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance says:
2026-08-04 15:14:05.808 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance
2026-08-04 15:14:05.817 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation says:
2026-08-04 15:14:05.818 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation
2026-08-04 15:14:53.300 [Debug] [MagicPrompt] Sending request | backend=openaiapi | type=vision | endpoint=http://10.0.0.219:8080/v1/chat/completions | model=llmfan46-gemma-4-31B-it-uncensored-heretic-NVFP4-GGUF
2026-08-04 15:14:53.300 [Debug] [MagicPrompt] Using timeout of 120 seconds for openaiapi
2026-08-04 15:15:05.874 [Error] OpenAI error: Failed to load image or audio file (Type: invalid_request_error)
2026-08-04 15:15:05.876 [Error] MagicPromptExtension.LLMAPICalls: HTTP 400 error from openaiapi: {"error":{"code":400,"message":"Failed to load image or audio file","type":"invalid_request_error"}}
2026-08-04 15:15:05.877 [Error] [WebAPI] Error handling API request '/API/MagicPromptPhoneHome' for user 'shanie': API Error
Something went wrong with your request.
• Temporary server issues
• Invalid parameters in your request
• Model availability issues
To fix this issue:
1. Please try again later or select a different model.
Original error: Failed to load image or audio file
2026-08-04 15:15:24.905 [Debug] [MagicPrompt] Sending request | backend=openaiapi | type=vision | endpoint=http://10.0.0.219:8080/v1/chat/completions | model=llmfan46-gemma-4-31B-it-uncensored-heretic-NVFP4-GGUF
2026-08-04 15:15:24.905 [Debug] [MagicPrompt] Using timeout of 120 seconds for openaiapi
2026-08-04 15:15:24.909 [Error] OpenAI error: Failed to load image or audio file (Type: invalid_request_error)
2026-08-04 15:15:24.909 [Error] MagicPromptExtension.LLMAPICalls: HTTP 400 error from openaiapi: {"error":{"code":400,"message":"Failed to load image or audio file","type":"invalid_request_error"}}
2026-08-04 15:15:24.909 [Error] [WebAPI] Error handling API request '/API/MagicPromptPhoneHome' for user 'shanie': API Error
Something went wrong with your request.
• Temporary server issues
• Invalid parameters in your request
• Model availability issues
To fix this issue:
1. Please try again later or select a different model.
Original error: Failed to load image or audio file
2026-08-04 15:17:11.607 [Info] User shanie requested 1 image with model 'diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors'...
2026-08-04 15:17:11.618 [Debug] [BackendHandler] Backend request #1 for model diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors, maxWait=7.00:00:00.
2026-08-04 15:17:11.627 [Debug] [BackendHandler] backend #2 will load a model: /home/spark/Tools/SwarmUI/Models/Stable-Diffusion/diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors, with 1 requests waiting for 0 seconds
2026-08-04 15:17:11.717 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m got prompt
2026-08-04 15:17:13.171 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m VAE load device: cuda:0, offload device: cuda:0, dtype: torch.bfloat16
2026-08-04 15:17:13.509 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Found quantization metadata version 1
2026-08-04 15:17:13.510 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Using MixedPrecisionOps for text encoder
2026-08-04 15:19:16.022 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3TEModel_
2026-08-04 15:19:16.028 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0 models unloaded.
2026-08-04 15:19:22.705 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 14960.20 MB loaded, full load: True
2026-08-04 15:19:22.728 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m CLIP/text encoder model load device: cuda:0, offload device: cuda:0, current: cuda:0, dtype: torch.bfloat16
2026-08-04 15:19:24.173 [Debug] [ComfyUI-2/STDERR] [1m[33m[WARNING][0m Warning, This is not a checkpoint file, trying to load it as a diffusion model only.
2026-08-04 15:19:24.176 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Found quantization metadata version 1
2026-08-04 15:19:24.176 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Detected mixed precision quantization
2026-08-04 15:19:24.177 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Using mixed precision operations
2026-08-04 15:19:24.177 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Native ops: float8_e5m2, convrot_w4a4, nvfp4, mxfp8, int8_tensorwise, float8_e4m3fn
2026-08-04 15:19:24.335 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m model weight dtype torch.bfloat16, manual cast: torch.bfloat16
2026-08-04 15:19:24.341 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m model_type FLOW
2026-08-04 15:19:24.504 [Debug] [ComfyUI-2/STDERR] [1m[33m[WARNING][0m WARNING: No VAE weights detected, VAE not initalized.
2026-08-04 15:19:24.529 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m [32mPrompt executed in 132.81 seconds[0m
2026-08-04 15:19:24.697 [Debug] [BackendHandler] backend #2 loaded model, returning to pool
2026-08-04 15:19:24.727 [Debug] [BackendHandler] Backend request #1 found correct model on #2
2026-08-04 15:19:24.730 [Debug] [BackendHandler] Backend request #1 finished.
2026-08-04 15:19:24.961 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m got prompt
2026-08-04 15:19:25.263 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m VAE load device: cuda:0, offload device: cuda:0, dtype: torch.bfloat16
2026-08-04 15:19:25.296 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3TEModel_
2026-08-04 15:19:25.353 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 14960.20 MB loaded, full load: True
2026-08-04 15:19:36.433 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3VideoVAE
2026-08-04 15:20:06.017 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 4966.19 MB loaded, full load: True
2026-08-04 15:20:07.484 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3
2026-08-04 15:20:07.495 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0 models unloaded.
2026-08-04 15:22:13.381 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 19996.14 MB loaded, full load: True
2026-08-04 15:22:15.621 [Debug] [ComfyUI-2/STDERR]
2026-08-04 15:23:31.501 [Debug] [ComfyUI-2/STDERR] 0%| | 0/20 [00:00<?, ?it/s]
2026-08-04 15:24:46.392 [Debug] [ComfyUI-2/STDERR] 5%|▌ | 1/20 [01:15<24:01, 75.88s/it]
2026-08-04 15:26:01.834 [Debug] [ComfyUI-2/STDERR] 10%|█ | 2/20 [02:30<22:35, 75.30s/it]
2026-08-04 15:27:17.448 [Debug] [ComfyUI-2/STDERR] 15%|█▌ | 3/20 [03:46<21:21, 75.36s/it]
2026-08-04 15:28:19.379 [Debug] User shanie starred '/home/spark/Tools/SwarmUI/Output/shanie/raw/2026-08-04/1418001-Shot 1 The RhythmCinematic, high-fidel-diffusion_modelsminimax_h3_fl2va_pruned.mp4'
2026-08-04 15:28:33.006 [Debug] [ComfyUI-2/STDERR] 20%|██ | 4/20 [05:01<20:07, 75.46s/it]
2026-08-04 15:29:48.641 [Debug] [ComfyUI-2/STDERR] 25%|██▌ | 5/20 [06:17<18:52, 75.50s/it]
2026-08-04 15:31:04.323 [Debug] [ComfyUI-2/STDERR] 30%|███ | 6/20 [07:33<17:37, 75.54s/it]
2026-08-04 15:32:20.085 [Debug] [ComfyUI-2/STDERR] 35%|███▌ | 7/20 [08:48<16:22, 75.59s/it]
2026-08-04 15:33:35.836 [Debug] [ComfyUI-2/STDERR] 40%|████ | 8/20 [10:04<15:07, 75.64s/it]
2026-08-04 15:34:51.477 [Debug] [ComfyUI-2/STDERR] 45%|████▌ | 9/20 [11:20<13:52, 75.68s/it]
2026-08-04 15:36:07.156 [Debug] [ComfyUI-2/STDERR] 50%|█████ | 10/20 [12:35<12:36, 75.67s/it]
2026-08-04 15:37:22.805 [Debug] [ComfyUI-2/STDERR] 55%|█████▌ | 11/20 [13:51<11:21, 75.67s/it]
2026-08-04 15:38:38.464 [Debug] [ComfyUI-2/STDERR] 60%|██████ | 12/20 [15:07<10:05, 75.66s/it]
2026-08-04 15:39:54.149 [Debug] [ComfyUI-2/STDERR] 65%|██████▌ | 13/20 [16:22<08:49, 75.66s/it]
2026-08-04 15:41:09.833 [Debug] [ComfyUI-2/STDERR] 70%|███████ | 14/20 [17:38<07:34, 75.67s/it]
2026-08-04 15:42:07.116 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 15:42:07.116 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 15:42:07.116 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 15:42:07.118 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 15:42:07.118 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 15:42:07.118 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 15:42:25.608 [Debug] [ComfyUI-2/STDERR] 75%|███████▌ | 15/20 [18:54<06:18, 75.67s/it]
2026-08-04 15:43:41.392 [Debug] [ComfyUI-2/STDERR] 80%|████████ | 16/20 [20:09<05:02, 75.70s/it]
2026-08-04 15:44:57.137 [Debug] [ComfyUI-2/STDERR] 85%|████████▌ | 17/20 [21:25<03:47, 75.73s/it]
2026-08-04 15:46:12.826 [Debug] [ComfyUI-2/STDERR] 90%|█████████ | 18/20 [22:41<02:31, 75.73s/it]
2026-08-04 15:47:28.514 [Debug] [ComfyUI-2/STDERR] 95%|█████████▌| 19/20 [23:57<01:15, 75.72s/it]
2026-08-04 15:47:28.514 [Debug] [ComfyUI-2/STDERR] 100%|██████████| 20/20 [25:12<00:00, 75.71s/it]
2026-08-04 15:47:28.514 [Debug] [ComfyUI-2/STDERR] 100%|██████████| 20/20 [25:12<00:00, 75.64s/it]
2026-08-04 15:47:28.528 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3AudioVAE
2026-08-04 15:47:29.350 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 288.54 MB loaded, full load: True
2026-08-04 15:47:29.601 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3VideoVAE
2026-08-04 15:47:29.621 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 4966.19 MB loaded, full load: True
2026-08-04 15:49:06.544 [Debug] Will use comfy copy of ffmpeg at 'dlbackend/ComfyUI/venv/lib/python3.12/site-packages/imageio_ffmpeg/binaries/ffmpeg-linux-aarch64-v7.0.2'
2026-08-04 15:49:06.563 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m [32mPrompt executed in 00:29:41[0m
2026-08-04 15:49:06.738 [Info] Generated an image in 2.22 min (prep) and 29.69 min (gen)
2026-08-04 15:49:06.813 [Debug] Saved an output file as '/home/spark/Tools/SwarmUI/Output/shanie/raw/2026-08-04/1517001-Shot 1 Cinematic transition from a stat-diffusion_modelsminimax_h3_fl2va_pruned.mp4'
2026-08-04 15:56:15.091 [Info] User shanie requested 1 image with model 'diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors'...
2026-08-04 15:56:15.092 [Debug] [BackendHandler] Backend request #2 for model diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors, maxWait=7.00:00:00.
2026-08-04 15:56:15.093 [Debug] [BackendHandler] Backend request #2 found correct model on #2
2026-08-04 15:56:15.093 [Debug] [BackendHandler] Backend request #2 finished.
2026-08-04 15:56:15.263 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m got prompt
2026-08-04 15:56:15.288 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3TEModel_
2026-08-04 15:56:15.384 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 14960.20 MB loaded, full load: True
2026-08-04 15:56:23.910 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3VideoVAE
2026-08-04 15:56:28.117 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 4966.19 MB loaded, full load: True
2026-08-04 15:56:28.514 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3
2026-08-04 15:56:28.519 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0 models unloaded.
2026-08-04 15:56:28.539 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 19996.14 MB loaded, full load: True
2026-08-04 15:56:28.590 [Debug] [ComfyUI-2/STDERR]
2026-08-04 15:56:42.748 [Debug] User 'shanie' interrupted a single session.
2026-08-04 15:56:42.749 [Debug] ComfyUI queue-item-remove requested, promptId=aae07cf4-2660-464a-8990-e1468b69ee47
2026-08-04 15:56:43.262 [Debug] ComfyUI Interrupt requested, promptId=aae07cf4-2660-464a-8990-e1468b69ee47
2026-08-04 15:56:43.263 [Debug] [ComfyUI-2/STDERR] 0%| | 0/20 [00:00<?, ?it/s][32m[INFO][0m Interrupting prompt aae07cf4-2660-464a-8990-e1468b69ee47
2026-08-04 15:56:43.265 [Info] Generation session interrupted.
2026-08-04 15:56:43.265 [Warning] Refused to generate image for shanie: Generation session interrupted.
2026-08-04 15:56:43.300 [Debug] [ComfyUI-2/STDERR]
2026-08-04 15:56:43.300 [Debug] [ComfyUI-2/STDERR] 0%| | 0/20 [00:14<?, ?it/s]
2026-08-04 15:56:43.301 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Processing interrupted
2026-08-04 15:56:58.256 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m [32mPrompt executed in 42.99 seconds[0m
2026-08-04 15:57:02.932 [Info] User shanie requested 1 image with model 'diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors'...
2026-08-04 15:57:02.932 [Debug] [BackendHandler] Backend request #3 for model diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors, maxWait=7.00:00:00.
2026-08-04 15:57:02.932 [Debug] [BackendHandler] Backend request #3 found correct model on #2
2026-08-04 15:57:02.932 [Debug] [BackendHandler] Backend request #3 finished.
2026-08-04 15:57:03.068 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m got prompt
2026-08-04 15:57:03.086 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3VideoVAE
2026-08-04 15:57:03.099 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 4966.19 MB loaded, full load: True
2026-08-04 15:57:03.476 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3
2026-08-04 15:57:03.479 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0 models unloaded.
2026-08-04 15:57:03.500 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 19996.14 MB loaded, full load: True
2026-08-04 15:57:03.555 [Debug] [ComfyUI-2/STDERR]
2026-08-04 15:58:41.618 [Debug] [ComfyUI-2/STDERR] 0%| | 0/20 [00:00<?, ?it/s]
2026-08-04 16:00:19.622 [Debug] [ComfyUI-2/STDERR] 5%|▌ | 1/20 [01:38<31:03, 98.06s/it]
2026-08-04 16:01:57.926 [Debug] [ComfyUI-2/STDERR] 10%|█ | 2/20 [03:16<29:24, 98.03s/it]
2026-08-04 16:03:37.759 [Debug] [ComfyUI-2/STDERR] 15%|█▌ | 3/20 [04:54<27:48, 98.15s/it]
2026-08-04 16:03:57.980 [Error] [WebAPI] Error handling API request '/API/GenerateText2ImageWS' for user 'shanie': Internal exception: System.Net.WebSockets.WebSocketException (0x80004005): The WebSocket is in an invalid state ('Aborted') for this operation. Valid states are: 'Open, CloseReceived'
at System.Net.WebSockets.ManagedWebSocket.SendAsync(ReadOnlyMemory`1 buffer, WebSocketMessageType messageType, WebSocketMessageFlags messageFlags, CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at SwarmUI.Utils.Utilities.SendJson(WebSocket socket, JObject obj, TimeSpan maxDuration) in /home/spark/Tools/SwarmUI/src/Utils/Utilities.cs:line 271
at SwarmUI.WebAPI.T2IAPI.GenerateText2ImageWS(WebSocket socket, Session session, Int32 images, JObject rawInput) in /home/spark/Tools/SwarmUI/src/WebAPI/T2IAPI.cs:line 141
at SwarmUI.WebAPI.API.HandleAsyncRequest(HttpContext context) in /home/spark/Tools/SwarmUI/src/WebAPI/API.cs:line 167
2026-08-04 16:03:57.980 [Error] Internal error in async task (unlabeled): Microsoft.AspNetCore.Connections.ConnectionAbortedException: The connection or stream was aborted because a write operation was aborted with a CancellationToken.
---> System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.IO.Pipelines.Pipe.GetFlushAsyncResult()
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.ConcurrentPipeWriter.FlushAsyncAwaited(ValueTask`1 flushTask, CancellationToken cancellationToken)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.TimingPipeFlusher.TimeFlushAsyncAwaited(ValueTask`1 pipeFlushTask, MinDataRate minRate, IHttpOutputAborter outputAborter, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.IO.Pipelines.Pipe.GetReadResult(ReadResult& result)
at System.IO.Pipelines.Pipe.GetReadAsyncResult()
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1UpgradeMessageBody.ReadAsyncInternalAwaited(ValueTask`1 readTask, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpRequestStream.ReadAsyncInternal(Memory`1 destination, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
at System.IO.Stream.ReadAtLeastAsyncCore(Memory`1 buffer, Int32 minimumBytes, Boolean throwOnEndOfStream, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TResult](Memory`1 payloadBuffer, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
at System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
--- End of stack trace from previous location ---
at SwarmUI.Utils.Utilities.ReceiveData(WebSocket socket, Int64 maxBytes, CancellationToken limit) in /home/spark/Tools/SwarmUI/src/Utils/Utilities.cs:line 312
at SwarmUI.WebAPI.T2IAPI.<>c__DisplayClass1_0.<<GenerateText2ImageWS>b__1>d.MoveNext() in /home/spark/Tools/SwarmUI/src/WebAPI/T2IAPI.cs:line 104
--- End of stack trace from previous location ---
at SwarmUI.Utils.Utilities.<>c__DisplayClass56_0.<<RunCheckedTask>b__0>d.MoveNext() in /home/spark/Tools/SwarmUI/src/Utils/Utilities.cs:line 654
2026-08-04 16:03:57.980 [Error] Failing while yielding JSON output: System.Net.WebSockets.WebSocketException (0x80004005): The WebSocket is in an invalid state ('Aborted') for this operation. Valid states are: 'Open, CloseReceived'
at System.Net.WebSockets.ManagedWebSocket.SendAsync(ReadOnlyMemory`1 buffer, WebSocketMessageType messageType, WebSocketMessageFlags messageFlags, CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at SwarmUI.Utils.Utilities.SendJson(WebSocket socket, JObject obj, TimeSpan maxDuration) in /home/spark/Tools/SwarmUI/src/Utils/Utilities.cs:line 271
at SwarmUI.Utils.Utilities.YieldJsonOutput(HttpContext context, WebSocket socket, Int32 status, JObject obj) in /home/spark/Tools/SwarmUI/src/Utils/Utilities.cs:line 473
2026-08-04 16:05:16.292 [Debug] [ComfyUI-2/STDERR] 20%|██ | 4/20 [06:34<26:21, 98.82s/it]
2026-08-04 16:06:54.892 [Debug] [ComfyUI-2/STDERR] 25%|██▌ | 5/20 [08:12<24:40, 98.71s/it]
2026-08-04 16:08:33.511 [Debug] [ComfyUI-2/STDERR] 30%|███ | 6/20 [09:51<23:01, 98.68s/it]
2026-08-04 16:10:12.109 [Debug] [ComfyUI-2/STDERR] 35%|███▌ | 7/20 [11:29<21:22, 98.66s/it]
2026-08-04 16:11:50.650 [Debug] [ComfyUI-2/STDERR] 40%|████ | 8/20 [13:08<19:43, 98.64s/it]
2026-08-04 16:13:29.092 [Debug] [ComfyUI-2/STDERR] 45%|████▌ | 9/20 [14:47<18:04, 98.61s/it]
2026-08-04 16:15:07.430 [Debug] [ComfyUI-2/STDERR] 50%|█████ | 10/20 [16:25<16:25, 98.56s/it]
2026-08-04 16:16:45.864 [Debug] [ComfyUI-2/STDERR] 55%|█████▌ | 11/20 [18:03<14:46, 98.49s/it]
2026-08-04 16:18:24.248 [Debug] [ComfyUI-2/STDERR] 60%|██████ | 12/20 [19:42<13:07, 98.47s/it]
2026-08-04 16:18:41.275 [Info] Creating new session 'shanie' for 192.168.3.4
2026-08-04 16:18:41.304 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 16:18:41.305 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 16:18:41.349 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 16:18:41.350 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 16:18:41.930 [Debug] [Load ComfyUI Self-Starting #2] Got valid value set, will parse...
2026-08-04 16:18:41.933 [Debug] [Load ComfyUI Self-Starting #2] Done parsing value set.
2026-08-04 16:18:41.938 [Debug] Have 11 Stable-Diffusion models.
2026-08-04 16:18:41.940 [Debug] Have 6 VAE models.
2026-08-04 16:18:41.942 [Debug] Have 8 LoRA models.
2026-08-04 16:18:41.943 [Debug] Have 0 Embedding models.
2026-08-04 16:18:41.944 [Debug] Have 0 ControlNet models.
2026-08-04 16:18:41.946 [Debug] Have 7 Clip models.
2026-08-04 16:18:41.946 [Debug] There are 1 Clip models that have exactly matched filenames across different folders: '/home/spark/Tools/SwarmUI/Models/text_encoders/qwen_3_600m.safetensors' is also stored in '/home/spark/Tools/SwarmUI/Models/clip/qwen_3_600m.safetensors'
2026-08-04 16:18:41.946 [Debug] Have 0 ClipVision models.
2026-08-04 16:18:41.947 [Debug] Data refreshed!
2026-08-04 16:18:45.366 [Debug] User shanie requested check for updates.
2026-08-04 16:18:45.560 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-KreaGoneWild/ says:
2026-08-04 16:18:45.565 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PostRenderTorched/ says:
2026-08-04 16:18:45.568 [Debug] Check for updates found no updates to extension 'PostRenderTorchedExtension'.
2026-08-04 16:18:45.571 [Debug] Git fetch of /home/spark/Tools/SwarmUI says:
2026-08-04 16:18:45.572 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-MagicPromptExtension/ says:
2026-08-04 16:18:45.572 [Debug] Check for updates found 0 updates to SwarmUI core.
2026-08-04 16:18:45.573 [Debug] Check for updates found no updates to extension 'MagicPromptExtension'.
2026-08-04 16:18:45.703 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-Epsilon-Scaling/ says:
2026-08-04 16:18:45.706 [Debug] Check for updates found no updates to extension 'EpsilonScalingExtension'.
2026-08-04 16:18:45.761 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PromptBuilderExtension/ says:
2026-08-04 16:18:45.764 [Debug] Check for updates found no updates to extension 'KreaGoneWildExtension'.
2026-08-04 16:18:45.766 [Debug] Check for updates found no updates to extension 'PromptBuilderExtension'.
2026-08-04 16:18:45.783 [Debug] Git fetch of /home/spark/Tools/ComfyUI/ComfyUI says: From https://github.com/comfyanonymous/ComfyUI
c44dea18..1868372d master -> origin/master
4a2895c7..16005989 feat/api-nodes/flux-video -> origin/feat/api-nodes/flux-video
* [new branch] update-comfyui-workflow-templates-0.11.31-20260805-033240 -> origin/update-comfyui-workflow-templates-0.11.31-20260805-033240
2026-08-04 16:18:45.791 [Debug] Check for updates found 2 updates for ComfyUI install at /home/spark/Tools/ComfyUI/ComfyUI
2026-08-04 16:18:45.956 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation says:
2026-08-04 16:18:45.958 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance says:
2026-08-04 16:18:45.959 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation
2026-08-04 16:18:45.960 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance
2026-08-04 16:18:45.967 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2 says:
2026-08-04 16:18:45.969 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2
2026-08-04 16:18:45.985 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus says:
2026-08-04 16:18:45.987 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus
2026-08-04 16:18:52.175 [Debug] User shanie requested check for updates.
2026-08-04 16:18:52.316 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PostRenderTorched/ says:
2026-08-04 16:18:52.316 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-KreaGoneWild/ says:
2026-08-04 16:18:52.318 [Debug] Check for updates found no updates to extension 'PostRenderTorchedExtension'.
2026-08-04 16:18:52.318 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-MagicPromptExtension/ says:
2026-08-04 16:18:52.320 [Debug] Check for updates found no updates to extension 'MagicPromptExtension'.
2026-08-04 16:18:52.335 [Debug] Git fetch of /home/spark/Tools/SwarmUI says:
2026-08-04 16:18:52.336 [Debug] Check for updates found 0 updates to SwarmUI core.
2026-08-04 16:18:52.339 [Debug] Git fetch of /home/spark/Tools/ComfyUI/ComfyUI says:
2026-08-04 16:18:52.346 [Debug] Check for updates found 2 updates for ComfyUI install at /home/spark/Tools/ComfyUI/ComfyUI
2026-08-04 16:18:52.459 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-Epsilon-Scaling/ says:
2026-08-04 16:18:52.461 [Debug] Check for updates found no updates to extension 'EpsilonScalingExtension'.
2026-08-04 16:18:52.467 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PromptBuilderExtension/ says:
2026-08-04 16:18:52.468 [Debug] Check for updates found no updates to extension 'KreaGoneWildExtension'.
2026-08-04 16:18:52.470 [Debug] Check for updates found no updates to extension 'PromptBuilderExtension'.
2026-08-04 16:18:52.480 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus says:
2026-08-04 16:18:52.481 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus
2026-08-04 16:18:52.492 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation says:
2026-08-04 16:18:52.493 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance says:
2026-08-04 16:18:52.494 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance
2026-08-04 16:18:52.494 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation
2026-08-04 16:18:52.496 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2 says:
2026-08-04 16:18:52.497 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2
2026-08-04 16:20:02.584 [Debug] [ComfyUI-2/STDERR] 65%|██████▌ | 13/20 [21:20<11:29, 98.45s/it]
2026-08-04 16:21:40.773 [Debug] [ComfyUI-2/STDERR] 70%|███████ | 14/20 [22:59<09:50, 98.41s/it]
2026-08-04 16:23:18.895 [Debug] [ComfyUI-2/STDERR] 75%|███████▌ | 15/20 [24:37<08:11, 98.35s/it]
2026-08-04 16:24:57.043 [Debug] [ComfyUI-2/STDERR] 80%|████████ | 16/20 [26:15<06:33, 98.28s/it]
2026-08-04 16:25:23.996 [Info] Creating new session 'shanie' for 192.168.3.4
2026-08-04 16:25:23.997 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 16:25:23.998 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 16:25:24.085 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 16:25:24.087 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 16:25:24.273 [Debug] [Load ComfyUI Self-Starting #2] Got valid value set, will parse...
2026-08-04 16:25:24.276 [Debug] [Load ComfyUI Self-Starting #2] Done parsing value set.
2026-08-04 16:25:24.281 [Debug] Have 11 Stable-Diffusion models.
2026-08-04 16:25:24.282 [Debug] Have 6 VAE models.
2026-08-04 16:25:24.284 [Debug] Have 8 LoRA models.
2026-08-04 16:25:24.284 [Debug] Have 0 Embedding models.
2026-08-04 16:25:24.285 [Debug] Have 0 ControlNet models.
2026-08-04 16:25:24.286 [Debug] Have 7 Clip models.
2026-08-04 16:25:24.286 [Debug] There are 1 Clip models that have exactly matched filenames across different folders: '/home/spark/Tools/SwarmUI/Models/text_encoders/qwen_3_600m.safetensors' is also stored in '/home/spark/Tools/SwarmUI/Models/clip/qwen_3_600m.safetensors'
2026-08-04 16:25:24.286 [Debug] Have 0 ClipVision models.
2026-08-04 16:25:24.286 [Debug] Data refreshed!
2026-08-04 16:25:30.742 [Debug] ComfyUI redirection gave non-200 code: '404' for URL: GET 'api/userdata?dir=workflows&recurse=true&split=false&full_info=true'
2026-08-04 16:25:32.534 [Debug] ComfyUI redirection gave non-200 code: '404' for URL: GET 'api/userdata?dir=workflows&recurse=true&split=false&full_info=true'
2026-08-04 16:25:32.577 [Debug] ComfyUI redirection gave non-200 code: '404' for URL: GET 'api/userdata?dir=subgraphs&recurse=true&split=false&full_info=true'
2026-08-04 16:25:36.671 [Debug] User shanie requested check for updates.
2026-08-04 16:25:36.832 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-Epsilon-Scaling/ says:
2026-08-04 16:25:36.833 [Debug] Git fetch of /home/spark/Tools/SwarmUI says:
2026-08-04 16:25:36.833 [Debug] Check for updates found no updates to extension 'EpsilonScalingExtension'.
2026-08-04 16:25:36.834 [Debug] Check for updates found 0 updates to SwarmUI core.
2026-08-04 16:25:36.836 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PostRenderTorched/ says:
2026-08-04 16:25:36.837 [Debug] Check for updates found no updates to extension 'PostRenderTorchedExtension'.
2026-08-04 16:25:36.843 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-MagicPromptExtension/ says:
2026-08-04 16:25:36.845 [Debug] Check for updates found no updates to extension 'MagicPromptExtension'.
2026-08-04 16:25:36.857 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-KreaGoneWild/ says:
2026-08-04 16:25:36.869 [Debug] Git fetch of /home/spark/Tools/ComfyUI/ComfyUI says:
2026-08-04 16:25:36.873 [Debug] Check for updates found 2 updates for ComfyUI install at /home/spark/Tools/ComfyUI/ComfyUI
2026-08-04 16:25:37.006 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus says:
2026-08-04 16:25:37.008 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus
2026-08-04 16:25:37.015 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PromptBuilderExtension/ says:
2026-08-04 16:25:37.016 [Debug] Check for updates found no updates to extension 'KreaGoneWildExtension'.
2026-08-04 16:25:37.018 [Debug] Check for updates found no updates to extension 'PromptBuilderExtension'.
2026-08-04 16:25:37.020 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2 says:
2026-08-04 16:25:37.021 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2
2026-08-04 16:25:37.024 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance says:
2026-08-04 16:25:37.025 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance
2026-08-04 16:25:37.029 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation says:
2026-08-04 16:25:37.030 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation
2026-08-04 16:25:37.943 [Debug] ComfyUI redirection gave non-200 code: '404' for URL: GET 'api/userdata/comfy.templates.json'
2026-08-04 16:25:38.421 [Debug] Comfy backend direct websocket request to ws, have 1 backends available
2026-08-04 16:25:38.425 [Debug] Comfy backend direct offset for new user is 0
2026-08-04 16:25:44.359 [Debug] ComfyUI redirection failed (in-socket, user shanie with 1 active sockets): System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake.
---> Microsoft.AspNetCore.Connections.ConnectionResetException: Connection reset by peer
---> System.Net.Sockets.SocketException (104): Connection reset by peer
--- End of inner exception stack trace ---
at System.IO.Pipelines.Pipe.GetReadResult(ReadResult& result)
at System.IO.Pipelines.Pipe.GetReadAsyncResult()
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1UpgradeMessageBody.ReadAsyncInternalAwaited(ValueTask`1 readTask, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpRequestStream.ReadAsyncInternal(Memory`1 destination, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
at System.IO.Stream.ReadAtLeastAsyncCore(Memory`1 buffer, Int32 minimumBytes, Boolean throwOnEndOfStream, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TResult](Memory`1 payloadBuffer, CancellationToken cancellationToken)
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TResult](Memory`1 payloadBuffer, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
at System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
--- End of stack trace from previous location ---
at SwarmUI.Builtin_ComfyUIBackend.ComfyUser.<RunClientReceiveTask>b__24_0() in /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/ComfyUser.cs:line 121
2026-08-04 16:25:44.366 [Debug] ComfyUI redirection failed (outsocket, user shanie with 1 active sockets): System.Net.WebSockets.WebSocketException (0x80004005): The WebSocket is in an invalid state ('Closed') for this operation. Valid states are: 'Open, CloseSent'
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsync(ArraySegment`1 buffer, CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at SwarmUI.Builtin_ComfyUIBackend.ComfyUIRedirectHelper.<>c__DisplayClass6_3.<<ComfyBackendDirectHandler>b__5>d.MoveNext() in /home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/ComfyUIRedirectHelper.cs:line 174
2026-08-04 16:26:35.328 [Debug] [ComfyUI-2/STDERR] 85%|████████▌ | 17/20 [27:53<04:54, 98.24s/it]
2026-08-04 16:28:13.566 [Debug] [ComfyUI-2/STDERR] 90%|█████████ | 18/20 [29:31<03:16, 98.25s/it]
2026-08-04 16:29:51.830 [Debug] [ComfyUI-2/STDERR] 95%|█████████▌| 19/20 [31:10<01:38, 98.25s/it]
2026-08-04 16:29:51.830 [Debug] [ComfyUI-2/STDERR] 100%|██████████| 20/20 [32:48<00:00, 98.25s/it]
2026-08-04 16:29:51.830 [Debug] [ComfyUI-2/STDERR] 100%|██████████| 20/20 [32:48<00:00, 98.41s/it]
2026-08-04 16:29:51.846 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3AudioVAE
2026-08-04 16:29:51.951 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 288.54 MB loaded, full load: True
2026-08-04 16:29:52.103 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3VideoVAE
2026-08-04 16:29:52.202 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 4966.19 MB loaded, full load: True
2026-08-04 16:31:41.915 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m [32mPrompt executed in 00:34:38[0m
2026-08-04 16:31:42.098 [Info] Generated an image in 0.14 sec (prep) and 34.65 min (gen)
2026-08-04 16:31:42.137 [Debug] Saved an output file as '/home/spark/Tools/SwarmUI/Output/shanie/raw/2026-08-04/1557001-Shot 1 Cinematic transition from a stat-diffusion_modelsminimax_h3_fl2va_pruned.mp4'
2026-08-04 16:40:36.209 [Info] Creating new session 'shanie' for 192.168.3.3
2026-08-04 16:40:36.238 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 16:40:36.239 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 16:40:36.311 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 16:40:36.312 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 16:40:36.430 [Debug] [Load ComfyUI Self-Starting #2] Got valid value set, will parse...
2026-08-04 16:40:36.431 [Debug] [Load ComfyUI Self-Starting #2] Done parsing value set.
2026-08-04 16:40:36.433 [Debug] Have 11 Stable-Diffusion models.
2026-08-04 16:40:36.433 [Debug] Have 6 VAE models.
2026-08-04 16:40:36.436 [Debug] Have 8 LoRA models.
2026-08-04 16:40:36.436 [Debug] Have 0 Embedding models.
2026-08-04 16:40:36.436 [Debug] Have 0 ControlNet models.
2026-08-04 16:40:36.437 [Debug] Have 7 Clip models.
2026-08-04 16:40:36.437 [Debug] There are 1 Clip models that have exactly matched filenames across different folders: '/home/spark/Tools/SwarmUI/Models/text_encoders/qwen_3_600m.safetensors' is also stored in '/home/spark/Tools/SwarmUI/Models/clip/qwen_3_600m.safetensors'
2026-08-04 16:40:36.437 [Debug] Have 0 ClipVision models.
2026-08-04 16:40:36.437 [Debug] Data refreshed!
2026-08-04 16:40:40.185 [Debug] [MagicPrompt] Sending request | backend=openaiapi | type=chat | endpoint=http://10.0.0.219:8080/v1/chat/completions | model=llmfan46-gemma-4-31B-it-uncensored-heretic-NVFP4-GGUF
2026-08-04 16:40:40.185 [Debug] [MagicPrompt] Using timeout of 120 seconds for openaiapi
2026-08-04 16:41:05.192 [Debug] User shanie requested check for updates.
2026-08-04 16:41:05.377 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PostRenderTorched/ says:
2026-08-04 16:41:05.380 [Debug] Check for updates found no updates to extension 'PostRenderTorchedExtension'.
2026-08-04 16:41:05.383 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-Epsilon-Scaling/ says:
2026-08-04 16:41:05.384 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-KreaGoneWild/ says:
2026-08-04 16:41:05.385 [Debug] Check for updates found no updates to extension 'EpsilonScalingExtension'.
2026-08-04 16:41:05.387 [Debug] Git fetch of /home/spark/Tools/SwarmUI says:
2026-08-04 16:41:05.388 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-MagicPromptExtension/ says:
2026-08-04 16:41:05.389 [Debug] Check for updates found 0 updates to SwarmUI core.
2026-08-04 16:41:05.390 [Debug] Check for updates found no updates to extension 'MagicPromptExtension'.
2026-08-04 16:41:05.417 [Debug] Git fetch of /home/spark/Tools/ComfyUI/ComfyUI says:
2026-08-04 16:41:05.424 [Debug] Check for updates found 2 updates for ComfyUI install at /home/spark/Tools/ComfyUI/ComfyUI
2026-08-04 16:41:05.562 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PromptBuilderExtension/ says:
2026-08-04 16:41:05.565 [Debug] Check for updates found no updates to extension 'KreaGoneWildExtension'.
2026-08-04 16:41:05.567 [Debug] Check for updates found no updates to extension 'PromptBuilderExtension'.
2026-08-04 16:41:05.583 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance says:
2026-08-04 16:41:05.585 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance
2026-08-04 16:41:05.587 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus says:
2026-08-04 16:41:05.587 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2 says:
2026-08-04 16:41:05.589 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus
2026-08-04 16:41:05.589 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2
2026-08-04 16:41:05.596 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation says:
2026-08-04 16:41:05.598 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation
2026-08-04 16:46:56.962 [Debug] ComfyUI redirection gave non-200 code: '404' for URL: GET 'api/userdata?dir=workflows&recurse=true&split=false&full_info=true'
2026-08-04 16:46:58.529 [Debug] ComfyUI redirection gave non-200 code: '404' for URL: GET 'api/userdata?dir=workflows&recurse=true&split=false&full_info=true'
2026-08-04 16:46:58.809 [Debug] ComfyUI redirection gave non-200 code: '404' for URL: GET 'api/userdata?dir=subgraphs&recurse=true&split=false&full_info=true'
2026-08-04 16:47:04.025 [Debug] ComfyUI redirection gave non-200 code: '404' for URL: GET 'api/userdata/comfy.templates.json'
2026-08-04 16:47:04.436 [Debug] Comfy backend direct websocket request to ws, have 1 backends available
2026-08-04 16:47:04.437 [Debug] Comfy backend direct offset for new user is 0
2026-08-04 17:05:59.418 [Info] User shanie requested 1 image with model 'diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors'...
2026-08-04 17:05:59.420 [Debug] [BackendHandler] Backend request #4 for model diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors, maxWait=7.00:00:00.
2026-08-04 17:05:59.420 [Debug] [BackendHandler] Backend request #4 found correct model on #2
2026-08-04 17:05:59.420 [Debug] [BackendHandler] Backend request #4 finished.
2026-08-04 17:05:59.683 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m got prompt
2026-08-04 17:05:59.766 [Debug] [ComfyUI-2/STDERR] [1m[31m[ERROR][0m !!! Exception during processing !!! could not convert string to float: ' Static Pose'
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] [1m[31m[ERROR][0m Traceback (most recent call last):
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] File "/home/spark/Tools/ComfyUI/ComfyUI/execution.py", line 545, in execute
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] File "/home/spark/Tools/ComfyUI/ComfyUI/execution.py", line 344, in get_output_data
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] File "/home/spark/Tools/ComfyUI/ComfyUI/execution.py", line 318, in _async_map_node_over_list
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] await process_inputs(input_dict, i)
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] File "/home/spark/Tools/ComfyUI/ComfyUI/execution.py", line 306, in process_inputs
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] result = f(**inputs)
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] ^^^^^^^^^^^
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] File "/home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/ExtraNodes/SwarmComfyCommon/SwarmTextHandling.py", line 202, in encode
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] get_chunks(prompt)
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] File "/home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/ExtraNodes/SwarmComfyCommon/SwarmTextHandling.py", line 192, in get_chunks
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] when = float(coloned[1])
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] ^^^^^^^^^^^^^^^^^
2026-08-04 17:05:59.768 [Warning] [ComfyUI-2/STDERR] ValueError: could not convert string to float: ' Static Pose'
2026-08-04 17:05:59.768 [Warning] [ComfyUI-2/STDERR]
2026-08-04 17:05:59.768 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m [32mPrompt executed in 0.08 seconds[0m
2026-08-04 17:06:00.012 [Debug] Failed to process comfy workflow for inputs T2IParamInput(prompt: [Shot 1: Static Pose]
The video opens with a cinematic mid-shot of the two women exactly as they appear in the image, posing confidently for a photo. They are looking directly into the lens. The lighting is bright and atmospheric, highlighting the cyberpun..., pbprompt: , model: diffusion_models/minimax_h3_fl2va_pruned_int8_convrot, seed: 1816338006, steps: 20, cfgscale: 1, aspectratio: 3:2, width: 1056, height: 736, sidelength: 896, sampler: res_multistep, scheduler: simple, initimage: iVBORw0KGgoAAAANSUhEUgAACrAAAAdQCAIAAAARmQ6BAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAKjHRFWHRwYXJhbWV0ZXJzAHsKICAic3VpX2ltYWdlX3BhcmFtcyI6IHsKICAgICJwcm9tcHQiOiAibWFzdGVycGllY2UsIGJlc3QgcXVhbGl0eSwgc2NvcmVfOSwgc2NvcmVfOCwgc2NvcmVfNywgKHNjb3JlXzY6MC42KSwgKHNjb3JlXzU6..., initimagecreativity: 0, videomodel: diffusion_models/minimax_h3_fl2va_pruned_int8_convrot, videoframes: 207, videosteps: 20, videocfg: 1, videoresolution: Image Aspect, Model Res, videofps: 23, mpusecache: True, mpgeneratewildcardseed: False, mpmodelid: llmfan46-gemma-4-31B-it-uncensored-heretic-NVFP4-GGUF, mpinstructions: prompt, automaticvae: True, negativeprompt: ) with raw workflow { "4": { "class_type": "CheckpointLoaderSimple", "inputs": { "ckpt_name": "diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors" } }, "100": { "class_type": "CLIPLoader", "inputs": { "clip_name": "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors", "type": "minimax", "device": "default" } }, "101": { "class_type": "VAELoader", "inputs": { "vae_name": "MiniMaxH3/minimax_h3_video_vae_fp16.safetensors" } }, "102": { "class_type": "VAELoader", "inputs": { "vae_name": "MiniMaxH3/minimax_h3_audio_vae_fp32.safetensors" } }, "103": { "class_type": "MiniMaxH3SigmaShift", "inputs": { "model": [ "4", 0 ], "shift_video": 12, "shift_audio": 3 } }, "15": { "class_type": "SwarmLoadImageB64", "inputs": { "image_base64": "iVBORw0KGgoAAAANSUhEUgAABCAAAALgCAIAAADKtpG8AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE+npUWHRwYXJhbWV0ZXJzAAB4AZ1WzY7cNgy+5ymEOSXAzMT/P3tLCzQ99pD20g0GtETbQmTLleSdnRR591CyPTubbJuiWMAjURT5kfxI7d+vGNvZWZ7kAB2eJjAw2N0d83I6mYweJkf73QDWoZkkctyzBq1jf82gpLvsmeXa4KneFtW2K..." } }, "7": { "class_type": "CLIPTextEncode", "inputs": { "clip": [ "100", 0 ], "text": "" } }, "104": { "class_type": "ImageScale", "inputs": { "image": [ "15", 0 ], "width": 1152, "height": 832, "upscale_method": "lanczos", "crop": "disabled" } }, "105": { "class_type": "SwarmClipTextEncodeAdvanced", "inputs": { "clip": [ "100", 0 ], "steps": 20, "prompt": "[Shot 1: Static Pose]\nThe video opens with a cinematic mid-shot of the two women exactly as they appear in the image, posing confidently for a photo. They are looking directly into the lens. The lighting is bright and atmospheric, highlighting the cyber...", "width": 1600, "height": 1088, "target_width": 1056, "target_height": 736, "guidance": -1, "images": [ "104", 0 ] } }, "106": { "class_type": "ImageFromBatch", "inputs": { "image": [ "104", 0 ], "batch_index": 0, "length": 1 } }, "107": { "class_type": "EmptyMiniMaxH3LatentAV", "inputs": { "length": 209, "height": 832, "width": 1152 } }, "108": { "class_type": "SwarmMiniMaxH3AddKeyframes", "inputs": { "vae": [ "101", 0 ], "latent": [ "107", 0 ], "conditioning": [ "105", 0 ], "first_frame": [ "106", 0 ], "last_frame": null } }, "109": { "class_type": "SwarmKSampler", "inputs": { "model": [ "103", 0 ], "noise_seed": 1816338048, "steps": 20, "cfg": 1, "sampler_name": "res_multistep", "scheduler": "simple", "positive": [ "108", 0 ], "negative": [ "7", 0 ], "latent_image": [ "107", 0 ], "start_at_step": 0, "end_at_step": 10000, "return_with_leftover_noise": "disable", "add_noise": "enable", "var_seed": 0, "var_seed_strength": 0, "sigma_min": 0.002, "sigma_max": 1000, "rho": 7, "previews": "animate", "tile_sample": False, "tile_size": 960, "model_negative": null } }, "110": { "class_type": "LTXVSeparateAVLatent", "inputs": { "av_latent": [ "109", 0 ] } }, "111": { "class_type": "VAEDecode", "inputs": { "vae": [ "101", 0 ], "samples": [ "110", 0 ] } }, "112": { "class_type": "VAEDecodeAudio", "inputs": { "vae": [ "102", 0 ], "samples": [ "110", 1 ] } }, "9": { "class_type": "SwarmSaveAnimationWS", "inputs": { "images": [ "111", 0 ], "fps": 23, "lossless": False, "quality": 95, "method": "default", "format": "h264-mp4", "audio": [ "112", 0 ] } } }
2026-08-04 17:06:00.012 [Warning] Refused to generate image for shanie: ComfyUI execution error: could not convert string to float: ' Static Pose'
2026-08-04 17:06:48.736 [Info] Creating new session 'shanie' for 10.0.0.97
2026-08-04 17:06:48.750 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 17:06:48.753 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 17:06:48.764 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 17:06:48.765 [Debug] [MagicPrompt] Fetching models | backend=openaiapi | endpoint=http://10.0.0.219:8080/v1/models
2026-08-04 17:06:48.825 [Debug] [Load ComfyUI Self-Starting #2] Got valid value set, will parse...
2026-08-04 17:06:48.826 [Debug] [Load ComfyUI Self-Starting #2] Done parsing value set.
2026-08-04 17:06:48.829 [Debug] Have 11 Stable-Diffusion models.
2026-08-04 17:06:48.830 [Debug] Have 6 VAE models.
2026-08-04 17:06:48.832 [Debug] Have 8 LoRA models.
2026-08-04 17:06:48.832 [Debug] Have 0 Embedding models.
2026-08-04 17:06:48.832 [Debug] Have 0 ControlNet models.
2026-08-04 17:06:48.833 [Debug] Have 7 Clip models.
2026-08-04 17:06:48.833 [Debug] There are 1 Clip models that have exactly matched filenames across different folders: '/home/spark/Tools/SwarmUI/Models/text_encoders/qwen_3_600m.safetensors' is also stored in '/home/spark/Tools/SwarmUI/Models/clip/qwen_3_600m.safetensors'
2026-08-04 17:06:48.833 [Debug] Have 0 ClipVision models.
2026-08-04 17:06:48.833 [Debug] Data refreshed!
2026-08-04 17:07:41.057 [Info] User shanie requested 1 image with model 'diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors'...
2026-08-04 17:07:41.057 [Debug] [BackendHandler] Backend request #5 for model diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors, maxWait=7.00:00:00.
2026-08-04 17:07:41.057 [Debug] [BackendHandler] Backend request #5 found correct model on #2
2026-08-04 17:07:41.057 [Debug] [BackendHandler] Backend request #5 finished.
2026-08-04 17:07:41.352 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m got prompt
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] [1m[31m[ERROR][0m !!! Exception during processing !!! could not convert string to float: ' Static Pose'
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] [1m[31m[ERROR][0m Traceback (most recent call last):
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] File "/home/spark/Tools/ComfyUI/ComfyUI/execution.py", line 545, in execute
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] File "/home/spark/Tools/ComfyUI/ComfyUI/execution.py", line 344, in get_output_data
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] File "/home/spark/Tools/ComfyUI/ComfyUI/execution.py", line 318, in _async_map_node_over_list
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] await process_inputs(input_dict, i)
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] File "/home/spark/Tools/ComfyUI/ComfyUI/execution.py", line 306, in process_inputs
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] result = f(**inputs)
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] ^^^^^^^^^^^
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] File "/home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/ExtraNodes/SwarmComfyCommon/SwarmTextHandling.py", line 202, in encode
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] get_chunks(prompt)
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] File "/home/spark/Tools/SwarmUI/src/BuiltinExtensions/ComfyUIBackend/ExtraNodes/SwarmComfyCommon/SwarmTextHandling.py", line 192, in get_chunks
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] when = float(coloned[1])
2026-08-04 17:07:41.364 [Debug] [ComfyUI-2/STDERR] ^^^^^^^^^^^^^^^^^
2026-08-04 17:07:41.364 [Warning] [ComfyUI-2/STDERR] ValueError: could not convert string to float: ' Static Pose'
2026-08-04 17:07:41.364 [Warning] [ComfyUI-2/STDERR]
2026-08-04 17:07:41.365 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m [32mPrompt executed in 0.01 seconds[0m
2026-08-04 17:07:41.550 [Debug] Failed to process comfy workflow for inputs T2IParamInput(prompt: [Shot 1: Static Pose]
The video opens with a cinematic mid-shot of the two women exactly as they appear in the image, posing confidently for a photo. They are looking directly into the lens. The lighting is bright and atmospheric, highlighting the cyberpun..., pbprompt: , model: diffusion_models/minimax_h3_fl2va_pruned_int8_convrot, seed: 2062174302, steps: 20, cfgscale: 1, aspectratio: 3:2, width: 1056, height: 736, sidelength: 896, sampler: res_multistep, scheduler: simple, initimage: iVBORw0KGgoAAAANSUhEUgAACrAAAAdQCAIAAAARmQ6BAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAKjHRFWHRwYXJhbWV0ZXJzAHsKICAic3VpX2ltYWdlX3BhcmFtcyI6IHsKICAgICJwcm9tcHQiOiAibWFzdGVycGllY2UsIGJlc3QgcXVhbGl0eSwgc2NvcmVfOSwgc2NvcmVfOCwgc2NvcmVfNywgKHNjb3JlXzY6MC42KSwgKHNjb3JlXzU6..., initimagecreativity: 0, videomodel: diffusion_models/minimax_h3_fl2va_pruned_int8_convrot, videoframes: 207, videosteps: 20, videocfg: 1, videoresolution: Image Aspect, Model Res, videofps: 23, mpusecache: True, mpgeneratewildcardseed: False, mpmodelid: llmfan46-gemma-4-31B-it-uncensored-heretic-NVFP4-GGUF, mpinstructions: prompt, automaticvae: True, negativeprompt: ) with raw workflow { "4": { "class_type": "CheckpointLoaderSimple", "inputs": { "ckpt_name": "diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors" } }, "100": { "class_type": "CLIPLoader", "inputs": { "clip_name": "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors", "type": "minimax", "device": "default" } }, "101": { "class_type": "VAELoader", "inputs": { "vae_name": "MiniMaxH3/minimax_h3_video_vae_fp16.safetensors" } }, "102": { "class_type": "VAELoader", "inputs": { "vae_name": "MiniMaxH3/minimax_h3_audio_vae_fp32.safetensors" } }, "103": { "class_type": "MiniMaxH3SigmaShift", "inputs": { "model": [ "4", 0 ], "shift_video": 12, "shift_audio": 3 } }, "15": { "class_type": "SwarmLoadImageB64", "inputs": { "image_base64": "iVBORw0KGgoAAAANSUhEUgAABCAAAALgCAIAAADKtpG8AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE+npUWHRwYXJhbWV0ZXJzAAB4AZ1WzY7cNgy+5ymEOSXAzMT/P3tLCzQ99pD20g0GtETbQmTLleSdnRR591CyPTubbJuiWMAjURT5kfxI7d+vGNvZWZ7kAB2eJjAw2N0d83I6mYweJkf73QDWoZkkctyzBq1jf82gpLvsmeXa4KneFtW2K..." } }, "7": { "class_type": "CLIPTextEncode", "inputs": { "clip": [ "100", 0 ], "text": "" } }, "104": { "class_type": "ImageScale", "inputs": { "image": [ "15", 0 ], "width": 1152, "height": 832, "upscale_method": "lanczos", "crop": "disabled" } }, "105": { "class_type": "SwarmClipTextEncodeAdvanced", "inputs": { "clip": [ "100", 0 ], "steps": 20, "prompt": "[Shot 1: Static Pose]\nThe video opens with a cinematic mid-shot of the two women exactly as they appear in the image, posing confidently for a photo. They are looking directly into the lens. The lighting is bright and atmospheric, highlighting the cyber...", "width": 1600, "height": 1088, "target_width": 1056, "target_height": 736, "guidance": -1, "images": [ "104", 0 ] } }, "106": { "class_type": "ImageFromBatch", "inputs": { "image": [ "104", 0 ], "batch_index": 0, "length": 1 } }, "107": { "class_type": "EmptyMiniMaxH3LatentAV", "inputs": { "length": 209, "height": 832, "width": 1152 } }, "108": { "class_type": "SwarmMiniMaxH3AddKeyframes", "inputs": { "vae": [ "101", 0 ], "latent": [ "107", 0 ], "conditioning": [ "105", 0 ], "first_frame": [ "106", 0 ], "last_frame": null } }, "109": { "class_type": "SwarmKSampler", "inputs": { "model": [ "103", 0 ], "noise_seed": 2062174344, "steps": 20, "cfg": 1, "sampler_name": "res_multistep", "scheduler": "simple", "positive": [ "108", 0 ], "negative": [ "7", 0 ], "latent_image": [ "107", 0 ], "start_at_step": 0, "end_at_step": 10000, "return_with_leftover_noise": "disable", "add_noise": "enable", "var_seed": 0, "var_seed_strength": 0, "sigma_min": 0.002, "sigma_max": 1000, "rho": 7, "previews": "animate", "tile_sample": False, "tile_size": 960, "model_negative": null } }, "110": { "class_type": "LTXVSeparateAVLatent", "inputs": { "av_latent": [ "109", 0 ] } }, "111": { "class_type": "VAEDecode", "inputs": { "vae": [ "101", 0 ], "samples": [ "110", 0 ] } }, "112": { "class_type": "VAEDecodeAudio", "inputs": { "vae": [ "102", 0 ], "samples": [ "110", 1 ] } }, "9": { "class_type": "SwarmSaveAnimationWS", "inputs": { "images": [ "111", 0 ], "fps": 23, "lossless": False, "quality": 95, "method": "default", "format": "h264-mp4", "audio": [ "112", 0 ] } } }
2026-08-04 17:07:41.550 [Warning] Refused to generate image for shanie: ComfyUI execution error: could not convert string to float: ' Static Pose'
2026-08-04 17:08:45.608 [Info] User shanie requested 1 image with model 'diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors'...
2026-08-04 17:08:45.609 [Debug] [BackendHandler] Backend request #6 for model diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors, maxWait=7.00:00:00.
2026-08-04 17:08:45.609 [Debug] [BackendHandler] Backend request #6 found correct model on #2
2026-08-04 17:08:45.609 [Debug] [BackendHandler] Backend request #6 finished.
2026-08-04 17:08:45.846 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m got prompt
2026-08-04 17:08:45.905 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3TEModel_
2026-08-04 17:08:45.906 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0 models unloaded.
2026-08-04 17:08:45.971 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 14960.20 MB loaded, full load: True
2026-08-04 17:08:55.265 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3VideoVAE
2026-08-04 17:09:00.007 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0 models unloaded.
2026-08-04 17:09:00.020 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 4966.19 MB loaded, full load: True
2026-08-04 17:09:00.416 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3
2026-08-04 17:09:00.420 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0 models unloaded.
2026-08-04 17:09:00.444 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 19996.14 MB loaded, full load: True
2026-08-04 17:09:00.501 [Debug] [ComfyUI-2/STDERR]
2026-08-04 17:11:44.134 [Debug] [ComfyUI-2/STDERR] 0%| | 0/20 [00:00<?, ?it/s]
2026-08-04 17:14:25.909 [Debug] [ComfyUI-2/STDERR] 5%|▌ | 1/20 [02:43<51:48, 163.63s/it]
2026-08-04 17:17:08.784 [Debug] [ComfyUI-2/STDERR] 10%|█ | 2/20 [05:25<48:45, 162.54s/it]
2026-08-04 17:19:51.042 [Debug] [ComfyUI-2/STDERR] 15%|█▌ | 3/20 [08:08<46:05, 162.69s/it]
2026-08-04 17:22:33.316 [Debug] [ComfyUI-2/STDERR] 20%|██ | 4/20 [10:50<43:20, 162.52s/it]
2026-08-04 17:27:08.085 [Debug] [ComfyUI-2/STDERR] 25%|██▌ | 5/20 [13:32<40:36, 162.43s/it]
2026-08-04 17:30:31.881 [Debug] [ComfyUI-2/STDERR] 30%|███ | 6/20 [18:07<46:48, 200.62s/it]
2026-08-04 17:33:47.915 [Debug] [ComfyUI-2/STDERR] 35%|███▌ | 7/20 [21:31<43:41, 201.66s/it]
2026-08-04 17:37:03.832 [Debug] [ComfyUI-2/STDERR] 40%|████ | 8/20 [24:47<39:58, 199.87s/it]
2026-08-04 17:39:49.821 [Debug] [ComfyUI-2/STDERR] 45%|████▌ | 9/20 [28:03<36:24, 198.64s/it]
2026-08-04 17:42:34.097 [Debug] [ComfyUI-2/STDERR] 50%|█████ | 10/20 [30:49<31:25, 188.56s/it]
2026-08-04 17:45:26.959 [Debug] [ComfyUI-2/STDERR] 55%|█████▌ | 11/20 [33:33<27:10, 181.12s/it]
2026-08-04 17:45:39.034 [Debug] User shanie requested check for updates.
2026-08-04 17:45:39.333 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-KreaGoneWild/ says:
2026-08-04 17:45:39.334 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PostRenderTorched/ says:
2026-08-04 17:45:39.338 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-Epsilon-Scaling/ says:
2026-08-04 17:45:39.341 [Debug] Check for updates found no updates to extension 'PostRenderTorchedExtension'.
2026-08-04 17:45:39.341 [Debug] Check for updates found no updates to extension 'EpsilonScalingExtension'.
2026-08-04 17:45:39.379 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-MagicPromptExtension/ says:
2026-08-04 17:45:39.382 [Debug] Check for updates found no updates to extension 'MagicPromptExtension'.
2026-08-04 17:45:39.470 [Debug] Git fetch of /home/spark/Tools/SwarmUI says: From https://github.com/mcmonkeyprojects/SwarmUI
6a7b1249..7c1be1c4 master -> origin/master
2026-08-04 17:45:39.477 [Debug] Check for updates found 1 updates to SwarmUI core.
2026-08-04 17:45:39.480 [Debug] Git fetch of /home/spark/Tools/ComfyUI/ComfyUI says:
2026-08-04 17:45:39.489 [Debug] Check for updates found 2 updates for ComfyUI install at /home/spark/Tools/ComfyUI/ComfyUI
2026-08-04 17:45:39.502 [Debug] Git fetch of /home/spark/Tools/SwarmUI/src/Extensions/SwarmUI-PromptBuilderExtension/ says:
2026-08-04 17:45:39.504 [Debug] Check for updates found no updates to extension 'KreaGoneWildExtension'.
2026-08-04 17:45:39.505 [Debug] Check for updates found no updates to extension 'PromptBuilderExtension'.
2026-08-04 17:45:39.626 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus says:
2026-08-04 17:45:39.627 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation says:
2026-08-04 17:45:39.628 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2 says:
2026-08-04 17:45:39.628 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI_IPAdapter_plus
2026-08-04 17:45:39.629 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-Frame-Interpolation
2026-08-04 17:45:39.629 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-segment-anything-2
2026-08-04 17:45:39.636 [Debug] Git fetch of src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance says:
2026-08-04 17:45:39.638 [Debug] Check for updates found no updates for ComfyUI node at src/BuiltinExtensions/ComfyUIBackend/DLNodes/ComfyUI-ConditioningKrea2Rebalance
2026-08-04 17:48:29.290 [Debug] [ComfyUI-2/STDERR] 60%|██████ | 12/20 [36:26<23:48, 178.61s/it]
2026-08-04 17:51:11.607 [Debug] [ComfyUI-2/STDERR] 65%|██████▌ | 13/20 [39:28<20:58, 179.74s/it]
2026-08-04 17:53:57.686 [Debug] [ComfyUI-2/STDERR] 70%|███████ | 14/20 [42:11<17:26, 174.48s/it]
2026-08-04 17:56:40.501 [Debug] [ComfyUI-2/STDERR] 75%|███████▌ | 15/20 [44:57<14:19, 171.95s/it]
2026-08-04 17:59:23.524 [Debug] [ComfyUI-2/STDERR] 80%|████████ | 16/20 [47:39<11:16, 169.20s/it]
2026-08-04 18:02:07.116 [Debug] [ComfyUI-2/STDERR] 85%|████████▌ | 17/20 [50:23<08:22, 167.34s/it]
2026-08-04 18:04:50.942 [Debug] [ComfyUI-2/STDERR] 90%|█████████ | 18/20 [53:06<05:32, 166.21s/it]
2026-08-04 18:07:33.374 [Debug] [ComfyUI-2/STDERR] 95%|█████████▌| 19/20 [55:50<02:45, 165.50s/it]
2026-08-04 18:07:33.374 [Debug] [ComfyUI-2/STDERR] 100%|██████████| 20/20 [58:32<00:00, 164.58s/it]
2026-08-04 18:07:33.374 [Debug] [ComfyUI-2/STDERR] 100%|██████████| 20/20 [58:32<00:00, 175.64s/it]
2026-08-04 18:07:33.384 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3AudioVAE
2026-08-04 18:07:33.545 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 288.54 MB loaded, full load: True
2026-08-04 18:07:33.801 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3VideoVAE
2026-08-04 18:07:33.941 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 4966.19 MB loaded, full load: True
2026-08-04 18:10:01.598 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m [32mPrompt executed in 01:01:15[0m
2026-08-04 18:10:01.906 [Debug] Saved an output file as '/home/spark/Tools/SwarmUI/Output/shanie/raw/2026-08-04/1708001-Shot 1 Static PoseThe video opens with-diffusion_modelsminimax_h3_fl2va_pruned.mp4'
2026-08-04 18:10:02.028 [Info] Generated an image in 0.24 sec (prep) and 61.26 min (gen)
2026-08-04 18:35:15.433 [Info] User shanie requested 1 image with model 'diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors'...
2026-08-04 18:35:15.435 [Debug] [BackendHandler] Backend request #7 found correct model on #2
2026-08-04 18:35:15.435 [Debug] [BackendHandler] Backend request #7 for model diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors, maxWait=7.00:00:00.
2026-08-04 18:35:15.435 [Debug] [BackendHandler] Backend request #7 finished.
2026-08-04 18:35:15.589 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m got prompt
2026-08-04 18:35:15.648 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3TEModel_
2026-08-04 18:35:15.649 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0 models unloaded.
2026-08-04 18:35:15.851 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 14960.20 MB loaded, full load: True
2026-08-04 18:36:55.078 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3VideoVAE
2026-08-04 18:37:52.829 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0 models unloaded.
2026-08-04 18:37:52.843 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 4966.19 MB loaded, full load: True
2026-08-04 18:37:53.269 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m Requested to load MiniMaxH3
2026-08-04 18:37:53.274 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m 0 models unloaded.
2026-08-04 18:37:53.296 [Debug] [ComfyUI-2/STDERR] [32m[INFO][0m loaded completely; 19996.14 MB loaded, full load: True
2026-08-04 18:37:53.362 [Debug] [ComfyUI-2/STDERR]
2026-08-04 18:42:18.393 [Debug] [ComfyUI-2/STDERR] 0%| | 0/20 [00:00<?, ?it/s]
2026-08-04 18:46:45.392 [Debug] [ComfyUI-2/STDERR] 5%|▌ | 1/20 [04:25<1:23:55, 265.03s/it]
2026-08-04 18:51:13.869 [Debug] [ComfyUI-2/STDERR] 10%|█ | 2/20 [08:52<1:19:51, 266.19s/it]
2026-08-04 18:52:29.302 [Info] User shanie is submitting logs above level Debug to pastebin...