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