Skip to content

Commit 5871ecc

Browse files
committed
remove dtype of t from commit trail.
1 parent bf7afc2 commit 5871ecc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/pipelines/controlnet/pipeline_controlnet_sd_xl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,6 @@ def __call__(
11261126
controlnet_cond_scale = controlnet_cond_scale[0]
11271127
cond_scale = controlnet_cond_scale * controlnet_keep[i]
11281128

1129-
# print(f"t: {t.dtype} {t.shape}")
11301129
down_block_res_samples, mid_block_res_sample = self.controlnet(
11311130
control_model_input,
11321131
t,

0 commit comments

Comments
 (0)