You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: comfy/cli_args.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@ class PerformanceFeature(enum.Enum):
144
144
Fp8MatrixMultiplication="fp8_matrix_mult"
145
145
CublasOps="cublas_ops"
146
146
AutoTune="autotune"
147
+
PinnedMem="pinned_memory"
147
148
148
149
parser.add_argument("--fast", nargs="*", type=PerformanceFeature, help="Enable some untested and potentially quality deteriorating optimizations. --fast with no arguments enables everything. You can pass a list specific optimizations if you only want to enable specific ones. Current valid optimizations: {}".format(" ".join(map(lambdac: c.value, PerformanceFeature))))
0 commit comments