Skip to content

Commit 5de8cb7

Browse files
committed
update
1 parent 406a656 commit 5de8cb7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/diffusers/pipelines/hidream_image/pipeline_hidream_image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,6 @@ def __call__(
901901
pooled_prompt_embeds=pooled_prompt_embeds,
902902
negative_pooled_prompt_embeds=negative_pooled_prompt_embeds,
903903
device=device,
904-
dtype=self.dtype,
905904
num_images_per_prompt=num_images_per_prompt,
906905
max_sequence_length=max_sequence_length,
907906
lora_scale=lora_scale,

tests/quantization/gguf/test_gguf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,5 +575,5 @@ def get_dummy_inputs(self):
575575
(1, 2048),
576576
generator=torch.Generator("cpu").manual_seed(0),
577577
).to(torch_device, self.torch_dtype),
578-
"timestep": torch.tensor([1]).to(torch_device, self.torch_dtype),
578+
"timesteps": torch.tensor([1]).to(torch_device, self.torch_dtype),
579579
}

0 commit comments

Comments
 (0)