diff --git a/docs/nodes/defaultNodes.md b/docs/nodes/defaultNodes.md index 8bc304216d..9b91db9348 100644 --- a/docs/nodes/defaultNodes.md +++ b/docs/nodes/defaultNodes.md @@ -5,6 +5,8 @@ The table below contains a list of the default nodes shipped with InvokeAI and t | Node | Function | |: ---------------------------------- | :--------------------------------------------------------------------------------------| |Add Integers | Adds two numbers| +|Add Floats | Adds two floating point numbers| +|Absolute Value | Returns the positive form of a float| |Boolean Primitive Collection | A collection of boolean primitive values| |Boolean Primitive | A boolean primitive value| |Canny Processor | Canny edge detection for ControlNet| @@ -20,6 +22,7 @@ The table below contains a list of the default nodes shipped with InvokeAI and t |OpenCV Inpaint | Simple inpaint using opencv.| |Denoise Latents | Denoises noisy latents to decodable images| |Divide Integers | Divides two numbers| +|Divide Floats | Divides two floating point numbers| |Dynamic Prompt | Parses a prompt using adieyal/dynamicprompts' random or combinatorial generator| |Upscale (RealESRGAN) | Upscales an image using RealESRGAN.| |Float Primitive Collection | A collection of float primitive values| @@ -42,6 +45,8 @@ The table below contains a list of the default nodes shipped with InvokeAI and t |Paste Image | Pastes an image into another image.| |ImageProcessor | Base class for invocations that preprocess images for ControlNet| |Resize Image | Resizes an image to specific dimensions| +|Round Float | Rounds a float to a specified number of decimal places| +|Round To Multiple | Converts a float to an integer| |Scale Image | Scales an image by a factor| |Image to Latents | Encodes an image into latents.| |Add Invisible Watermark | Add an invisible watermark to an image| @@ -65,7 +70,9 @@ The table below contains a list of the default nodes shipped with InvokeAI and t |Mediapipe Face Processor | Applies mediapipe face processing to image| |Midas (Depth) Processor | Applies Midas depth processing to image| |MLSD Processor | Applies MLSD processing to image| +|Modulus | Returns the remainder after integer division| |Multiply Integers | Multiplies two numbers| +|Multiply Floats | Multiplies two floating point numbers| |Noise | Generates latent noise.| |Normal BAE Processor | Applies NormalBae processing to image| |ONNX Latents to Image | Generates an image from latents.| @@ -92,6 +99,8 @@ The table below contains a list of the default nodes shipped with InvokeAI and t |String Primitive Collection | A collection of string primitive values| |String Primitive | A string primitive value| |Subtract Integers | Subtracts two numbers| +|Subtract Floats | Subtracts two floating point numbers| +|Square Root | Returns the square root of a float| |Tile Resample Processor | Tile resampler processor| |VAE Loader | Loads a VAE model, outputting a VaeLoaderOutput| |Zoe (Depth) Processor | Applies Zoe depth processing to image| \ No newline at end of file