Skip to content

Commit 7a79f61

Browse files
Mary Hipppsychedelicious
authored andcommitted
add claude nodes to blacklist for publishing
1 parent ea182c2 commit 7a79f61

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
@@ -137,6 +137,8 @@ const NODE_TYPE_PUBLISH_DENYLIST = [
137137
'chatgpt_4o_edit_image',
138138
'flux_kontext_generate_image',
139139
'flux_kontext_edit_image',
140+
'claude_expand_prompt',
141+
'claude_analyze_image',
140142
];
141143

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

0 commit comments

Comments
 (0)