Skip to content

Commit f190714

Browse files
karlo image variation use kakaobrain upload (#2338)
1 parent 6cbd7b8 commit f190714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipelines/unclip/test_unclip_image_variation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def test_unclip_image_variation_karlo(self):
527527
)
528528

529529
pipeline = UnCLIPImageVariationPipeline.from_pretrained(
530-
"fusing/karlo-image-variations-diffusers", torch_dtype=torch.float16
530+
"kakaobrain/karlo-v1-alpha-image-variations", torch_dtype=torch.float16
531531
)
532532
pipeline = pipeline.to(torch_device)
533533
pipeline.set_progress_bar_config(disable=None)

0 commit comments

Comments
 (0)