When loading a lora, you typically can use different weights for clip and unet, using this syntax: <lora:name:X:Y> where X is the weight for clip and Y is the weight for unet.
I was wondering if it's possible to do this with supermerger "merge lora to checkpoint" feature and if yes how?
When loading a lora, you typically can use different weights for clip and unet, using this syntax:
<lora:name:X:Y>
whereX
is the weight for clip andY
is the weight for unet. I was wondering if it's possible to do this with supermerger "merge lora to checkpoint" feature and if yes how?