Merge diffusion-auto-install: request type accepts explicit Dtype off
This commit is contained in:
commit
04396ec507
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export interface DiffusionLoadRequest {
|
|||
cpu_offload?: boolean;
|
||||
// Advanced (load-time) tuning. All optional; omit for the backend's auto defaults.
|
||||
speed_mode?: "off" | "eager" | "default" | "max";
|
||||
transformer_quant?: "auto" | "int8" | "fp8" | "nvfp4" | "mxfp8";
|
||||
transformer_quant?: "auto" | "none" | "off" | "int8" | "fp8" | "nvfp4" | "mxfp8";
|
||||
attention_backend?:
|
||||
| "auto"
|
||||
| "native"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue