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 1760419 commit 021f0deCopy full SHA for 021f0de
tests/pipelines/controlnet_flux/test_controlnet_flux.py
@@ -210,7 +210,7 @@ def test_canny(self):
210
text_encoder_2=None,
211
controlnet=controlnet,
212
torch_dtype=torch.bfloat16,
213
- ).to("cuda")
+ ).to(torch_device)
214
pipe.set_progress_bar_config(disable=None)
215
216
generator = torch.Generator(device="cpu").manual_seed(0)
0 commit comments