From df0442a521e983fdd56d3d6c8a7ad47e6d047d0e Mon Sep 17 00:00:00 2001 From: Saquib Alam Date: Fri, 4 Aug 2023 02:08:33 +0530 Subject: [PATCH] error fix MAX_RESOLUTION --- comfy_extras/nodes_latent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy_extras/nodes_latent.py b/comfy_extras/nodes_latent.py index 362a83caa..8f2ee40df 100644 --- a/comfy_extras/nodes_latent.py +++ b/comfy_extras/nodes_latent.py @@ -1,4 +1,5 @@ import torch +from nodes import MAX_RESOLUTION class NoisyLatentImage: def __init__(self, device="cpu"):