-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
Error when trying to replicate example workflow. Might be related to VRAM optimizations #10
Comments
File "D:\ComfyUI\execution.py", line 151, in recursive_execute |
A bit strange, can you paste comfyui startup parameters? |
This error shows up with those args: If I only leave --listen, it shows this when using FP16 on TextEncoder node: "LayerNormKernelImpl" not implemented for 'Half' File "D:\ComfyUI\execution.py", line 151, in recursive_execute Or this, if I select FP32: mat1 and mat2 must have the same dtype, but got Float and Half File "D:\ComfyUI\execution.py", line 151, in recursive_execute |
Reproduced successfully. It seems that it is caused by the lack of compatibility for |
Already fixed. |
If possible, update the plugin and try again. If there is no problem, you can close the issue. |
Thanks, it works now. Error from second message is still present, but it works with --fp32-text-enc now |
Error occurred when executing KSampler:
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_mm)
The text was updated successfully, but these errors were encountered: