mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 05:48:04 -05:00
chore(ui): typegen
This commit is contained in:
@@ -15241,10 +15241,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
|
||||
|
||||
Reference in New Issue
Block a user