Derfuu_ComfyUI_ModdedNodes
Automate calculation depending on image sizes or something you want.
2bb8d533b5cdc7bb409a2900e5318b4f546e9c2b
moved all scale methods into scale_methods variable; fixed LatentScale_Ratio node fixed CONDITIONING field name Debug node get additional output to be able for use in-line with other nodes; Removed(commented) "Tuples" nodes; Removed "TUPLES" type from "Get size" nodes; (DON'T FORGET TO REPLACE THEM IF THEY'RE PERSISTS IN YOUR WORKFLOW) Types moved into their own class with class methods and default parameters instead of just tuples with strings and dicts; Added "Logic node" (>, <, =, AND, OR, XOR); (idk why i did this one, but got an idea that with object recognition models to count objects and correct them in next iterations would be not so bad idea as i think. Or something like this) changed README.md to current state of this repo replaced old debug nodes with single "To text (Debug)" node, which shows stringified data in node widget and also prints it's value into console. added "Shortest" option for latent upscaler removed debug print fixed wrong image output size in Image scale to side preparing for adding custom js nodes... - moved all python scripts into /pyscripts/ folder - added all /pyscripts/**__init__.py into gitignore Merge pull request #18 from daniabib/image-to-scale-shortest Add "Shortest" option to Image scale to side Add "Shortest" option to Image scale to side Added: scale by longest side to image and latent nodes, Added: Tuple multiply node Fixed: Int node max values, added .idea to gitignore