From 4e2aa782d0bfd5bf858ed82a88b697ee158b8f56 Mon Sep 17 00:00:00 2001 From: VALADI K JAGANATHAN Date: Sat, 23 Dec 2023 11:19:36 +0530 Subject: [PATCH] Update ttl_nn_latent_upscaler.py --- py/ttl_nn_latent_upscaler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/ttl_nn_latent_upscaler.py b/py/ttl_nn_latent_upscaler.py index d7d69e2..038f46b 100644 --- a/py/ttl_nn_latent_upscaler.py +++ b/py/ttl_nn_latent_upscaler.py @@ -317,5 +317,5 @@ NODE_CLASS_MAPPINGS = { } NODE_DISPLAY_NAME_MAPPINGS = { - "NNlLatentUpscale": "EFF-NN Latent Upscale" + "NNlLatentUpscale": "EFF Latent Upscale" }