Skip to content

Commit

Permalink
added photomaker-v2.bin to models list
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Aug 11, 2024
1 parent e8f24dc commit 96ed22f
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 96ed22f

Please sign in to comment.