(comfyui-refiners) set lower version constraints for transformers and huggingface-hub dependencies
Some checks are pending
CI / lint_and_typecheck (push) Waiting to run
Publish to Comfy registry / Publish Custom Node to registry (push) Waiting to run
Deploy docs to GitHub Pages / Deploy docs (push) Waiting to run
Spell checker / Spell check (push) Waiting to run

This commit is contained in:
Laurent 2024-09-20 15:46:55 +00:00 committed by Laureηt
parent 49ed1f32a1
commit 425ed96cad
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