mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-24 10:03:55 +08:00
feat: Support MiniMax-H3 (CORE-375) (#15224)
This commit is contained in:
@@ -240,7 +240,7 @@ QUANT_ALGOS = {
|
||||
},
|
||||
"nvfp4": {
|
||||
"storage_t": torch.uint8,
|
||||
"parameters": {"weight_scale", "weight_scale_2", "input_scale"},
|
||||
"parameters": {"weight_scale", "weight_scale_2", "input_scale", "pre_quant_scale"},
|
||||
"comfy_tensor_layout": "TensorCoreNVFP4Layout",
|
||||
"group_size": 16,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user