Skip to content

Commit

Permalink
Add missing model_options param (#6296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosinkadink authored Dec 31, 2024
1 parent 67758f5 commit 1c99734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy/samplers.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def _calc_cond_batch(model: 'BaseModel', conds: list[list[dict]], x_in: torch.Te
default_conds.append(default_c)

if has_default_conds:
finalize_default_conds(model, hooked_to_run, default_conds, x_in, timestep)
finalize_default_conds(model, hooked_to_run, default_conds, x_in, timestep, model_options)

model.current_patcher.prepare_state(timestep)

Expand Down

0 comments on commit 1c99734

Please sign in to comment.