# Derfuu_ComfyUI_ModdedNodes **Repository Path**: mbaisha/Derfuu_ComfyUI_ModdedNodes ## Basic Information - **Project Name**: Derfuu_ComfyUI_ModdedNodes - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-18 - **Last Updated**: 2024-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Derfuu_ComfyUI_ModdedNodes - **ComfyUI**: [LINK](https://github.com/comfyanonymous/ComfyUI) ## Small description - Automate calculation depending on image sizes or something you want - Easier(or not) editing multiple values of various nodes - Math nodes - Modded scalers - Single debug output node for any types - String manipulations (Replace, Concat) # Nodes description - Debug output node - Variables: - Float - mainly used to calculation - Integer - used to set width/height and offsets mainly, also provides converting of float values - Text - input field for text - Text box - same as text, but multiline - Functional: - Random - gives random value within threshold - Get image size - return image size like: Width, Height - Get latent size - return latent size like: Width, Height - NOTE: Original values for latents are 8 times smaller - Logic node - compares 2 values and returns one of 2 others (if not set - returns False) - Converters: converts one type to another - Int to float - Ceil - rounding up float value ex: 1.01 --> 2 - Floor - rounding down float value ex: 1.99 --> 1 - Absolute - return only positive (or negative) value on your choice (default - positive) - String operations: - Concat - concatenates 2 strings (texts) divided with delimiter if you need one - Replace - replace substring with other - Strict mode - replace all occurrences of the pattern in the text with another string - RegEx mode - replace all occurrences of a pattern matching RegEx in the text with another string - Math - sum - (A + B) - subtract - (A - B) - multiply (A * B) - divide - (A / B) - power - (A * A * A...) B times - square root - (√A) - Modded: - Conditioning - Condition area scale - multiplies size of condion area - Latents - Latent scale by ratio - multiplies size of latent - Latent scale to size - scale size of latent to length of selected side - Image - Image scale by ratio - multiplies size of image - Image scale to size - scale size of image to length of selected side