adds Blend, Blur, Dither, Sharpen nodes

This commit is contained in:
EllangoK
2023-04-02 18:44:27 -04:00
parent 72f9235a49
commit 4c7a9dbcb6
2 changed files with 217 additions and 1 deletions

View File

@@ -1112,4 +1112,5 @@ def load_custom_nodes():
def init_custom_nodes():
load_custom_nodes()
load_custom_node(os.path.join(os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy_extras"), "nodes_upscale_model.py"))
load_custom_node(os.path.join(os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy_extras"), "nodes_upscale_model.py"))
load_custom_node(os.path.join(os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy_extras"), "nodes_post_processing.py"))