From 8ff1108cf3c57a1075e60785577504097468fedc Mon Sep 17 00:00:00 2001 From: Saquib Alam Date: Fri, 4 Aug 2023 02:04:54 +0530 Subject: [PATCH] Include nodes_latent.py nodes.py --- nodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes.py b/nodes.py index 4c81560ae..5dbb7ae97 100644 --- a/nodes.py +++ b/nodes.py @@ -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()