RuntimeError: Input type (struct c10::BFloat16) and bias type (struct c10::Half) should be the same
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [ ] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
I Have graphic card Nvidia RTX 5600 Ti, I Have a probelem with Vae audio for ltx 2.3
Every time I run the workflow image to vid, I get an error.
Error 1 without
RuntimeError: Input type (struct c10::BFloat16) and bias type (struct c10::Half) should be the same
Error 2 with --forced-fp32 and the others
RuntimeError: Input type (float) and bias type (struct c10::Half) should be the same
I know I have the portable version and I've run the various commands --forced-fp16 --forced-Bf16 --forced-fp32 etc., and it hasn't work.
I've updated Comfyui and Nvidia.
NB : The workflows TXT to Vid and sync works
Here the GPU Become Caotic when its the Vae Audio Turn ???
ANY Solution
### Actual Behavior
--
### Steps to Reproduce
--
### Debug Logs
```powershell
--
```
### Other
--
Contributor guide
Assessment
This issue has not been assessed yet.