This commit is contained in:
Will Miao
2025-02-24 20:22:46 +08:00
parent 24ba086e0d
commit f0cd77e7e5
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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