diff --git a/pyproject.toml b/pyproject.toml index 9181098..1e0c087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "comfyui-cogvideoxwrapper" -description = "Diffusers wrapper for CogVideoX -models: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)" +description = "Diffusers wrapper for CogVideoX -models: https://github.com/THUDM/CogVideo" version = "1.5.1" license = {file = "LICENSE"} dependencies = ["huggingface_hub", "diffusers>=0.31.0", "accelerate>=0.33.0"]