File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
invokeai/frontend/web/src/services/api Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -22266,16 +22266,6 @@ export interface operations {
22266
22266
};
22267
22267
requestBody: {
22268
22268
content: {
22269
- /** @example {
22270
- * "path": "/path/to/model",
22271
- * "name": "model_name",
22272
- * "base": "sd-1",
22273
- * "type": "main",
22274
- * "format": "checkpoint",
22275
- * "config_path": "configs/stable-diffusion/v1-inference.yaml",
22276
- * "description": "Model description",
22277
- * "variant": "normal"
22278
- * } */
22279
22269
"application/json": components["schemas"]["ModelRecordChanges"];
22280
22270
};
22281
22271
};
@@ -22579,10 +22569,6 @@ export interface operations {
22579
22569
};
22580
22570
requestBody: {
22581
22571
content: {
22582
- /** @example {
22583
- * "name": "string",
22584
- * "description": "string"
22585
- * } */
22586
22572
"application/json": components["schemas"]["ModelRecordChanges"];
22587
22573
};
22588
22574
};
You can’t perform that action at this time.
0 commit comments