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
Please take no offense, but the demo workflow is probably one of the most unstable I've ever tried and all problems seem to be memory-related.
Summary of errors
SamplerCustomAdvanced: Allocation on device <- requires lowering settings, then it will appear again and can only be avoided by constantly restarting comfyui after each successful prompt. Unloading models does not help.
Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0! (when checking argument for argument mat2 in method wrapper_CUDA_bmm) -> this one appears in subsequent prompts
mat1 and mat2 must have the same dtype, but got Float and BFloat16 -> introduced by disabling mixed_precision to avoid the previous error
It's simply impossible to benchmark this workflow since it runs only once per comfyui session.
The text was updated successfully, but these errors were encountered:
Please take no offense, but the demo workflow is probably one of the most unstable I've ever tried and all problems seem to be memory-related.
Summary of errors
It's simply impossible to benchmark this workflow since it runs only once per comfyui session.
The text was updated successfully, but these errors were encountered: