mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-23 22:22:11 -03:00
Fix modal window display
This commit is contained in:
@@ -22,6 +22,7 @@ async def get_file_info(file_path: str) -> LoraMetadata:
|
||||
modified=os.path.getmtime(file_path),
|
||||
sha256=await calculate_sha256(file_path),
|
||||
base_model="Unknown", # Will be updated later
|
||||
from_civitai=True,
|
||||
preview_url="",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user