Skip to content

Commit

Permalink
fix: compat. version of horde_model_reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jun 23, 2024
1 parent 756f1c7 commit 90f7fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hordelib/model_manager/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
MODEL_CATEGORY_NAMES.esrgan: MODEL_REFERENCE_CATEGORY.esrgan,
MODEL_CATEGORY_NAMES.gfpgan: MODEL_REFERENCE_CATEGORY.gfpgan,
MODEL_CATEGORY_NAMES.safety_checker: MODEL_REFERENCE_CATEGORY.safety_checker,
MODEL_CATEGORY_NAMES.miscellaneous: MODEL_REFERENCE_CATEGORY.miscellaneous,
}


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Add this in for tox, comment out for build
--extra-index-url https://download.pytorch.org/whl/cu121
horde_sdk>=0.9.1
horde_model_reference>=0.5.2
horde_model_reference>=0.7.0
pydantic
numpy==1.26.4
torch>=2.1.0
Expand Down

0 comments on commit 90f7fb2

Please sign in to comment.