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 af477fa commit f489c81Copy full SHA for f489c81
invokeai/frontend/web/src/features/nodes/util/graph/generation/addNSFWChecker.ts
@@ -20,6 +20,7 @@ export const addNSFWChecker = (
20
use_cache: false,
21
});
22
23
+ // The NSFW checker node is the new image output - make the previous one intermediate
24
imageOutput.is_intermediate = true;
25
imageOutput.use_cache = true;
26
imageOutput.board = undefined;
invokeai/frontend/web/src/features/nodes/util/graph/generation/addWatermarker.ts
@@ -20,6 +20,7 @@ export const addWatermarker = (
+ // The watermarker node is the new image output - make the previous one intermediate
0 commit comments