I'm using --force-fp16 for command line arguments. Could you make it compatible with fp16?
It happened when I tried to use a mask.
ComfyUI/custom_nodes/ComfyUI-DareMerge/components/dare_mbw.py", line 114, in merge
sparsified_delta = torch.where(mask.to(device), sparsified_delta.to(device), merged_a.to(device))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: expected scalar type float but found c10::Half
I'm using --force-fp16 for command line arguments. Could you make it compatible with fp16? It happened when I tried to use a mask. ComfyUI/custom_nodes/ComfyUI-DareMerge/components/dare_mbw.py", line 114, in merge sparsified_delta = torch.where(mask.to(device), sparsified_delta.to(device), merged_a.to(device)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: expected scalar type float but found c10::Half