-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
Expected Behavior
Results are identical when a hook LoRA is enabled and multiple SamplerCustomAdvanced nodes are used.
Actual Behavior
Results are not identical when a hook LoRA is enabled and multiple SamplerCustomAdvanced nodes are used. They are only identical if no hook is used.
Steps to Reproduce
See workflow: hook-test.json
Any model and LoRA is usable to reproduce this issue.
The last result in this list can be obtained by bypassing the Set CLIP Hooks node. (Ctrl + B)
Debug Logs
n/a
Other
A use case of a workflow like this, though not shown in this workflow in order to keep things straightforward, would be to sample for a longer duration in high sigma values, or to flip the latent halfway through sampling.
I've also mentioned in this issue title that hooks seem disabled in the first step based on what the sampling preview produces, and also the brief lag after 1 step is performed in the second SamplerCustomAdvanced node (which does not occur when hooks are disabled).



