Skip to content

Commit

Permalink
Merge pull request #1 from ComfyNodePRs/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
marduk191 authored Aug 28, 2024
2 parents f85a4bf + 1af4646 commit c4a6a17
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-fluxpromptenhancer"
description = "This custom node for ComfyUI integrates the Flux-Prompt-Enhance model, allowing you to enhance your prompts directly within your ComfyUI workflows."
version = "1.0.0"
license = {file = "LICENSE"}
dependencies = ["torch>=1.9.0", "transformers>=4.18.0"]

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

[tool.comfy]
PublisherId = "marduk191"
DisplayName = "ComfyUI-Fluxpromptenhancer"
Icon = "https://raw.githubusercontent.com/marduk191/comfyui-marnodes/main/icon/RA.png"

0 comments on commit c4a6a17

Please sign in to comment.