We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7afc2 commit 5871eccCopy full SHA for 5871ecc
src/diffusers/pipelines/controlnet/pipeline_controlnet_sd_xl.py
@@ -1126,7 +1126,6 @@ def __call__(
1126
controlnet_cond_scale = controlnet_cond_scale[0]
1127
cond_scale = controlnet_cond_scale * controlnet_keep[i]
1128
1129
- # print(f"t: {t.dtype} {t.shape}")
1130
down_block_res_samples, mid_block_res_sample = self.controlnet(
1131
control_model_input,
1132
t,
0 commit comments