Skip to content

Commit

Permalink
Merge PR #457 from Kosinkadink/develop - fix for scale masks
Browse files Browse the repository at this point in the history
Fix regression with scale float list/mask multival + contexts
  • Loading branch information
Kosinkadink authored Aug 19, 2024
2 parents fb904a3 + 433339a commit d8af8fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions animatediff/motion_module_ad.py
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ def set_cameractrl_effect(self, multival: Union[float, Tensor]):
self.temp_cameractrl_effect = None

def set_sub_idxs(self, sub_idxs: list[int]):
self.sub_idxs = sub_idxs
for block in self.transformer_blocks:
block.set_sub_idxs(sub_idxs)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "comfyui-animatediff-evolved"
description = "Improved AnimateDiff integration for ComfyUI."
version = "1.1.3"
version = "1.1.4"
license = { file = "LICENSE" }
dependencies = []

Expand Down

0 comments on commit d8af8fe

Please sign in to comment.