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;
|
version: string;
|
||||||
/**
|
/**
|
||||||
* Node Pack
|
* Node Pack
|
||||||
* @description Whether or not this is a custom node
|
* @description The node pack that this node belongs to, will be 'invokeai' for built-in nodes
|
||||||
* @default null
|
|
||||||
*/
|
*/
|
||||||
node_pack: string | null;
|
node_pack: string;
|
||||||
/**
|
/**
|
||||||
* @description The node's classification
|
* @description The node's classification
|
||||||
* @default stable
|
* @default stable
|
||||||
|
Loading…
Reference in New Issue
Block a user