Skip to content

Animate Diff Sampler -> Animate Diff Module Loader #94

Open
@fafayqa

Description

@fafayqa

I am trying to create a 90 frames long video but I guess it is not possible as the model mm_sd_v15_v2.ckpt has only 32 frames value limit = 32 frames length max for video, right? Cos when I was doing 30 frames long one, there was no problem at all.

I got this error

!!! Exception during processing !!! AnimateDiff model mm_sd_v15_v2.ckpt has upper limit of 32 frames, but received frame_number = 90.
Traceback (most recent call last):
File "Z:_PSTART__APPS__AI_\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, 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 "Z:_PSTART__APPS__AI_\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, 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 "Z:_PSTART
_APPS__AI_\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in map_node_over_list
process_inputs(input_dict, i)
File "Z:_PSTART
_APPS__AI_\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "Z:_PSTART__APPS__AI_\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff\animatediff\sampler.py", line 265, in animatediff_sample
raise ValueError(
ValueError: AnimateDiff model mm_sd_v15_v2.ckpt has upper limit of 32 frames, but received frame_number = 90.

Prompt executed in 5.83 seconds:

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