From 81bee12a685468c0ecbfa797d412c603b30207bf Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Mon, 20 May 2024 20:14:20 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd8b560..282b928 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "comfyui_vlm_nodes" -description = "" +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" 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"]