Update supported cuda slot input.

This commit is contained in:
Heathen711
2025-06-14 04:33:38 +00:00
committed by psychedelicious
parent 911baeb58b
commit 8cef0f5bf5
3 changed files with 4 additions and 6 deletions

View File

@@ -12270,7 +12270,7 @@ export type components = {
* @default auto
* @enum {string}
*/
device?: "auto" | "cpu" | "cuda" | "cuda:1" | "mps";
device?: "auto" | "cpu" | "cuda" | "cuda:1" | "cuda:2" | "cuda:3" | "mps";
/**
* Precision
* @description Floating point precision. `float16` will consume half the memory of `float32` but produce slightly lower-quality images. The `auto` setting will guess the proper precision based on your video card and operating system.