We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911c313 commit 0c60151Copy full SHA for 0c60151
1 file changed
pyproject.toml
@@ -0,0 +1,13 @@
1
+[project]
2
+name = "ComfyUI-SingleLinePicker"
3
+description = "Select one line from the text list with a single click. It dramatically improves the process of switching LoRA or prompts."
4
+version = "1.0.0"
5
+license = { file = "LICENSE" }
6
+dependencies = []
7
+
8
+[project.urls]
9
+Repository = "https://github.com/hetima/ComfyUI-SingleLinePicker"
10
11
+[tool.comfy]
12
+PublisherId = "hetima"
13
+DisplayName = "ComfyUI-SingleLinePicker"
0 commit comments