cubiq / ComfyUI_IPAdapter_plus

GNU General Public License v3.0
3.92k stars 294 forks source link

Allow user to specify custom layer weights #475

Closed lendrick closed 5 months ago

lendrick commented 5 months ago

Here's a proof of concept patch that I wrote a couple of days ago. Weights are in the format 1,1,1,1,1,1,1,1,1,1,1. If the custom weight field is specified, it will ignore the weight setting and use that instead.

custom_weights.patch

cubiq commented 5 months ago

this is already available in a slightly more advanced way through the "mad scientist" node

lendrick commented 5 months ago

Ah, thanks!

lendrick commented 5 months ago

Actually, what's the "mad scientist" node? Is it IPAdapter advanced?

If so, how would I used that node to specify an arbitrary set of layer weights, rather than just picking from the list?