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

View file

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