Skip to content

Commit

Permalink
fix: correct directml version pins
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jan 7, 2025
1 parent e370511 commit 6ad2026
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion horde-bridge-directml.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.17.0 horde_model_reference~=0.9.1 horde_engine~=2.18.1 horde_safety~=0.2.3 -U
call python -s -m pip install horde_sdk~=0.17.0 horde_model_reference~=0.9.2 horde_engine~=2.20.12 horde_safety~=0.2.3 -U

if %ERRORLEVEL% NEQ 0 (
echo "Please run update-runtime.cmd."
Expand Down
6 changes: 3 additions & 3 deletions requirements.directml.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
torch-directml==0.2.5.dev240914
qrcode==7.4.2 # >8 breaks horde-engine 2.18.1 via the qr code generation nodes
qrcode==7.4.2 # >8 breaks horde-engine 2.20.12 via the qr code generation nodes

certifi # Required for SSL cert resolution

horde_sdk~=0.17.0
horde_safety~=0.2.3
horde_engine~=2.18.1
horde_model_reference>=0.9.1
horde_engine~=2.20.12
horde_model_reference>=0.9.2

python-dotenv
ruamel.yaml
Expand Down

0 comments on commit 6ad2026

Please sign in to comment.