From d6f71842dc85c46ab9d3c29fbd7f4ca97c55010c Mon Sep 17 00:00:00 2001 From: VALADI K JAGANATHAN Date: Sat, 23 Dec 2023 11:20:36 +0530 Subject: [PATCH] Update city96_latent_upscaler.py --- py/city96_latent_upscaler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/city96_latent_upscaler.py b/py/city96_latent_upscaler.py index 692debb..1fab221 100644 --- a/py/city96_latent_upscaler.py +++ b/py/city96_latent_upscaler.py @@ -90,5 +90,5 @@ NODE_CLASS_MAPPINGS = { } NODE_DISPLAY_NAME_MAPPINGS = { - "LatentUpscaler": "EFF-Latent Upscaler" + "LatentUpscaler": "EFF_C Latent Upscaler" }