From 6c35ea505efbeb78ffe3c6bfc6b63e68f4290561 Mon Sep 17 00:00:00 2001 From: Jake D <122334950+jwd-dev@users.noreply.github.com> Date: Sat, 15 Apr 2023 19:48:24 -0400 Subject: [PATCH] reverting changes --- nodes.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nodes.py b/nodes.py index d49c830e..6468ac6b 100644 --- a/nodes.py +++ b/nodes.py @@ -510,14 +510,6 @@ class EmptyLatentImage: return ({"samples":latent}, ) -class Note: - @classmethod - def INPUT_TYPES(s): - return {"required": {"text": ("STRING", {"multiline": True})}} - - CATEGORY = "other" - RETURN_TYPES = () - class LatentUpscale: upscale_methods = ["nearest-exact", "bilinear", "area"] @@ -1080,7 +1072,6 @@ NODE_CLASS_MAPPINGS = { "VAEEncodeForInpaint": VAEEncodeForInpaint, "VAELoader": VAELoader, "EmptyLatentImage": EmptyLatentImage, - "Note": Note, "LatentUpscale": LatentUpscale, "SaveImage": SaveImage, "PreviewImage": PreviewImage, @@ -1147,7 +1138,6 @@ NODE_DISPLAY_NAME_MAPPINGS = { "LatentFlip": "Flip Latent", "LatentCrop": "Crop Latent", "EmptyLatentImage": "Empty Latent Image", - "Note": "Note", "LatentUpscale": "Upscale Latent", "LatentComposite": "Latent Composite", # Image