diff --git a/pyproject.toml b/pyproject.toml index 493f1a3..3829342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui_birefnet_ll" description = "Sync with version of BiRefNet. NODES:AutoDownloadBiRefNetModel, LoadRembgByBiRefNetModel, RembgByBiRefNet." -version = "1.0.2" +version = "1.0.3" license = {file = "LICENSE"} dependencies = ["numpy<2", "opencv-python", "scipy", "timm"]