!!! Exception during processing !!! No module named 'diffusers.models.transformer_temporal'
Traceback (most recent call last):
File "d:\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, 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 "d:\ComfyUI_windows_portable\ComfyUI\execution.py", line 192, 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 "d:\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "d:\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_StreamingT2V\nodes.py", line 399, in run
from vidxtend import VidXTendPipeline
File "d:\ComfyUI_windows_portable\ComfyUI/custom_nodes/ComfyUI_StreamingT2V/thirdparty\vidxtend__init.py", line 10, in
sys.modules[f"{name__}.{dirname}.{model_name}"] = import(f"{name}.{dirname}.{model_name}", fromlist=[model_name])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\ComfyUI_windows_portable\ComfyUI/custom_nodes/ComfyUI_StreamingT2V/thirdparty\vidxtend\models__init__.py", line 3, in
from vidxtend.models.conditioning import CrossAttention, ConditionalModel
File "d:\ComfyUI_windows_portable\ComfyUI/custom_nodes/ComfyUI_StreamingT2V/thirdparty\vidxtend\models\conditioning.py", line 6, in
from diffusers.models.transformer_temporal import (
ModuleNotFoundError: No module named 'diffusers.models.transformer_temporal'
!!! Exception during processing !!! No module named 'diffusers.models.transformer_temporal' Traceback (most recent call last): File "d:\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, 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 "d:\ComfyUI_windows_portable\ComfyUI\execution.py", line 192, 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 "d:\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "d:\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_StreamingT2V\nodes.py", line 399, in run from vidxtend import VidXTendPipeline File "d:\ComfyUI_windows_portable\ComfyUI/custom_nodes/ComfyUI_StreamingT2V/thirdparty\vidxtend__init.py", line 10, in
sys.modules[f"{ name__}.{dirname}.{model_name}"] = import(f"{name}.{dirname}.{model_name}", fromlist=[model_name])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\ComfyUI_windows_portable\ComfyUI/custom_nodes/ComfyUI_StreamingT2V/thirdparty\vidxtend\models__init__.py", line 3, in
from vidxtend.models.conditioning import CrossAttention, ConditionalModel
File "d:\ComfyUI_windows_portable\ComfyUI/custom_nodes/ComfyUI_StreamingT2V/thirdparty\vidxtend\models\conditioning.py", line 6, in
from diffusers.models.transformer_temporal import (
ModuleNotFoundError: No module named 'diffusers.models.transformer_temporal'