Skip to content

Commit

Permalink
fix: remove safety_checker from default
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Mar 23, 2024
1 parent 16d4c4e commit 4a6eab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hordelib/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class MODEL_CATEGORY_NAMES(StrEnum):
# MODEL_CATEGORY_NAMES.diffusers: True,
MODEL_CATEGORY_NAMES.esrgan: True,
MODEL_CATEGORY_NAMES.gfpgan: True,
MODEL_CATEGORY_NAMES.safety_checker: True,
# MODEL_CATEGORY_NAMES.safety_checker: True,
MODEL_CATEGORY_NAMES.lora: True,
MODEL_CATEGORY_NAMES.ti: True,
}
Expand Down

0 comments on commit 4a6eab7

Please sign in to comment.