Got this error "'int' object has no attribute 'split'"

#3
by Dokme - opened

ComfyUI Error Report

Error Details

  • Node ID: 3
  • Node Type: KSampler
  • Exception Type: AttributeError
  • Exception Message: 'int' object has no attribute 'split'

Stack Trace

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 349, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 224, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 196, in _map_node_over_list
    process_inputs(input_dict, i)

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 185, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1525, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1492, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sample.py", line 45, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1133, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1023, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1008, in sample
    output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 963, in outer_sample
    self.inner_model, self.conds, self.loaded_models = comfy.sampler_helpers.prepare_sampling(self.model_patcher, noise.shape, self.conds, self.model_options)
                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sampler_helpers.py", line 113, in prepare_sampling
    return executor.execute(model, noise_shape, conds, model_options=model_options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sampler_helpers.py", line 122, in _prepare_sampling
    comfy.model_management.load_models_gpu([model] + models, memory_required=memory_required, minimum_memory_required=minimum_memory_required)

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 625, in load_models_gpu
    loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 444, in model_load
    self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 473, in model_use_more_vram
    return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_patcher.py", line 832, in partially_load
    raise e

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_patcher.py", line 829, in partially_load
    self.load(device_to, lowvram_model_memory=current_used + extra_memory, force_patch_weights=force_patch_weights, full_load=full_load)

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-multigpu\__init__.py", line 68, in new_load
    device_assignments = analyze_ggml_loading(self.model, debug_allocations)['device_assignments']
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-multigpu\__init__.py", line 83, in analyze_ggml_loading
    for allocation in allocations_str.split(';'):
                      ^^^^^^^^^^^^^^^^^^^^^

System Information

  • ComfyUI Version: 0.3.34
  • Arguments: ComfyUI\main.py
  • OS: nt
  • Python Version: 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.7.0+cu128

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 12884246528
    • VRAM Free: 11793334272
    • Torch VRAM Total: 0
    • Torch VRAM Free: 0

Logs

2025-05-21T13:51:42.676704 - [START] Security scan2025-05-21T13:51:42.676704 - 
2025-05-21T13:51:43.437876 - [DONE] Security scan2025-05-21T13:51:43.437876 - 
2025-05-21T13:51:43.555903 - ## ComfyUI-Manager: installing dependencies done.2025-05-21T13:51:43.555903 - 
2025-05-21T13:51:43.555903 - ** ComfyUI startup time:2025-05-21T13:51:43.556904 -  2025-05-21T13:51:43.556904 - 2025-05-21 13:51:43.5552025-05-21T13:51:43.556904 - 
2025-05-21T13:51:43.556904 - ** Platform:2025-05-21T13:51:43.556904 -  2025-05-21T13:51:43.556904 - Windows2025-05-21T13:51:43.556904 - 
2025-05-21T13:51:43.556904 - ** Python version:2025-05-21T13:51:43.557904 -  2025-05-21T13:51:43.557904 - 3.12.10 (tags/v3.12.10:0cc8128, Apr  8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]2025-05-21T13:51:43.557904 - 
2025-05-21T13:51:43.557904 - ** Python executable:2025-05-21T13:51:43.557904 -  2025-05-21T13:51:43.557904 - F:\comfyui\ComfyUI_windows_portable\python_embeded\python.exe2025-05-21T13:51:43.557904 - 
2025-05-21T13:51:43.557904 - ** ComfyUI Path:2025-05-21T13:51:43.558904 -  2025-05-21T13:51:43.558904 - F:\comfyui\ComfyUI_windows_portable\ComfyUI2025-05-21T13:51:43.558904 - 
2025-05-21T13:51:43.558904 - ** ComfyUI Base Folder Path:2025-05-21T13:51:43.558904 -  2025-05-21T13:51:43.558904 - F:\comfyui\ComfyUI_windows_portable\ComfyUI2025-05-21T13:51:43.558904 - 
2025-05-21T13:51:43.558904 - ** User directory:2025-05-21T13:51:43.559904 -  2025-05-21T13:51:43.559904 - F:\comfyui\ComfyUI_windows_portable\ComfyUI\user2025-05-21T13:51:43.559904 - 
2025-05-21T13:51:43.559904 - ** ComfyUI-Manager config path:2025-05-21T13:51:43.559904 -  2025-05-21T13:51:43.559904 - F:\comfyui\ComfyUI_windows_portable\ComfyUI\user\default\ComfyUI-Manager\config.ini2025-05-21T13:51:43.559904 - 
2025-05-21T13:51:43.559904 - ** Log path:2025-05-21T13:51:43.560904 -  2025-05-21T13:51:43.560904 - F:\comfyui\ComfyUI_windows_portable\ComfyUI\user\comfyui.log2025-05-21T13:51:43.560904 - 
2025-05-21T13:51:44.521241 - 
Prestartup times for custom nodes:
2025-05-21T13:51:44.521241 -    0.0 seconds: F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-05-21T13:51:44.522243 -    2.5 seconds: F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2025-05-21T13:51:44.523242 - 
2025-05-21T13:51:46.241848 - Checkpoint files will always be loaded safely.
2025-05-21T13:51:46.416853 - Total VRAM 12287 MB, total RAM 65481 MB
2025-05-21T13:51:46.416853 - pytorch version: 2.7.0+cu128
2025-05-21T13:51:46.417854 - Set vram state to: NORMAL_VRAM
2025-05-21T13:51:46.418854 - Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
2025-05-21T13:51:47.745292 - Using pytorch attention
2025-05-21T13:51:48.962457 - Python version: 3.12.10 (tags/v3.12.10:0cc8128, Apr  8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]
2025-05-21T13:51:48.963457 - ComfyUI version: 0.3.34
2025-05-21T13:51:48.993464 - ComfyUI frontend version: 1.18.10
2025-05-21T13:51:48.995465 - [Prompt Server] web root: F:\comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\comfyui_frontend_package\static
2025-05-21T13:51:49.716873 - ComfyUI-GGUF: Partial torch compile only, consider updating pytorch
2025-05-21T13:51:49.725875 - Total VRAM 12287 MB, total RAM 65481 MB
2025-05-21T13:51:49.725875 - pytorch version: 2.7.0+cu128
2025-05-21T13:51:49.726875 - Set vram state to: NORMAL_VRAM
2025-05-21T13:51:49.726875 - Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
2025-05-21T13:51:49.781887 - ### Loading: ComfyUI-Manager (V3.32.3)
2025-05-21T13:51:49.782888 - [ComfyUI-Manager] network_mode: public
2025-05-21T13:51:49.892912 - ### ComfyUI Revision: 150 [158419f3] *DETACHED | Released on '2025-05-12'
2025-05-21T13:51:49.907916 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo
2025-05-21T13:51:49.907916 - MultiGPU: Module ComfyUI-LTXVideo not found - skipping
2025-05-21T13:51:49.907916 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ltxvideo
2025-05-21T13:51:49.908916 - MultiGPU: Module comfyui-ltxvideo not found - skipping
2025-05-21T13:51:49.908916 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2
2025-05-21T13:51:49.909916 - MultiGPU: Module ComfyUI-Florence2 not found - skipping
2025-05-21T13:51:49.909916 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-florence2
2025-05-21T13:51:49.909916 - MultiGPU: Module comfyui-florence2 not found - skipping
2025-05-21T13:51:49.909916 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_bitsandbytes_NF4
2025-05-21T13:51:49.910916 - MultiGPU: Module ComfyUI_bitsandbytes_NF4 not found - skipping
2025-05-21T13:51:49.910916 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_bitsandbytes_nf4
2025-05-21T13:51:49.911918 - MultiGPU: Module comfyui_bitsandbytes_nf4 not found - skipping
2025-05-21T13:51:49.911918 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui
2025-05-21T13:51:49.911918 - MultiGPU: Module x-flux-comfyui not found - skipping
2025-05-21T13:51:49.912918 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui
2025-05-21T13:51:49.912918 - MultiGPU: Module x-flux-comfyui not found - skipping
2025-05-21T13:51:49.912918 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MMAudio
2025-05-21T13:51:49.912918 - MultiGPU: Module ComfyUI-MMAudio not found - skipping
2025-05-21T13:51:49.913918 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mmaudio
2025-05-21T13:51:49.913918 - MultiGPU: Module comfyui-mmaudio not found - skipping
2025-05-21T13:51:49.914918 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
2025-05-21T13:51:49.914918 - MultiGPU: Found ComfyUI-GGUF, creating compatible MultiGPU nodes
2025-05-21T13:51:49.914918 - MultiGPU: Registered UnetLoaderGGUFMultiGPU
2025-05-21T13:51:49.915918 - MultiGPU: Registered UnetLoaderGGUFDisTorchMultiGPU
2025-05-21T13:51:49.915918 - MultiGPU: Registered UnetLoaderGGUFAdvancedMultiGPU
2025-05-21T13:51:49.915918 - MultiGPU: Registered UnetLoaderGGUFAdvancedDisTorchMultiGPU
2025-05-21T13:51:49.915918 - MultiGPU: Registered CLIPLoaderGGUFMultiGPU
2025-05-21T13:51:49.916918 - MultiGPU: Registered CLIPLoaderGGUFDisTorchMultiGPU
2025-05-21T13:51:49.916918 - MultiGPU: Registered DualCLIPLoaderGGUFMultiGPU
2025-05-21T13:51:49.916918 - MultiGPU: Registered DualCLIPLoaderGGUFDisTorchMultiGPU
2025-05-21T13:51:49.917919 - MultiGPU: Registered TripleCLIPLoaderGGUFMultiGPU
2025-05-21T13:51:49.917919 - MultiGPU: Registered TripleCLIPLoaderGGUFDisTorchMultiGPU
2025-05-21T13:51:49.917919 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\PuLID_ComfyUI
2025-05-21T13:51:49.918919 - MultiGPU: Module PuLID_ComfyUI not found - skipping
2025-05-21T13:51:49.918919 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\pulid_comfyui
2025-05-21T13:51:49.918919 - MultiGPU: Module pulid_comfyui not found - skipping
2025-05-21T13:51:49.919919 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-HunyuanVideoWrapper
2025-05-21T13:51:49.921920 - MultiGPU: Module ComfyUI-HunyuanVideoWrapper not found - skipping
2025-05-21T13:51:49.921920 - MultiGPU: Checking for module at F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-hunyuanvideowrapper
2025-05-21T13:51:49.921920 - MultiGPU: Module comfyui-hunyuanvideowrapper not found - skipping
2025-05-21T13:51:49.921920 - MultiGPU: Registration complete. Final mappings: DeviceSelectorMultiGPU, HunyuanVideoEmbeddingsAdapter, UNETLoaderMultiGPU, VAELoaderMultiGPU, CLIPLoaderMultiGPU, DualCLIPLoaderMultiGPU, TripleCLIPLoaderMultiGPU, CheckpointLoaderSimpleMultiGPU, ControlNetLoaderMultiGPU, UnetLoaderGGUFMultiGPU, UnetLoaderGGUFDisTorchMultiGPU, UnetLoaderGGUFAdvancedMultiGPU, UnetLoaderGGUFAdvancedDisTorchMultiGPU, CLIPLoaderGGUFMultiGPU, CLIPLoaderGGUFDisTorchMultiGPU, DualCLIPLoaderGGUFMultiGPU, DualCLIPLoaderGGUFDisTorchMultiGPU, TripleCLIPLoaderGGUFMultiGPU, TripleCLIPLoaderGGUFDisTorchMultiGPU
2025-05-21T13:51:50.025943 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-05-21T13:51:50.035945 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-05-21T13:51:50.057950 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-05-21T13:51:50.108961 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-05-21T13:51:50.150971 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-05-21T13:51:50.167975 - 
2025-05-21T13:51:50.167975 - [rgthree-comfy] Loaded 47 extraordinary nodes. 🎉2025-05-21T13:51:50.168976 - 
2025-05-21T13:51:50.168976 - 
2025-05-21T13:51:50.169976 - 
Import times for custom nodes:
2025-05-21T13:51:50.170975 -    0.0 seconds: F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2025-05-21T13:51:50.170975 -    0.0 seconds: F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\gguf
2025-05-21T13:51:50.170975 -    0.0 seconds: F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
2025-05-21T13:51:50.170975 -    0.0 seconds: F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-multigpu
2025-05-21T13:51:50.171976 -    0.0 seconds: F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2025-05-21T13:51:50.171976 -    0.0 seconds: F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2025-05-21T13:51:50.171976 -    0.1 seconds: F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-kjnodes
2025-05-21T13:51:50.172977 -    0.1 seconds: F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2025-05-21T13:51:50.172977 -    0.2 seconds: F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-05-21T13:51:50.172977 - 
2025-05-21T13:51:50.190981 - Starting server

2025-05-21T13:51:50.192108 - To see the GUI go to: http://127.0.0.1:8188
2025-05-21T13:51:54.170660 - FETCH ComfyRegistry Data: 5/862025-05-21T13:51:54.170660 - 
2025-05-21T13:51:59.338527 - FETCH ComfyRegistry Data: 10/862025-05-21T13:51:59.338527 - 
2025-05-21T13:52:03.796581 - FETCH ComfyRegistry Data: 15/862025-05-21T13:52:03.797581 - 
2025-05-21T13:52:08.303343 - FETCH ComfyRegistry Data: 20/862025-05-21T13:52:08.303343 - 
2025-05-21T13:52:12.915589 - FETCH ComfyRegistry Data: 25/862025-05-21T13:52:12.915589 - 
2025-05-21T13:52:17.548040 - FETCH ComfyRegistry Data: 30/862025-05-21T13:52:17.548040 - 
2025-05-21T13:52:22.469104 - FETCH ComfyRegistry Data: 35/862025-05-21T13:52:22.469104 - 
2025-05-21T13:52:26.837381 - FETCH ComfyRegistry Data: 40/862025-05-21T13:52:26.838382 - 
2025-05-21T13:52:31.288487 - FETCH ComfyRegistry Data: 45/862025-05-21T13:52:31.288487 - 
2025-05-21T13:52:34.493624 - got prompt
2025-05-21T13:52:34.494625 - Failed to validate prompt for output 75:
2025-05-21T13:52:34.495624 - * VHS_LoadVideo 114:
2025-05-21T13:52:34.495624 -   - Custom validation failed for node: video - Invalid video file: original.mp4
2025-05-21T13:52:34.495624 - Output will be ignored
2025-05-21T13:52:34.498626 - Failed to validate prompt for output 112:
2025-05-21T13:52:34.499625 - Output will be ignored
2025-05-21T13:52:34.499625 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2025-05-21T13:52:36.493913 - FETCH ComfyRegistry Data: 50/862025-05-21T13:52:36.493913 - 
2025-05-21T13:52:40.983506 - FETCH ComfyRegistry Data: 55/862025-05-21T13:52:40.983506 - 
2025-05-21T13:52:45.371702 - FETCH ComfyRegistry Data: 60/862025-05-21T13:52:45.372702 - 
2025-05-21T13:52:47.326286 - got prompt
2025-05-21T13:52:47.327286 - Failed to validate prompt for output 75:
2025-05-21T13:52:47.328288 - * (prompt):
2025-05-21T13:52:47.329287 -   - Required input is missing: images
2025-05-21T13:52:47.330288 - * PreviewImage 75:
2025-05-21T13:52:47.331288 -   - Required input is missing: images
2025-05-21T13:52:47.332287 - Output will be ignored
2025-05-21T13:52:47.355293 - Using pytorch attention in VAE
2025-05-21T13:52:47.357294 - Using pytorch attention in VAE
2025-05-21T13:52:47.532333 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-05-21T13:52:50.160513 - FETCH ComfyRegistry Data: 65/862025-05-21T13:52:50.160513 - 
2025-05-21T13:52:56.832869 - FETCH ComfyRegistry Data: 70/862025-05-21T13:52:56.832869 - 
2025-05-21T13:52:58.634391 - F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\gguf\pig.py:342: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:209.)
  torch_tensor = torch.from_numpy(tensor.data)
2025-05-21T13:52:58.637392 - gguf qtypes: Q4_K (161), F32 (73), Q5_K (7), Q6_K (1)2025-05-21T13:52:58.637392 - 
2025-05-21T13:52:58.803431 - Attempting to rebuild sentencepiece tokenizer from metadata..2025-05-21T13:52:58.803431 - 
2025-05-21T13:53:02.784720 - FETCH ComfyRegistry Data: 75/862025-05-21T13:53:02.784720 - 
2025-05-21T13:53:08.640110 - FETCH ComfyRegistry Data: 80/862025-05-21T13:53:08.641110 - 
2025-05-21T13:53:10.646953 - Rebuilt tokenizer successfully with vocab size of 2563842025-05-21T13:53:10.646953 - 
2025-05-21T13:53:11.755479 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2025-05-21T13:53:11.892509 - gguf qtypes: F32 (836), Q4_0 (441), Q4_1 (48), F16 (6)
2025-05-21T13:53:11.942520 - model weight dtype torch.float16, manual cast: None
2025-05-21T13:53:11.943521 - model_type FLOW
2025-05-21T13:53:12.177573 - Requested to load WanTEModel
2025-05-21T13:53:13.607168 - loaded completely 9827.8 5332.49609375 True
2025-05-21T13:53:14.508632 - FETCH ComfyRegistry Data: 85/862025-05-21T13:53:14.508632 - 
2025-05-21T13:53:16.392022 - FETCH ComfyRegistry Data [DONE]2025-05-21T13:53:16.392022 - 
2025-05-21T13:53:16.521186 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-05-21T13:53:16.546192 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-05-21T13:53:16.547192 - 2025-05-21T13:53:16.690224 -  [DONE]2025-05-21T13:53:16.691225 - 
2025-05-21T13:53:16.757239 - [ComfyUI-Manager] All startup tasks have been completed.
2025-05-21T13:53:17.169543 - Requested to load WanVAE
2025-05-21T13:53:17.310575 - loaded completely 1338.7617149353027 242.02829551696777 True
2025-05-21T13:53:51.403921 - Requested to load WAN21_Vace
2025-05-21T13:53:52.522849 - 0 models unloaded.
2025-05-21T13:53:53.465511 - loaded partially 128.0 127.998291015625 0
2025-05-21T13:53:53.630547 - !!! Exception during processing !!! 'int' object has no attribute 'split'
2025-05-21T13:53:53.635548 - Traceback (most recent call last):
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 349, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 224, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 196, in _map_node_over_list
    process_inputs(input_dict, i)
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 185, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1525, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1492, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sample.py", line 45, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1133, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1023, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1008, in sample
    output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 963, in outer_sample
    self.inner_model, self.conds, self.loaded_models = comfy.sampler_helpers.prepare_sampling(self.model_patcher, noise.shape, self.conds, self.model_options)
                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sampler_helpers.py", line 113, in prepare_sampling
    return executor.execute(model, noise_shape, conds, model_options=model_options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sampler_helpers.py", line 122, in _prepare_sampling
    comfy.model_management.load_models_gpu([model] + models, memory_required=memory_required, minimum_memory_required=minimum_memory_required)
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 625, in load_models_gpu
    loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 444, in model_load
    self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 473, in model_use_more_vram
    return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_patcher.py", line 832, in partially_load
    raise e
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_patcher.py", line 829, in partially_load
    self.load(device_to, lowvram_model_memory=current_used + extra_memory, force_patch_weights=force_patch_weights, full_load=full_load)
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-multigpu\__init__.py", line 68, in new_load
    device_assignments = analyze_ggml_loading(self.model, debug_allocations)['device_assignments']
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-multigpu\__init__.py", line 83, in analyze_ggml_loading
    for allocation in allocations_str.split(';'):
                      ^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'int' object has no attribute 'split'

2025-05-21T13:53:53.638549 - Prompt executed in 66.30 seconds
2025-05-21T13:54:25.772681 - got prompt
2025-05-21T13:54:25.773682 - Failed to validate prompt for output 75:
2025-05-21T13:54:25.775682 - * (prompt):
2025-05-21T13:54:25.775682 -   - Required input is missing: images
2025-05-21T13:54:25.775682 - * PreviewImage 75:
2025-05-21T13:54:25.776684 -   - Required input is missing: images
2025-05-21T13:54:25.776684 - Output will be ignored
2025-05-21T13:54:25.810691 - Requested to load WAN21_Vace
2025-05-21T13:54:25.811691 - 0 models unloaded.
2025-05-21T13:54:26.738902 - loaded partially 128.0 127.998291015625 0
2025-05-21T13:54:26.902937 - !!! Exception during processing !!! 'int' object has no attribute 'split'
2025-05-21T13:54:26.905938 - Traceback (most recent call last):
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 349, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 224, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 196, in _map_node_over_list
    process_inputs(input_dict, i)
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\execution.py", line 185, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1525, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1492, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sample.py", line 45, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1133, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1023, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1008, in sample
    output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 963, in outer_sample
    self.inner_model, self.conds, self.loaded_models = comfy.sampler_helpers.prepare_sampling(self.model_patcher, noise.shape, self.conds, self.model_options)
                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sampler_helpers.py", line 113, in prepare_sampling
    return executor.execute(model, noise_shape, conds, model_options=model_options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\sampler_helpers.py", line 122, in _prepare_sampling
    comfy.model_management.load_models_gpu([model] + models, memory_required=memory_required, minimum_memory_required=minimum_memory_required)
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 625, in load_models_gpu
    loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 444, in model_load
    self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 473, in model_use_more_vram
    return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_patcher.py", line 832, in partially_load
    raise e
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\comfy\model_patcher.py", line 829, in partially_load
    self.load(device_to, lowvram_model_memory=current_used + extra_memory, force_patch_weights=force_patch_weights, full_load=full_load)
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-multigpu\__init__.py", line 68, in new_load
    device_assignments = analyze_ggml_loading(self.model, debug_allocations)['device_assignments']
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-multigpu\__init__.py", line 83, in analyze_ggml_loading
    for allocation in allocations_str.split(';'):
                      ^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'int' object has no attribute 'split'

2025-05-21T13:54:26.908940 - Prompt executed in 1.13 seconds

Attached Workflow

Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

Workflow too large. Please manually upload the workflow from local file system.

Additional Context

(Please add any additional context or steps to reproduce the error here)

Sign up or log in to comment