Skip to content

Commit b22ec12

Browse files
authored
Merge pull request LykosAI#747 from ionite34/backport-ip-adapter-link-fixes
fix ip adapter links in huggingface browser
2 parents e11074e + 194592d commit b22ec12

2 files changed

Lines changed: 10 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to Stability Matrix will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html).
77

8+
## v2.11.6
9+
### Fixed
10+
- Fixed incorrect IPAdapter download links in the HuggingFace model browser
811

912
## v2.11.5
1013
### Added

StabilityMatrix.Avalonia/Assets/hf-packages.json

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -390,19 +390,16 @@
390390
"ModelName": "SD 1.5 Adapter",
391391
"RepositoryPath": "InvokeAI/ip_adapter_sd15",
392392
"Files": [
393-
"image_encoder.txt",
394-
"ip_adapter.bin"
393+
"ip-adapter_sd15.safetensors"
395394
],
396-
"Subfolder": "ip_adapter_sd15",
397395
"LicenseType": "Apache 2.0"
398396
},
399397
{
400398
"ModelCategory": "DiffusersIpAdapter",
401399
"ModelName": "SD 1.5 Light Adapter",
402400
"RepositoryPath": "InvokeAI/ip_adapter_sd15_light",
403401
"Files": [
404-
"image_encoder.txt",
405-
"ip_adapter.bin"
402+
"ip-adapter_sd15_light.safetensors"
406403
],
407404
"Subfolder": "ip_adapter_sd15_light",
408405
"LicenseType": "Apache 2.0"
@@ -412,54 +409,44 @@
412409
"ModelName": "SD 1.5 Plus Adapter",
413410
"RepositoryPath": "InvokeAI/ip_adapter_plus_sd15",
414411
"Files": [
415-
"image_encoder.txt",
416-
"ip_adapter.bin"
412+
"ip-adapter-plus_sd15.safetensors"
417413
],
418-
"Subfolder": "ip_adapter_plus_sd15",
419414
"LicenseType": "Apache 2.0"
420415
},
421416
{
422417
"ModelCategory": "DiffusersIpAdapter",
423418
"ModelName": "SD 1.5 Face Plus Adapter",
424419
"RepositoryPath": "InvokeAI/ip_adapter_plus_face_sd15",
425420
"Files": [
426-
"image_encoder.txt",
427-
"ip_adapter.bin"
421+
"ip-adapter-plus-face_sd15.safetensors"
428422
],
429-
"Subfolder": "ip_adapter_plus_face_sd15",
430423
"LicenseType": "Apache 2.0"
431424
},
432425
{
433426
"ModelCategory": "DiffusersIpAdapterXl",
434427
"ModelName": "SDXL Adapter",
435428
"RepositoryPath": "InvokeAI/ip_adapter_sdxl",
436429
"Files": [
437-
"image_encoder.txt",
438-
"ip_adapter.bin"
430+
"ip-adapter_sdxl.safetensors"
439431
],
440-
"Subfolder": "ip_adapter_sdxl",
441432
"LicenseType": "Apache 2.0"
442433
},
443434
{
444435
"ModelCategory": "DiffusersIpAdapterXl",
445436
"ModelName": "SDXL Plus Adapter",
446437
"RepositoryPath": "InvokeAI/ip-adapter-plus_sdxl_vit-h",
447438
"Files": [
448-
"image_encoder.txt",
449-
"ip_adapter.bin"
439+
"ip-adapter-plus_sdxl_vit-h.safetensors"
450440
],
451-
"Subfolder": "ip_adapter_plus_sdxl_vit-h",
452441
"LicenseType": "Apache 2.0"
453442
},
454443
{
455444
"ModelCategory": "DiffusersIpAdapterXl",
456445
"ModelName": "SDXL Face Plus Adapter",
457446
"RepositoryPath": "InvokeAI/ip-adapter-plus-face_sdxl_vit-h",
458447
"Files": [
459-
"image_encoder.txt",
460-
"ip_adapter.bin"
448+
"ip-adapter-plus-face_sdxl_vit-h.safetensors"
461449
],
462-
"Subfolder": "ip_adapter_plus_face_sdxl_vit-h",
463450
"LicenseType": "CreativeML Open RAIL-M"
464451
},
465452
{

0 commit comments

Comments
 (0)