Merge branch 'nodes-post-processing' of https://github.com/EllangoK/ComfyUI

This commit is contained in:
comfyanonymous
2023-04-04 13:51:26 -04:00
2 changed files with 212 additions and 1 deletions

View File

@@ -1113,4 +1113,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"))