diff --git a/tests/pipelines/unclip/test_unclip_image_variation.py b/tests/pipelines/unclip/test_unclip_image_variation.py index e320e48d198a..2fd7d091bf1e 100644 --- a/tests/pipelines/unclip/test_unclip_image_variation.py +++ b/tests/pipelines/unclip/test_unclip_image_variation.py @@ -527,7 +527,7 @@ def test_unclip_image_variation_karlo(self): ) pipeline = UnCLIPImageVariationPipeline.from_pretrained( - "fusing/karlo-image-variations-diffusers", torch_dtype=torch.float16 + "kakaobrain/karlo-v1-alpha-image-variations", torch_dtype=torch.float16 ) pipeline = pipeline.to(torch_device) pipeline.set_progress_bar_config(disable=None)