Skip to content

Commit 4079e2b

Browse files
committed
fix(genai): update virtual-try-on model to stable version 001
1 parent 0f66e3e commit 4079e2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

genai/image-generation/imggen_virtual-try-on-with-txt-img.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async function virtualTryOn(
4848
};
4949

5050
const image = await client.models.recontextImage({
51-
model: 'virtual-try-on-preview-08-04',
51+
model: 'virtual-try-on-001',
5252
source: source,
5353
});
5454

0 commit comments

Comments
 (0)