We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File "E:\ComfyUI_1\ComfyUI\custom_nodes\ComfyUI-MochiEdit\sampling\sampler.py", line 28, in run_sampler positive, negative = get_sample_args(model, positive, negative, latent_dims) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\ComfyUI_1\ComfyUI\custom_nodes\ComfyUI-MochiEdit\utils\sampling_utils.py", line 33, in get_sample_args cond_args["packed_indices"] = model.get_packed_indices( ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'T2VSynthMochiModel' object has no attribute 'get_packed_indices'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
File "E:\ComfyUI_1\ComfyUI\custom_nodes\ComfyUI-MochiEdit\sampling\sampler.py", line 28, in run_sampler
positive, negative = get_sample_args(model, positive, negative, latent_dims)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI_1\ComfyUI\custom_nodes\ComfyUI-MochiEdit\utils\sampling_utils.py", line 33, in get_sample_args
cond_args["packed_indices"] = model.get_packed_indices(
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'T2VSynthMochiModel' object has no attribute 'get_packed_indices'
The text was updated successfully, but these errors were encountered: