Skip to content

Commit

Permalink
chore(pyproject): Add pyproject.toml for Custom Node Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
comfy-pr-bot committed Oct 1, 2024
1 parent 867a87a commit 059cf8f
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_cxh_fluxloramerge"
description = "flux lora merge.\nadaptive Merge (uses tensor norms and weight), manual Merge (uses fixed weights you specify), additive Merge (uses 100% of the first and adds a percentage of the second)"
version = "1.0.0"
license = {file = "LICENSE"}
dependencies = ["tqdm"]

[project.urls]
Repository = "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
DisplayName = "Comfyui_CXH_FluxLoraMerge"
Icon = ""

0 comments on commit 059cf8f

Please sign in to comment.