Skip to content

Commit ab37086

Browse files
authored
Merge pull request #2 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 9d5e965 + b58398c commit ab37086

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[project]
2+
name = "comfyui_storycreator"
3+
description = "Nodes:story_sampler_simple, text2, kosmos2_sampler.\nI created a dataset for generating short stories [a/Short-Story](https://huggingface.co/datasets/oztrkoguz/Short-Story) and used it to fine-tune my own model using Phi-3."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
7+
[project.urls]
8+
Repository = "https://github.com/oztrkoguz/ComfyUI_StoryCreator"
9+
# Used by Comfy Registry https://comfyregistry.org
10+
11+
[tool.comfy]
12+
PublisherId = ""
13+
DisplayName = "ComfyUI_StoryCreator"
14+
Icon = ""

0 commit comments

Comments
 (0)