Skip to content

Commit

Permalink
Update nodes_rf_inversion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kijai committed Dec 22, 2024
1 parent c9d1d41 commit 6a10cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes_rf_inversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def INPUT_TYPES(s):
CATEGORY = "HunyuanVideoWrapper"

def process(self, model, hyvid_embeds, flow_shift, steps, embedded_guidance_scale,
samples, inversed_latents, force_offload, start_step, end_step, eta_base, eta_trend, interpolation_curve=None):
samples, inversed_latents, force_offload, start_step, end_step, eta_base, eta_trend, interpolation_curve=None, feta_args=None):
model = model.model
device = mm.get_torch_device()
offload_device = mm.unet_offload_device()
Expand Down

0 comments on commit 6a10cf7

Please sign in to comment.