Merge branch 'add_sample_sigmas' into hooks_part2

This commit is contained in:
Jedrzej Kosinski
2025-01-05 15:45:13 -06:00
6 changed files with 79 additions and 11 deletions

View File

@@ -492,7 +492,7 @@ class HookKeyframeGroup:
return False
if curr_t == self._curr_t:
return False
max_sigma = torch.max(transformer_options["sigmas"])
max_sigma = torch.max(transformer_options["sample_sigmas"])
prev_index = self._current_index
prev_strength = self._current_strength
# if met guaranteed steps, look for next keyframe in case need to switch