mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 13:55:08 -05:00
add claude nodes to blacklist for publishing
This commit is contained in:
committed by
psychedelicious
parent
ea182c234b
commit
7a79f61d4c
@@ -137,6 +137,8 @@ const NODE_TYPE_PUBLISH_DENYLIST = [
|
||||
'chatgpt_4o_edit_image',
|
||||
'flux_kontext_generate_image',
|
||||
'flux_kontext_edit_image',
|
||||
'claude_expand_prompt',
|
||||
'claude_analyze_image',
|
||||
];
|
||||
|
||||
export const selectHasUnpublishableNodes = createSelector(selectNodes, (nodes) => {
|
||||
|
||||
Reference in New Issue
Block a user