Skip to content

Commit

Permalink
Merge pull request #23 from Visionatrix/feat/models/photomaker-2
Browse files Browse the repository at this point in the history
added `photomaker-v2.bin` to models list
  • Loading branch information
bigcat88 authored Aug 11, 2024
2 parents 92ab8d8 + d766454 commit e1cf382
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion models_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,25 @@
"Photomaker-v1": {
"regexes": [
{
"input_value": "^(?=.*(?i:photomaker))(?=.*\\.bin).*"
"input_value": "^(?=.*(?i:photomaker))(?=.*(?i:v1))(?=.*\\.bin).*"
}
],
"save_path": "photomaker/photomaker-v1.bin",
"url": "https://huggingface.co/TencentARC/PhotoMaker/resolve/main/photomaker-v1.bin",
"homepage": "https://huggingface.co/TencentARC/PhotoMaker",
"hash": "529d503fa378bfb3a74e3384ab2064d7269d59f0638324555d22067c31e275bc"
},
"Photomaker-v2": {
"regexes": [
{
"input_value": "^(?=.*(?i:photomaker))(?=.*(?i:v2))(?=.*\\.bin).*"
}
],
"save_path": "photomaker/photomaker-v2.bin",
"url": "https://huggingface.co/TencentARC/PhotoMaker-V2/resolve/main/photomaker-v2.bin",
"homepage": "https://huggingface.co/TencentARC/PhotoMaker-V2",
"hash": "0eeac57d7e09b95cee670a18e0d939ff303dd6f76d317c950bf584c6c9bdb8f5"
},
"AlbedobaseXL_v13": {
"regexes": [
{
Expand Down

0 comments on commit e1cf382

Please sign in to comment.