We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc54466 commit 87ed1e3Copy full SHA for 87ed1e3
invokeai/frontend/web/src/features/nodes/components/sidePanel/workflow/publish.ts
@@ -121,6 +121,8 @@ const NODE_TYPE_PUBLISH_DENYLIST = [
121
'metadata_to_controlnets',
122
'metadata_to_ip_adapters',
123
'metadata_to_t2i_adapters',
124
+ 'google_imagen3_generate',
125
+ 'google_imagen3_edit',
126
];
127
128
export const selectHasUnpublishableNodes = createSelector(selectNodes, (nodes) => {
0 commit comments