Skip to content

'Unfun' models not supported in 'CogVideoXFunSampler', use the 'CogVideoSampler'  #28

@1272870698

Description

@1272870698

workflow
image

model weight dtype: torch.float16 manual cast dtype: torch.float16
!!! Exception during processing !!! 'Unfun' models not supported in 'CogVideoXFunSampler', use the 'CogVideoSampler'
Traceback (most recent call last):
  File "F:\comfyui-portable-nfc1.1-windows\ComfyUI\execution.py", line 323, 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-portable-nfc1.1-windows\ComfyUI\execution.py", line 198, 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-portable-nfc1.1-windows\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "F:\comfyui-portable-nfc1.1-windows\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "F:\comfyui-portable-nfc1.1-windows\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper\nodes.py", line 923, in process
    assert "fun" in base_path.lower(), "'Unfun' models not supported in 'CogVideoXFunSampler', use the 'CogVideoSampler'"
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'Unfun' models not supported in 'CogVideoXFunSampler', use the 'CogVideoSampler'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions