Skip to content

Commit

Permalink
(comfyui-refiners) set lower version constraints for transformers and…
Browse files Browse the repository at this point in the history
… huggingface-hub dependencies
  • Loading branch information
Laurent2916 committed Sep 20, 2024
1 parent 49ed1f3 commit 56ef025
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/comfyui-refiners/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
4 changes: 2 additions & 2 deletions src/comfyui-refiners/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/finegrain-ai/refiners.git
huggingface_hub
transformers
huggingface_hub>=0.25.0
transformers>=4.40.0

0 comments on commit 56ef025

Please sign in to comment.