You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error occurred when executing DragNUWA Run:
File "E:\AI\ComfyUI\execution.py", line 155, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "E:\AI\ComfyUI\execution.py", line 85, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "E:\AI\ComfyUI\execution.py", line 78, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "E:\AI\ComfyUI\custom_nodes\ComfyUI-DragNUWA\nodes.py", line 251, in run_inference
return model.run(image_pil, tracking_points, inference_batch_size, motion_bucket_id)
File "E:\AI\ComfyUI\custom_nodes\ComfyUI-DragNUWA\nodes.py", line 184, in run
outputs = self.forward_sample(
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "E:\AI\ComfyUI\custom_nodes\ComfyUI-DragNUWA\nodes.py", line 136, in forward_sample
samples_z = self.drag_nuwa_net.sampler(denoiser, randn, cond=c, uc=uc)
File "E:\AI\ComfyUI\custom_nodes\ComfyUI-DragNUWA\dragnuwa\svd\modules\diffusionmodules\sampling.py", line 120, in __call__
x = self.sampler_step(
File "E:\AI\ComfyUI\custom_nodes\ComfyUI-DragNUWA\dragnuwa\svd\modules\diffusionmodules\sampling.py", line 99, in sampler_step
denoised = self.denoise(x, denoiser, sigma_hat, cond, uc)
File "E:\AI\ComfyUI\custom_nodes\ComfyUI-DragNUWA\dragnuwa\svd\modules\diffusionmodules\sampling.py", line 55, in denoise
denoised = denoiser(*self.guider.prepare_inputs(x, sigma, cond, uc))
File "E:\AI\ComfyUI\custom_nodes\ComfyUI-DragNUWA\nodes.py", line 134, in denoiser
return self.drag_nuwa_net.denoiser(self.drag_nuwa_net.model, input, sigma, c, **additional_model_inputs)
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\torch\nn\modules\module.py", line 1518, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\torch\nn\modules\module.py", line 1527, in _call_impl
return forward_call(*args, **kwargs)
File "E:\AI\ComfyUI\custom_nodes\ComfyUI-DragNUWA\dragnuwa\svd\modules\diffusionmodules\denoiser.py", line 37, in forward
network(input * c_in, c_noise, cond, **additional_model_inputs) * c_out
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\torch\nn\modules\module.py", line 1518, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\torch\nn\modules\module.py", line 1527, in _call_impl
return forward_call(*args, **kwargs)
File "E:\AI\ComfyUI\custom_nodes\ComfyUI-DragNUWA\dragnuwa\svd\modules\diffusionmodules\wrappers.py", line 28, in forward
return self.diffusion_model(
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\torch\nn\modules\module.py", line 1518, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\torch\nn\modules\module.py", line 1527, in _call_impl
return forward_call(*args, **kwargs)
File "E:\AI\ComfyUI\custom_nodes\ComfyUI-DragNUWA\dragnuwa\svd\modules\diffusionmodules\video_model_flow.py", line 1270, in forward
assert y.shape[0] == x.shape[0]
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: