Merge pull request #24 from ComfyNodePRs/pyproject

Add pyproject.toml for Custom Node Registry
This commit is contained in:
Jukka Seppänen 2024-08-28 19:21:10 +03:00 committed by GitHub
commit b7315d2879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[project]
name = "comfyui-cogvideoxwrapper"
description = "Diffusers wrapper for CogVideoX -models: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)"
version = "1.0.0"
license = {file = "LICENSE"}
dependencies = ["huggingface_hub", "diffusers>=0.30.1", "accelerate>=0.33.0"]
[project.urls]
Repository = "https://github.com/kijai/ComfyUI-CogVideoXWrapper"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = ""
DisplayName = "ComfyUI-CogVideoXWrapper"
Icon = ""