Skip to content

Commit 87ed1e3

Browse files
psychedeliciousmaryhipp
authored andcommitted
feat(ui): do not allow imagen3 nodes in published workflows
1 parent cc54466 commit 87ed1e3

File tree

1 file changed

+2
-0
lines changed
  • invokeai/frontend/web/src/features/nodes/components/sidePanel/workflow

1 file changed

+2
-0
lines changed

invokeai/frontend/web/src/features/nodes/components/sidePanel/workflow/publish.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ const NODE_TYPE_PUBLISH_DENYLIST = [
121121
'metadata_to_controlnets',
122122
'metadata_to_ip_adapters',
123123
'metadata_to_t2i_adapters',
124+
'google_imagen3_generate',
125+
'google_imagen3_edit',
124126
];
125127

126128
export const selectHasUnpublishableNodes = createSelector(selectNodes, (nodes) => {

0 commit comments

Comments
 (0)