fix: use VIT-G preset instead of PLUS for SDXL compatibility
- Change IPAdapterUnifiedLoader preset from 'PLUS (high strength)' to 'VIT-G (medium strength)' - PLUS preset expects ViT-H (1024 dim) but loads ViT-bigG (1280 dim) causing shape mismatch - VIT-G preset works correctly with SDXL models - Fixes: size mismatch error in Resampler proj_in.weight
This commit is contained in:
@@ -140,7 +140,7 @@
|
|||||||
"Node name for S&R": "IPAdapterUnifiedLoader"
|
"Node name for S&R": "IPAdapterUnifiedLoader"
|
||||||
},
|
},
|
||||||
"widgets_values": [
|
"widgets_values": [
|
||||||
"PLUS (high strength)"
|
"VIT-G (medium strength)"
|
||||||
],
|
],
|
||||||
"title": "IP-Adapter Loader"
|
"title": "IP-Adapter Loader"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user