Skip to content

Commit

Permalink
Merge pull request #100 from ComfyNodePRs/licence-update
Browse files Browse the repository at this point in the history
Update PyProject Toml - License
  • Loading branch information
gokayfem committed Jul 31, 2024
2 parents 260316e + f45e145 commit 7118011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "comfyui_vlm_nodes"
description = "Custom Nodes for Vision Language Models (VLM) , Large Language Models (LLM), Image Captioning, Automatic Prompt Generation, Creative and Consistent Prompt Suggestion, Keyword Extraction"
version = "1.0.1"
license = "LICENSE"
license = { file = "LICENSE" }
dependencies = ["openai>=0.27.8", "accelerate>=0.25.0", "huggingface-hub==0.20.3", "transformers>=4.38.2", "torch>=2.0.1,<3.0.0", "torchvision>=0.15.2", "einops>=0.7.0", "safetensors>=0.4.1", "pillow>=9.4.0", "py-cpuinfo==3.3.0", "gitpython", "moviepy", "opencv-python", "scikit-build", "typing", "diskcache", "pytz", "six", "cffi", "python-dateutil>=2.7.0", "diffusers", "soundfile", "symusic"]

[project.urls]
Expand Down

0 comments on commit 7118011

Please sign in to comment.