(comfyui-refiners) set lower version constraints for transformers and huggingface-hub dependencies

This commit is contained in:
Laurent 2024-09-20 15:46:55 +00:00
parent 49ed1f32a1
commit 56ef02500b
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
[project]
name = "comfyui-refiners"
description = "ComfyUI custom nodes for refiners models"
version = "1.0.3"
version = "1.0.4"
license = { file = "LICENSE" }
dependencies = [
"refiners @ git+https://github.com/finegrain-ai/refiners.git",
"huggingface_hub",
"transformers",
"huggingface_hub>=0.25.0",
"transformers>=4.40.0",
]
[project.urls]

View file

@ -1,3 +1,3 @@
git+https://github.com/finegrain-ai/refiners.git
huggingface_hub
transformers
huggingface_hub>=0.25.0
transformers>=4.40.0