We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98608f8 + 54fb4ea commit 08390d8Copy full SHA for 08390d8
pyproject.toml
@@ -0,0 +1,15 @@
1
+[project]
2
+name = "comfyui-texture-simple"
3
+description = ""
4
+version = "1.0.0"
5
+license = "LICENSE"
6
+dependencies = ["Pillow>=10.1.0"]
7
+
8
+[project.urls]
9
+Repository = "https://github.com/gokayfem/ComfyUI-Texture-Simple"
10
11
+[tool.comfy]
12
+PublisherId = ""
13
+DisplayName = "ComfyUI-Texture-Simple"
14
+Icon = ""
15
+Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]
0 commit comments