Skip to content

Commit

Permalink
Delete outdated TODO comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJDick committed Nov 27, 2024
1 parent e970185 commit 3ebd8d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion invokeai/backend/flux/denoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def denoise(
# Run ControlNet models.
controlnet_residuals: list[ControlNetFluxOutput] = []
for controlnet_extension in controlnet_extensions:
# TODO(ryand): Think about how to handle regional prompting with ControlNet.
controlnet_residuals.append(
controlnet_extension.run_controlnet(
timestep_index=step_index,
Expand Down

0 comments on commit 3ebd8d6

Please sign in to comment.