From f0cd77e7e55fb3711956363242e867d75a7b5224 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Mon, 24 Feb 2025 20:22:46 +0800 Subject: [PATCH] Update --- LICENSE | 2 +- nodes/lora_loader.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 58f9c66b..c6fabd98 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Regis Gaughan, III (rgthree) +Copyright (c) 2023 Will Miao Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/nodes/lora_loader.py b/nodes/lora_loader.py index 0a220e6b..9fa50935 100644 --- a/nodes/lora_loader.py +++ b/nodes/lora_loader.py @@ -1,6 +1,6 @@ import re from nodes import LoraLoader -from comfy.comfy_types import IO +from comfy.comfy_types import IO # type: ignore from ..services.lora_scanner import LoraScanner from ..config import config import asyncio