Skip to content

Commit

Permalink
feat: add Chara Creator Wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Oct 23, 2024
1 parent 9b643c0 commit 5e97d33
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sd_webui_pnginfo_injection/bundle_hashes.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ class EnumBundleHashes(Enum):
# https://civitai.com/models/272654/wildcards-vault?modelVersionId=317312
navi_atlas = "2910F6A456"

# https://civitai.com/models/863333?modelVersionId=969037
chara_creator = "EED961CA"


myBundleHashesSettings: Dict[EnumBundleHashes, List[str]] = {
EnumBundleHashes.C0rn_Fl4k3s: ['__cf-', '__crea-', '__cornf-', '__cof-'],
Expand All @@ -33,5 +36,11 @@ class EnumBundleHashes(Enum):
#

EnumBundleHashes.navi_atlas: ['__navi_atlas/'],

#

EnumBundleHashes.chara_creator: ['__chara_creator/'],

#
}

0 comments on commit 5e97d33

Please sign in to comment.