First of all, thank you for these awesome nodes!
Right now I'm playing with the LoRA extract nodes, I like very much the "skip" mismatch mode. When I extract LoRA's from Wan 2.2 models, using "skip" avoids getting console spam about missing weights when I use the resulted LoRA's.
About the feature request:
What I would like to be able to do is to to extract not only from [Model A - Model B], but also from [(Model A + Lora X) - (Model B + Lora Y)]. That would mean to be able to do what I can currently do with LoraExtractKJ:

Something like I simulated here, if that would be possible:

I know that technically I can do what I ask right now but would mean to merge models with LoRA's first and save them to disk, not on the fly.
Thanks in advance!
First of all, thank you for these awesome nodes!
Right now I'm playing with the LoRA extract nodes, I like very much the "skip" mismatch mode. When I extract LoRA's from Wan 2.2 models, using "skip" avoids getting console spam about missing weights when I use the resulted LoRA's.
About the feature request:

What I would like to be able to do is to to extract not only from
[Model A - Model B], but also from[(Model A + Lora X) - (Model B + Lora Y)]. That would mean to be able to do what I can currently do with LoraExtractKJ:Something like I simulated here, if that would be possible:

I know that technically I can do what I ask right now but would mean to merge models with LoRA's first and save them to disk, not on the fly.
Thanks in advance!