diff --git a/pyproject.toml b/pyproject.toml index ba6289a..7741211 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "pillar_for_comfyui" version = "0.0.3" -description = "" +description = "Pillar is an extension plugin for ComfyUI, providing the ability to call local distributed services for ComfyUI. Currently, it integrates the llama-joycaption-beta-one-hf-llava model and offers a distributed deployment solution to solve the problem that the model occupies too many resources and affects the image generation efficiency." license = {file = "LICENSE"} requires-python = ">=3.11"