diff --git a/pyproject.toml b/pyproject.toml index e6c19248..b2dc7331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-lora-manager" -description = "LoRA Manager for ComfyUI - An extension for managing LoRA models with previews and metadata integration." -version = "0.5.4" +description = "LoRA Manager for ComfyUI - Access it at http://localhost:8188/loras for managing LoRA models with previews and metadata integration." +version = "0.5.5" license = {file = "LICENSE"} dependencies = ["aiohttp", "jinja2", "safetensors"]