mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Add missing dependency 'watchdog'
This commit is contained in:
@@ -3,7 +3,12 @@ name = "comfyui-lora-manager"
|
||||
description = "LoRA Manager for ComfyUI - Access it at http://localhost:8188/loras for managing LoRA models with previews and metadata integration."
|
||||
version = "0.5.7"
|
||||
license = {file = "LICENSE"}
|
||||
dependencies = ["aiohttp", "jinja2", "safetensors"]
|
||||
dependencies = [
|
||||
"aiohttp",
|
||||
"jinja2",
|
||||
"safetensors",
|
||||
"watchdog"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Repository = "https://github.com/willmiao/ComfyUI-Lora-Manager"
|
||||
|
||||
Reference in New Issue
Block a user