Include nodes_latent.py nodes.py

This commit is contained in:
Saquib Alam 2023-08-04 02:04:54 +05:30 committed by GitHub
parent 98c99d67c2
commit 8ff1108cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1653,4 +1653,5 @@ def init_custom_nodes():
load_custom_node(os.path.join(os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy_extras"), "nodes_tomesd.py"))
load_custom_node(os.path.join(os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy_extras"), "nodes_clip_sdxl.py"))
load_custom_node(os.path.join(os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy_extras"), "nodes_canny.py"))
load_custom_node(os.path.join(os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy_extras"), "nodes_latent.py"))
load_custom_nodes()