ComfyUI: LINK
Github repo + nodes description: LINK
Leave suggestions and errors if you meet them
What's new in 0.5.0:
CombiningArea scaler
More user-friendly ui names
ALL nodes description moved to GitHUB
Tuples and so on moved to their own directory in UI
Simple* introduction:
Automate calculation depending on image sizes or something you want
easier(or not) editing multiple values of various nodes
Math
Modded scalers
Installing: unzip files in ComfyUI/custom_nodes folder
Should look like this:
For example (v0.5.0) there is an example how scaled ConditioningArea can improve image after scaled latent combining:
Only LatentCombine:
Combining preview:
LatentCombine with scaled ConditioningArea (640*360 to 1360*768):
Example of workflow i made for this located in: /Derfuu_ComfyUI_ModdedNodes/workflow_examples/
model: hPANTYHOSENEKO (sorry, couldn't find link)
negative promp: embedding:verybadimagenegative6400
TROUBLESHOOTING:
If there are troubles with different sizes, aside from *64, this may solve problem: found on GitHUB
This code is at the end of this file: /ComfyUI/comfy/ldm/modules/diffusionmodules/openaimodules.py
NOTES#2:
Debug nodes counts as OUTPUT nodes and can be used withowt image preview or save nodes to get results
P.S.:
All fixes wou can find or post on github, i look there too
If you catch error like: Calculated padded input size per channel: (2 x 82). Kernel size: (3 x 3). Kernel size can't be greater than actual input size. This MAY be because of too high or low offset you give to node
Description
More user-friendly node names and inputs
Added ConditionArea scaler
Tuples moved to their UI directory
FAQ
Comments (5)
I really like this plugin but is it possible to add note that shows the number? I know that litegraph.js had a note like that (called watch).
FYI you have a mistake in your GetSizes.py nodes. You need to align your RETURN TYPES with the values your function returns.
latent upscale doesn't work if image isn't square
Thank you very much for creating this very handy and useful node.
we are having some real difficulty in the latest versions of comfiUI - custom nodes the loading of the Derfuu modded nodes as most of the functions or failing and not able to resolve same. Can you please look in and see where the break is happening. Thanks