Skip to content

Commit

Permalink
doc: comment explaining testing_models
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Feb 26, 2024
1 parent 72abd5f commit e6c39a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions horde/model_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ class ModelReference(PrimaryTimedFunction):
text_model_names = set()
nsfw_models = set()
controlnet_models = set()
# Workaround because users lacking customizer role are getting models not in the reference stripped away.
# However due to a racing or caching issue, this causes them to still pick jobs using those models
# Need to investigate more to remove this workaround
testing_models = {
"Juggernaut XL",
"Animagine XL",
Expand Down

0 comments on commit e6c39a2

Please sign in to comment.