-
Notifications
You must be signed in to change notification settings - Fork 221
Description
Hello, I'm having this problem with the "🅛🅣🅧 LTXV Base Sampler". If I set the blur to 0 it works, but set to 1, fails with this error.
!!! Exception during processing !!! 'Blur' object has no attribute 'blur'
Traceback (most recent call last):
File "/javi/ComfyUI/execution.py", line 496, 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, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/javi/ComfyUI/execution.py", line 315, 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, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/javi/ComfyUI/execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "/javi/ComfyUI/execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "/javi/ComfyUI/custom_nodes/ComfyUI-LTXVideo/easy_samplers.py", line 150, in sample
optional_cond_images[i] = blur_internal(
^^^^^^^^^^^^^^
File "/javi/ComfyUI/custom_nodes/ComfyUI-LTXVideo/guide.py", line 16, in blur_internal
image = post_processing.Blur().blur(image, blur_radius, sigma)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Blur' object has no attribute 'blur'