docs: added both create mask nodes to defaultNodes

This commit is contained in:
dunkeroni 2024-03-02 20:32:36 -05:00 committed by Kent Keirsey
parent 735857479d
commit 48e323d887

View File

@ -19,6 +19,8 @@ their descriptions.
| Conditioning Primitive | A conditioning tensor primitive value | | Conditioning Primitive | A conditioning tensor primitive value |
| Content Shuffle Processor | Applies content shuffle processing to image | | Content Shuffle Processor | Applies content shuffle processing to image |
| ControlNet | Collects ControlNet info to pass to other nodes | | ControlNet | Collects ControlNet info to pass to other nodes |
| Create Denoise Mask | Converts a greyscale or transparency image into a mask for denoising. |
| Create Gradient Mask | Creates a mask for Gradient ("soft", "differential") inpainting that gradually expands during denoising. Improves edge coherence. |
| Denoise Latents | Denoises noisy latents to decodable images | | Denoise Latents | Denoises noisy latents to decodable images |
| Divide Integers | Divides two numbers | | Divide Integers | Divides two numbers |
| Dynamic Prompt | Parses a prompt using adieyal/dynamicprompts' random or combinatorial generator | | Dynamic Prompt | Parses a prompt using adieyal/dynamicprompts' random or combinatorial generator |