Replies: 1 comment 1 reply
-
|
In other tag domains (segments? regions?) I have found that you can add a lora back in with a negative weight to simulate "removing" it from the in-memory base model. Try something like the following to use the lora xyz in the first set of frames and lora abc in the second set: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I add LoRAs to extended videos, they apply to the whole video. I want to use LoRAs to specific sections. Can it be done? I suppose not, but it would be a great feature :) By the way, I'm using WAN 2.2.
Here's an example. Suppose I have the LoRA xyz and the LoRA abc and I want to extend a 5 second video to a total of 15 seconds. My prompt would be:
base video prompt text here <extend:81> extended video prompt text here <extend:81> extended video prompt text here <video> <lora:xyz_high_noise:1> <lora:abc_high_noise:1> <videoswap> <lora:xyz_low_noise:1> <lora:abc_low_noise:1>When I use this kind of structure, xyz and abc LoRAs are applied to the whole video, but I want to apply each to a different extend section. For example, xyz to the first
<extend>prompt and abc to the second<extend>prompt.Beta Was this translation helpful? Give feedback.
All reactions