docs(ui): add comments to nsfw & watermarker helpers

This commit is contained in:
psychedelicious 2024-05-15 13:44:46 +10:00
parent af477fa295
commit f489c818f1
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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;