Skip to content

Commit 071d181

Browse files
committed
update
1 parent a4ebb0c commit 071d181

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/diffusers/pipelines/ernie_image/pipeline_ernie_image.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,6 @@ def __call__(
315315
device=device,
316316
dtype=dtype
317317
)
318-
# latents = torch.randn(
319-
# (total_batch_size, latent_channels, latent_h, latent_w),
320-
# device=device,
321-
# dtype=dtype,
322-
# generator=generator,
323-
# )
324318

325319
# Setup scheduler
326320
sigmas = torch.linspace(1.0, 0.0, num_inference_steps + 1)

0 commit comments

Comments
 (0)