From 8fc4794f88c503c7b3c9d6bcb41b530d4e84e5e4 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sat, 31 Aug 2024 03:19:33 +0300 Subject: [PATCH] Update nodes.py --- nodes/nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/nodes.py b/nodes/nodes.py index 9c51d8c..26d1702 100644 --- a/nodes/nodes.py +++ b/nodes/nodes.py @@ -1822,7 +1822,7 @@ class FluxBlockLoraLoader: OUTPUT_TOOLTIPS = ("The modified diffusion model.",) FUNCTION = "load_lora" - CATEGORY = "loaders" + CATEGORY = "KJNodes/experimental" DESCRIPTION = "LoRAs are used to modify diffusion and CLIP models, altering the way in which latents are denoised such as applying styles. Multiple LoRA nodes can be linked together." def load_lora(self, model,lora_name, strength_model, **kwargs):