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 6cbd7b8 commit f190714Copy full SHA for f190714
tests/pipelines/unclip/test_unclip_image_variation.py
@@ -527,7 +527,7 @@ def test_unclip_image_variation_karlo(self):
527
)
528
529
pipeline = UnCLIPImageVariationPipeline.from_pretrained(
530
- "fusing/karlo-image-variations-diffusers", torch_dtype=torch.float16
+ "kakaobrain/karlo-v1-alpha-image-variations", torch_dtype=torch.float16
531
532
pipeline = pipeline.to(torch_device)
533
pipeline.set_progress_bar_config(disable=None)
0 commit comments