(minor) Remove duplicate TODO.

This commit is contained in:
Ryan Dick 2023-09-13 21:25:20 -04:00
parent 77d135967f
commit c34b359c36

View File

@ -229,8 +229,6 @@ class InvokeAIDiffuserComponent:
total_step_count: int,
**kwargs,
):
# TODO(ryand): Raise here if both cross attention control and ip-adapter are enabled?
cross_attention_control_types_to_do = []
context: Context = self.cross_attention_control_context
if self.cross_attention_control_context is not None: