diff --git a/pyproject.toml b/pyproject.toml index 14f85e7..78b9ed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [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" +version = "1.1.0" license = {file = "LICENSE"} dependencies = ["huggingface_hub", "diffusers>=0.30.1", "accelerate>=0.33.0"]