1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Rename argument in last commit and document the options.

This commit is contained in:
comfyanonymous
2025-03-01 02:43:49 -05:00
parent 4d55f16ae8
commit 4dc6709307
2 changed files with 3 additions and 3 deletions

View File

@@ -362,7 +362,7 @@ def pick_operations(weight_dtype, compute_dtype, load_device=None, disable_fast_
if (
fp8_compute and
(fp8_optimizations or PerformanceFeature.Fp8Optimization in args.fast) and
(fp8_optimizations or PerformanceFeature.Fp8MatrixMultiplication in args.fast) and
not disable_fast_fp8
):
return fp8_ops