>>8690412
Why, this is actually an interesting question. This still works because CFG works in latent space. If you set cfg to something other than 1 you need 2 calls to unet. And since USUALLY you apply the same lora to BOTH unet calls, you get lora in both negative and positive prompt >>8690167 which is something you actually DON'T want for CFG to make magic >>8690296
If you apply hooks this way >>8690369 the lora is applied ONLY for cond, and base model without lora is used for uncond.