From 8a3dc3063da6d256cf80f88c51231d47253e5678 Mon Sep 17 00:00:00 2001 From: snomiao Date: Tue, 20 Aug 2024 03:39:30 +0000 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..ebf0493 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyscope" +description = "The FLUX model API from DashScope, developed by Black Forest Labs, offers superior image generation capabilities with optimized support for Chinese prompts, achieving a commendable tradeoff between performance and the quality of generated images compared to other open-source models." +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["dashscope"] + +[project.urls] +Repository = "https://github.com/modelscope/comfyscope" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "comfyscope" +Icon = ""