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