Closed GregorioBrc closed 2 months ago
Should be fixed now.
I had RuntimeError: "mul_cpu_reduced_float" not implemented for 'Float8_e4m3fn' as well. it was because i had changed some parameters in the ModelMergeFlux1 Node, I changed everything back to default and it was working again.
Expected Behavior
Load the 4 models, combine 2 of them, then the other two and from those combinations they will be combined to save the final checkpoint.
Actual Behavior
The 4 models are loaded and combined but when the savecheakpoint node is reached the error occurs
Steps to Reproduce
Error.json
I am using google colab and to start the program I use these parameters: !python main.py --highvram --fp8_e4m3fn-text-enc --fp8_e4m3fn-unet
Debug Logs
Other
No response