-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello. I am reporting an error once again. After updating to the latest ComfyUI-bleh version, the animated previews from the VHS node stopped working entirely, and this error is displayed in the console:
!!! Exception during processing !!! Unsupported preview type for VHS animated previews
Traceback (most recent call last):
File "H:\ComfyUIAPI3-47\ComfyUI_windows_portable\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 "H:\ComfyUIAPI3-47\ComfyUI_windows_portable\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 "H:\ComfyUIAPI3-47\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "H:\ComfyUIAPI3-47\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "H:\ComfyUIAPI3-47\ComfyUI_windows_portable\ComfyUI\custom_nodes\KSamplerAdvancedWithVariationsPrototype.py", line 65, in sample
callback = latent_preview.prepare_callback(model, total_steps)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\ComfyUIAPI3-47\ComfyUI_windows_portable\ComfyUI\latent_preview.py", line 96, in prepare_callback
previewer = get_previewer(model.load_device, model.model.latent_format)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\ComfyUIAPI3-47\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite\videohelpersuite\latent_preview.py", line 111, in get_latent_video_previewer
return WrappedPreviewer(previewer, rate_setting)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "H:\ComfyUIAPI3-47\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite\videohelpersuite\latent_preview.py", line 30, in init
raise Exception('Unsupported preview type for VHS animated previews')
Exception: Unsupported preview type for VHS animated previews
The error only occurs when using the high-quality TAESD previews when enabled via the bleh.yaml file. Removing the .yaml file solves the issue with the VHS animated previews.
The previous version of ComfyUI-bleh I had was working correctly with the VHS nodes and the high-quality previews from ComfyUI-bleh, but I don't see any version to roll back to, unfortunately.