forked from cubiq/ComfyUI_InstantID
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cubiq#175 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[project] | ||
name = "comfyui_instantid" | ||
description = "Native InstantID support for ComfyUI. This extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI." | ||
version = "1.0.0" | ||
license = "LICENSE" | ||
dependencies = ["insightface", "onnxruntime", "onnxruntime-gpu"] | ||
|
||
[project.urls] | ||
Repository = "https://github.com/cubiq/ComfyUI_InstantID" | ||
# Used by Comfy Registry https://comfyregistry.org | ||
|
||
[tool.comfy] | ||
PublisherId = "matteo" | ||
DisplayName = "ComfyUI_InstantID" | ||
Icon = "" |