documentation update

This commit is contained in:
dunkeroni 2023-09-06 22:51:49 -04:00 committed by psychedelicious
parent dbde08f3d4
commit 79ca181276

View File

@ -5,6 +5,8 @@ The table below contains a list of the default nodes shipped with InvokeAI and t
| Node <img width=160 align="right"> | Function | | Node <img width=160 align="right"> | Function |
|: ---------------------------------- | :--------------------------------------------------------------------------------------| |: ---------------------------------- | :--------------------------------------------------------------------------------------|
|Add Integers | Adds two numbers| |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 Collection | A collection of boolean primitive values|
|Boolean Primitive | A boolean primitive value| |Boolean Primitive | A boolean primitive value|
|Canny Processor | Canny edge detection for ControlNet| |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.| |OpenCV Inpaint | Simple inpaint using opencv.|
|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|
|Divide Floats | Divides two floating point 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|
|Upscale (RealESRGAN) | Upscales an image using RealESRGAN.| |Upscale (RealESRGAN) | Upscales an image using RealESRGAN.|
|Float Primitive Collection | A collection of float primitive values| |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.| |Paste Image | Pastes an image into another image.|
|ImageProcessor | Base class for invocations that preprocess images for ControlNet| |ImageProcessor | Base class for invocations that preprocess images for ControlNet|
|Resize Image | Resizes an image to specific dimensions| |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| |Scale Image | Scales an image by a factor|
|Image to Latents | Encodes an image into latents.| |Image to Latents | Encodes an image into latents.|
|Add Invisible Watermark | Add an invisible watermark to an image| |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| |Mediapipe Face Processor | Applies mediapipe face processing to image|
|Midas (Depth) Processor | Applies Midas depth processing to image| |Midas (Depth) Processor | Applies Midas depth processing to image|
|MLSD Processor | Applies MLSD processing to image| |MLSD Processor | Applies MLSD processing to image|
|Modulus | Returns the remainder after integer division|
|Multiply Integers | Multiplies two numbers| |Multiply Integers | Multiplies two numbers|
|Multiply Floats | Multiplies two floating point numbers|
|Noise | Generates latent noise.| |Noise | Generates latent noise.|
|Normal BAE Processor | Applies NormalBae processing to image| |Normal BAE Processor | Applies NormalBae processing to image|
|ONNX Latents to Image | Generates an image from latents.| |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 Collection | A collection of string primitive values|
|String Primitive | A string primitive value| |String Primitive | A string primitive value|
|Subtract Integers | Subtracts two numbers| |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| |Tile Resample Processor | Tile resampler processor|
|VAE Loader | Loads a VAE model, outputting a VaeLoaderOutput| |VAE Loader | Loads a VAE model, outputting a VaeLoaderOutput|
|Zoe (Depth) Processor | Applies Zoe depth processing to image| |Zoe (Depth) Processor | Applies Zoe depth processing to image|