mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-21 13:48:46 +00:00
(comfyui-refiners) set lower version constraints for transformers and huggingface-hub dependencies
Some checks failed
Some checks failed
This commit is contained in:
parent
49ed1f32a1
commit
425ed96cad
|
@ -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]
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue