mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-05-18 01:07:09 +08:00
Update nodes.py
This commit is contained in:
parent
a175adfe73
commit
8fc4794f88
@ -1822,7 +1822,7 @@ class FluxBlockLoraLoader:
|
|||||||
OUTPUT_TOOLTIPS = ("The modified diffusion model.",)
|
OUTPUT_TOOLTIPS = ("The modified diffusion model.",)
|
||||||
FUNCTION = "load_lora"
|
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."
|
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):
|
def load_lora(self, model,lora_name, strength_model, **kwargs):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user