Guest User

Untitled

a guest
Sep 19th, 2025
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 KB | None | 0 0
  1. !!! Exception during processing !!! Stage 1: sampling failed.
  2. Traceback (most recent call last):
  3. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\custom_nodes\tripleksampler\nodes.py", line 361, in _run_sampling_stage
  4. result = advanced_sampler.sample(
  5. ^^^^^^^^^^^^^^^^^^^^^^^^
  6. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\nodes.py", line 1555, in sample
  7. return common_ksampler(model, noise_seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise, disable_noise=disable_noise, start_step=start_at_step, last_step=end_at_step, force_full_denoise=force_full_denoise)
  8. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\nodes.py", line 1488, in common_ksampler
  10. samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
  11. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  12. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\sample.py", line 45, in sample
  13. samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
  14. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 1161, in sample
  16. return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
  17. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 1051, in sample
  19. return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  20. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  21. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 1036, in sample
  22. output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  23. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\patcher_extension.py", line 112, in execute
  25. return self.original(*args, **kwargs)
  26. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  27. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 1004, in outer_sample
  28. output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  29. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  30. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 987, in inner_sample
  31. samples = executor.execute(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
  32. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  33. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\patcher_extension.py", line 112, in execute
  34. return self.original(*args, **kwargs)
  35. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  36. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 759, in sample
  37. samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
  38. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  39. File "E:\Stable Diffusion\comfyUI_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
  40. return func(*args, **kwargs)
  41. ^^^^^^^^^^^^^^^^^^^^^
  42. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\k_diffusion\sampling.py", line 200, in sample_euler
  43. denoised = model(x, sigma_hat * s_in, **extra_args)
  44. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  45. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 408, in __call__
  46. out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
  47. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  48. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 960, in __call__
  49. return self.outer_predict_noise(*args, **kwargs)
  50. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  51. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 967, in outer_predict_noise
  52. ).execute(x, timestep, model_options, seed)
  53. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  54. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\patcher_extension.py", line 112, in execute
  55. return self.original(*args, **kwargs)
  56. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  57. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 970, in predict_noise
  58. return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed)
  59. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  60. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 388, in sampling_function
  61. out = calc_cond_batch(model, conds, x, timestep, model_options)
  62. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  63. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 206, in calc_cond_batch
  64. return _calc_cond_batch_outer(model, conds, x_in, timestep, model_options)
  65. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  66. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 214, in _calc_cond_batch_outer
  67. return executor.execute(model, conds, x_in, timestep, model_options)
  68. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  69. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\patcher_extension.py", line 112, in execute
  70. return self.original(*args, **kwargs)
  71. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  72. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\samplers.py", line 333, in _calc_cond_batch
  73. output = model.apply_model(input_x, timestep_, **c).chunk(batch_chunks)
  74. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  75. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\model_base.py", line 158, in apply_model
  76. return comfy.patcher_extension.WrapperExecutor.new_class_executor(
  77. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  78. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\patcher_extension.py", line 112, in execute
  79. return self.original(*args, **kwargs)
  80. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  81. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\model_base.py", line 197, in _apply_model
  82. model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, **extra_conds).float()
  83. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  84. File "E:\Stable Diffusion\comfyUI_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1751, in _wrapped_call_impl
  85. return self._call_impl(*args, **kwargs)
  86. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  87. File "E:\Stable Diffusion\comfyUI_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1762, in _call_impl
  88. return forward_call(*args, **kwargs)
  89. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  90. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\ldm\wan\model.py", line 602, in forward
  91. return comfy.patcher_extension.WrapperExecutor.new_class_executor(
  92. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  93. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\patcher_extension.py", line 112, in execute
  94. return self.original(*args, **kwargs)
  95. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  96. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\ldm\wan\model.py", line 622, in _forward
  97. return self.forward_orig(x, timestep, context, clip_fea=clip_fea, freqs=freqs, transformer_options=transformer_options, **kwargs)[:, :, :t, :h, :w]
  98. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  99. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\ldm\wan\model.py", line 529, in forward_orig
  100. x = self.patch_embedding(x.float()).to(x.dtype)
  101. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  102. File "E:\Stable Diffusion\comfyUI_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1751, in _wrapped_call_impl
  103. return self._call_impl(*args, **kwargs)
  104. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  105. File "E:\Stable Diffusion\comfyUI_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1762, in _call_impl
  106. return forward_call(*args, **kwargs)
  107. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  108. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\ops.py", line 155, in forward
  109. return self.forward_comfy_cast_weights(*args, **kwargs)
  110. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  111. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\comfy\ops.py", line 151, in forward_comfy_cast_weights
  112. return self._conv_forward(input, weight, bias)
  113. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  114. File "E:\Stable Diffusion\comfyUI_portable\python_embeded\Lib\site-packages\torch\nn\modules\conv.py", line 720, in _conv_forward
  115. return F.conv3d(
  116. ^^^^^^^^^
  117. RuntimeError: Given groups=1, weight of size [5120, 36, 1, 2, 2], expected input[1, 32, 21, 104, 60] to have 36 channels, but got 32 channels instead
  118.  
  119. The above exception was the direct cause of the following exception:
  120.  
  121. Traceback (most recent call last):
  122. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\execution.py", line 496, in execute
  123. output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
  124. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  125. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\execution.py", line 315, in get_output_data
  126. return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
  127. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  128. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
  129. await process_inputs(input_dict, i)
  130. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\execution.py", line 277, in process_inputs
  131. result = f(**inputs)
  132. ^^^^^^^^^^^
  133. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\custom_nodes\tripleksampler\nodes.py", line 881, in sample
  134. return super().sample(
  135. ^^^^^^^^^^^^^^^
  136. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\custom_nodes\tripleksampler\nodes.py", line 720, in sample
  137. stage1_result = self._run_sampling_stage(
  138. ^^^^^^^^^^^^^^^^^^^^^^^^^
  139. File "E:\Stable Diffusion\comfyUI_portable\ComfyUI\custom_nodes\tripleksampler\nodes.py", line 378, in _run_sampling_stage
  140. raise RuntimeError(f"{stage_name}: sampling failed.") from exc
  141. RuntimeError: Stage 1: sampling failed.
Advertisement
Add Comment
Please, Sign In to add comment