Custom Node Testing
Expected Behavior
videos to generate
Actual Behavior
after around 20 videos, i got error listed in title and comfyui stopped generating videos. i have not noticed a particular way to replicate the issue, i have a 5090, 128gb RAM
Steps to Reproduce
i am new to comfyui so i am not totally sure what ti include in the bug report :(
Debug Logs
got prompt
WARNING: PlaySound.IS_CHANGED() missing 1 required positional argument: 'self'
Requested to load WanTEModel
aimdo: src/model-vbar.c:198:ERROR:Could not reseve Virtual Address space for VBAR
!!! Exception during processing !!! VBAR allocation failed
Traceback (most recent call last):
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\execution.py", line 524, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\execution.py", line 333, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\custom_nodes\ComfyUI-Lora-Manager\py\metadata_collector\metadata_hook.py", line 168, in async_map_node_over_list_with_metadata
results = await original_map_node_over_list(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\execution.py", line 307, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\execution.py", line 295, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\nodes.py", line 80, in encode
return (clip.encode_from_tokens_scheduled(tokens), )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\comfy\sd.py", line 313, in encode_from_tokens_scheduled
pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\comfy\sd.py", line 375, in encode_from_tokens
self.load_model(tokens)
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\comfy\sd.py", line 422, in load_model
model_management.load_models_gpu([self.patcher], memory_required=memory_used)
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\comfy\model_management.py", line 755, in load_models_gpu
loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\comfy\model_management.py", line 538, in model_load
self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\comfy\model_management.py", line 568, in model_use_more_vram
return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\comfy\model_patcher.py", line 1666, in partially_load
raise e
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\comfy\model_patcher.py", line 1663, in partially_load
self.load(device_to, dirty=dirty)
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\comfy\model_patcher.py", line 1507, in load
vbar = self._vbar_get(create=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\rbwu4v\ComfyUI_apprentice_portable\ComfyUI\comfy\model_patcher.py", line 1455, in _vbar_get
vbar = comfy_aimdo.model_vbar.ModelVBAR(self.model_size() * 10, self.load_device.index)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\rbwu4v\ComfyUI_apprentice_portable\python_embeded\Lib\site-packages\comfy_aimdo\model_vbar.py", line 40, in __init__
raise MemoryError("VBAR allocation failed")
MemoryError: VBAR allocation failed
Prompt executed in 0.11 seconds
Other
No response
Custom Node Testing
Expected Behavior
videos to generate
Actual Behavior
after around 20 videos, i got error listed in title and comfyui stopped generating videos. i have not noticed a particular way to replicate the issue, i have a 5090, 128gb RAM
Steps to Reproduce
i am new to comfyui so i am not totally sure what ti include in the bug report :(
Debug Logs
Other
No response