mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
docs(ui): add comments to nsfw & watermarker helpers
This commit is contained in:
parent
af477fa295
commit
f489c818f1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user