kijai / ComfyUI-SUPIR

SUPIR upscaling wrapper for ComfyUI
Other
1.49k stars 82 forks source link

Error occurred when executing SUPIR_sample: #128

Open mohand505 opened 4 months ago

mohand505 commented 4 months ago

Error occurred when executing SUPIR_sample:

Trying to convert Float8_e4m3fn to the MPS backend but it does not have support for that dtype.

kijai commented 4 months ago

MPS (you're on Mac, right?) doesn't support fp8, which you seem to have enabled on the loader node. I think MPS only works with fp32 here.