diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..b0e62fa5 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "lora-manager" +description = "LoRA Manager for ComfyUI - An extension for managing LoRA models with previews and metadata integration." +version = "0.5.0" +license = {file = "LICENSE"} + +[project.urls] +Repository = "https://github.com/willmiao/ComfyUI-Lora-Manager" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "willmiao" +DisplayName = "ComfyUI-Lora-Manager" +Icon = "" diff --git a/static/images/Screenshot 2025-01-27 172349.png b/static/images/Screenshot 2025-01-27 172349.png new file mode 100644 index 00000000..e6764954 Binary files /dev/null and b/static/images/Screenshot 2025-01-27 172349.png differ