Skip to content

How to force int8 in the latest update? #14793

Description

@okolenmi

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):

Image

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    StaleThis issue is stale and will be autoclosed soon.User SupportA user needs help with something, probably not a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions