Skip to content

Commit

Permalink
Merge pull request #35 from ComfyNodePRs/licence-update
Browse files Browse the repository at this point in the history
Update PyProject Toml - License
  • Loading branch information
Fannovel16 authored Aug 1, 2024
2 parents 9d1aefe + 8ced7dd commit 76fbdaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
name = "comfyui-motiondiff"
description = "Implementation of 4DHuman, MDM, MotionDiffuse and ReMoDiffuse into ComfyUI."
version = "1.0.0"
license = "LICENSE"
version = "1.0.1"
license = { file = "LICENSE" }
dependencies = ["ftfy", "regex", "tqdm", "scipy", "matplotlib", "git+https://github.com/openai/CLIP.git", "addict", "yapf", "smplx", "h5py", "opencv-python", "einops", "pyrender", "trimesh", "shapely", "mapbox_earcut", "#mgpt", "spacy", "bert-score", "omegaconf", "huggingface_hub", "pytorch_lightning", "rich", "#4dhuman", "yacs", "scikit-image", "timm", "webdataset", "dill", "pandas"]

[project.urls]
Expand Down

0 comments on commit 76fbdaa

Please sign in to comment.