Skip to content

Commit d8af8fe

Browse files
authored
Merge PR #457 from Kosinkadink/develop - fix for scale masks
Fix regression with scale float list/mask multival + contexts
2 parents fb904a3 + 433339a commit d8af8fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

animatediff/motion_module_ad.py

+1
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,7 @@ def set_cameractrl_effect(self, multival: Union[float, Tensor]):
920920
self.temp_cameractrl_effect = None
921921

922922
def set_sub_idxs(self, sub_idxs: list[int]):
923+
self.sub_idxs = sub_idxs
923924
for block in self.transformer_blocks:
924925
block.set_sub_idxs(sub_idxs)
925926

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-animatediff-evolved"
33
description = "Improved AnimateDiff integration for ComfyUI."
4-
version = "1.1.3"
4+
version = "1.1.4"
55
license = { file = "LICENSE" }
66
dependencies = []
77

0 commit comments

Comments
 (0)