Skip to content

Commit

Permalink
fix: show testing models
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Feb 26, 2024
1 parent e6c39a2 commit 75ca332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions horde/database/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def get_available_models(filter_model_name: str = None):
if (
filter_model_name
and filter_model_name not in model_reference.stable_diffusion_names
and filter_model_name not in model_reference.testing_models
and filter_model_name not in model_reference.text_model_names
and "horde_special" not in filter_model_name
and filter_model_name != "SDXL_beta::stability.ai#6901"
Expand Down

0 comments on commit 75ca332

Please sign in to comment.