Skip to content

Commit

Permalink
fix: avoid problem with rembg
Browse files Browse the repository at this point in the history
- See Haidra-Org/hordelib#365 for more information.
  • Loading branch information
tazlin committed Nov 21, 2024
1 parent 8b85db9 commit 5d1a8a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
- horde_safety==0.2.3
- torch==2.5.0
- ruamel.yaml
- horde_engine==2.18.0
- horde_engine==2.18.1
- horde_sdk==0.15.1
- horde_model_reference==0.9.1
- semver
2 changes: 1 addition & 1 deletion horde-bridge.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd /d %~dp0
call runtime python -s -m pip -V

call python -s -m pip uninstall hordelib
call python -s -m pip install horde_sdk~=0.15.1 horde_model_reference~=0.9.1 horde_engine~=2.18.0 horde_safety~=0.2.3 -U
call python -s -m pip install horde_sdk~=0.15.1 horde_model_reference~=0.9.1 horde_engine~=2.18.1 horde_safety~=0.2.3 -U

if %ERRORLEVEL% NEQ 0 (
echo "Please run update-runtime.cmd."
Expand Down
4 changes: 2 additions & 2 deletions requirements.rocm.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
torch==2.5.0
qrcode==7.4.2 # >8 breaks horde-engine 2.18.0 via the qr code generation nodes
qrcode==7.4.2 # >8 breaks horde-engine 2.18.1 via the qr code generation nodes

certifi # Required for SSL cert resolution

horde_sdk~=0.15.1
horde_safety~=0.2.3
horde_engine~=2.18.0
horde_engine~=2.18.1
horde_model_reference>=0.9.1

python-dotenv
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
torch==2.5.0
qrcode==7.4.2 # >8 breaks horde-engine 2.18.0 via the qr code generation nodes
qrcode==7.4.2 # >8 breaks horde-engine 2.18.1 via the qr code generation nodes

certifi # Required for SSL cert resolution

horde_sdk~=0.15.1
horde_safety~=0.2.3
horde_engine~=2.18.0
horde_engine~=2.18.1
horde_model_reference>=0.9.1

python-dotenv
Expand Down

0 comments on commit 5d1a8a7

Please sign in to comment.