Skip to content

Commit

Permalink
chore(pyproject): Add pyproject.toml for Custom Node Registry (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
haohaocreates authored Jun 30, 2024
1 parent 16f1766 commit 8b214f7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[project]
name = "comfyui-fal-connector"
description = "The ComfyUI-fal-Connector is a tool designed to provide an integration between ComfyUI and fal. This extension allows users to execute their ComfyUI workflows directly on [a/fal.ai](https://fal.ai/). This enables users to leverage the computational power and resources provided by fal.ai for running their ComfyUI workflows."
version = "1.0.0"
license = "LICENSE"
dependencies = ["fal-client>=0.3.0", "httpx", "httpx-sse"]

[project.urls]
Repository = "https://github.com/badayvedat/ComfyUI-fal-Connector"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
DisplayName = "ComfyUI-fal-Connector"
Icon = ""

0 comments on commit 8b214f7

Please sign in to comment.