Skip to content

Commit

Permalink
fix: add missing controlnet "styles"
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jan 4, 2025
1 parent e2a8bf0 commit 5ca1d99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions horde_model_reference/meta_consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class CONTROLNET_STYLE(StrEnum):
control_hed = auto()
control_canny = auto()
control_depth = auto()
control_qr = auto()
control_qr_xl = auto()


KNOWN_TAGS = [
Expand Down

0 comments on commit 5ca1d99

Please sign in to comment.