Skip to content

Commit 86dff30

Browse files
authored
feat: update vto model (#13760)
1 parent c27330d commit 86dff30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/image_generation/imggen_virtual_try_on_with_txt_img.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def virtual_try_on(output_file: str) -> Image:
2626
# output_file = "output-image.png"
2727

2828
image = client.models.recontext_image(
29-
model="virtual-try-on-preview-08-04",
29+
model="virtual-try-on-001",
3030
source=RecontextImageSource(
3131
person_image=Image.from_file(location="test_resources/man.png"),
3232
product_images=[

0 commit comments

Comments
 (0)