Skip to content

Commit 15e5c9a

Browse files
chore(ui): typegen
1 parent 0159634 commit 15e5c9a

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12673,6 +12673,7 @@ export type components = {
1267312673
* remote_api_tokens: List of regular expression and token pairs used when downloading models from URLs. The download URL is tested against the regex, and if it matches, the token is provided in as a Bearer token.
1267412674
* scan_models_on_startup: Scan the models directory on startup, registering orphaned models. This is typically only used in conjunction with `use_memory_db` for testing purposes.
1267512675
* unsafe_disable_picklescan: UNSAFE. Disable the picklescan security check during model installation. Recommended only for development and testing purposes. This will allow arbitrary code execution during model installation, so should never be used in production.
12676+
* allow_unknown_models: Allow installation of models that we are unable to identify. If enabled, models will be marked as `unknown` in the database, and will not have any metadata associated with them. If disabled, unknown models will be rejected during installation.
1267612677
*/
1267712678
InvokeAIAppConfig: {
1267812679
/**

0 commit comments

Comments
 (0)