Skip to content

Commit d80fcaf

Browse files
Remove dead code. (Comfy-Org#14072)
1 parent 187442c commit d80fcaf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

comfy/samplers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ def _calc_cond_batch(model: BaseModel, conds: list[list[dict]], x_in: torch.Tens
265265
input_shape = [len(batch_amount) * first_shape[0]] + list(first_shape)[1:]
266266
cond_shapes = collections.defaultdict(list)
267267
for tt in batch_amount:
268-
cond = {k: v.size() for k, v in to_run[tt][0].conditioning.items()}
269268
for k, v in to_run[tt][0].conditioning.items():
270269
cond_shapes[k].append(v.size())
271270

0 commit comments

Comments
 (0)