diff --git a/first_block_cache.py b/first_block_cache.py index 10895e7..d4ed79a 100644 --- a/first_block_cache.py +++ b/first_block_cache.py @@ -124,7 +124,7 @@ def __init__( self.residual_diff_threshold = residual_diff_threshold self.return_hidden_states_first = return_hidden_states_first - def forward(self, img, txt=None, context=None, *args, **kwargs): + def forward(self, img, txt=None, *args, context=None, **kwargs): if context is not None: txt = context # for LTXV hidden_states = img diff --git a/pyproject.toml b/pyproject.toml index dcc752c..dc54dcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "wavespeed" description = "" -version = "1.0.2" +version = "1.0.3" license = {file = "LICENSE"} [project.urls]