mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): typegen
This commit is contained in:
parent
1b54e58726
commit
06fe14e1fc
@ -15255,10 +15255,9 @@ export type components = {
|
||||
version: string;
|
||||
/**
|
||||
* Node Pack
|
||||
* @description Whether or not this is a custom node
|
||||
* @default null
|
||||
* @description The node pack that this node belongs to, will be 'invokeai' for built-in nodes
|
||||
*/
|
||||
node_pack: string | null;
|
||||
node_pack: string;
|
||||
/**
|
||||
* @description The node's classification
|
||||
* @default stable
|
||||
|
Loading…
Reference in New Issue
Block a user