Skip to content

Commit 4bfa643

Browse files
chore(ui): typgen
1 parent a8d7969 commit 4bfa643

File tree

1 file changed

+1
-1
lines changed
  • invokeai/frontend/web/src/services/api

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/services/api/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12266,7 +12266,7 @@ export type components = {
1226612266
pytorch_cuda_alloc_conf?: string | null;
1226712267
/**
1226812268
* Device
12269-
* @description Preferred execution device. `auto` will choose the device depending on the hardware platform and the installed torch capabilities.
12269+
* @description Preferred execution device. `auto` will choose the device depending on the hardware platform and the installed torch capabilities.<br>Valid values: `auto`, `cpu`, `cuda`, `mps`, `cuda:N` (where N is a device number)
1227012270
* @default auto
1227112271
*/
1227212272
device?: string;

0 commit comments

Comments
 (0)