From 4dedd63b748ec5551007baaae62ab374bb8a4f5d Mon Sep 17 00:00:00 2001 From: Jonathan <34005131+JPPhoto@users.noreply.github.com> Date: Tue, 16 Jan 2024 07:54:36 -0600 Subject: [PATCH] Update defaultNodes.md Added ideal size node --- docs/nodes/defaultNodes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nodes/defaultNodes.md b/docs/nodes/defaultNodes.md index 1f490dfe81..c56ccfa297 100644 --- a/docs/nodes/defaultNodes.md +++ b/docs/nodes/defaultNodes.md @@ -36,6 +36,7 @@ their descriptions. | Integer Math | Perform basic math operations on two integers | | Convert Image Mode | Converts an image to a different mode. | | Crop Image | Crops an image to a specified box. The box can be outside of the image. | +| Ideal Size | Calculates an ideal image size for latents for a first pass of a multi-pass upscaling to avoid duplication and other artifacts | | Image Hue Adjustment | Adjusts the Hue of an image. | | Inverse Lerp Image | Inverse linear interpolation of all pixels of an image | | Image Primitive | An image primitive value |