mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
docs(ui): add comments to nsfw & watermarker helpers
This commit is contained in:
@@ -20,6 +20,7 @@ export const addNSFWChecker = (
|
||||
use_cache: false,
|
||||
});
|
||||
|
||||
// The NSFW checker node is the new image output - make the previous one intermediate
|
||||
imageOutput.is_intermediate = true;
|
||||
imageOutput.use_cache = true;
|
||||
imageOutput.board = undefined;
|
||||
|
||||
@@ -20,6 +20,7 @@ export const addWatermarker = (
|
||||
use_cache: false,
|
||||
});
|
||||
|
||||
// The watermarker node is the new image output - make the previous one intermediate
|
||||
imageOutput.is_intermediate = true;
|
||||
imageOutput.use_cache = true;
|
||||
imageOutput.board = undefined;
|
||||
|
||||
Reference in New Issue
Block a user