Custom Node Testing
Your question
I have tried to load int8 model and I have this output in console as result:
[INFO] Requested to load AnimaTEModel_
[INFO] loaded completely; 10996.80 MB usable, 1136.88 MB loaded, full load: True
[INFO] Found quantization metadata version 1
[INFO] Detected mixed precision quantization
[INFO] Using mixed precision operations
[INFO] Native ops: int8_tensorwise , emulated ops: mxfp8, nvfp4, float8_e5m2, float8_e4m3fn
[INFO] model weight dtype torch.bfloat16, manual cast: torch.bfloat16
[INFO] model_type FLOW
There are no int8 option in unet node to force it and there are no cli parameter that may force it (despite all other exist):
Console says that "int8_tensorwise" available natively, so why is it casted to bf16? And why is it marked as "manual cast"? I have no cli parameters that may force bf16 precision.
Other
I have Intel Arc B580 GPU. It should support int8 natively (it doesn't support fp8).
Custom Node Testing
Your question
I have tried to load int8 model and I have this output in console as result:
There are no int8 option in unet node to force it and there are no cli parameter that may force it (despite all other exist):
Console says that "int8_tensorwise" available natively, so why is it casted to bf16? And why is it marked as "manual cast"? I have no cli parameters that may force bf16 precision.
Other
I have Intel Arc B580 GPU. It should support int8 natively (it doesn't support fp8).