Skip to content

Commit 5a24052

Browse files
committed
decrease image gen size
1 parent 037c39d commit 5a24052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/inference/test/HfInference.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,8 +1231,8 @@ describe.concurrent("HfInference", () => {
12311231
inputs: "award winning high resolution photo of a giant tortoise",
12321232
parameters: {
12331233
model_name: "SD2",
1234-
height: 1024,
1235-
width: 1024,
1234+
height: 128,
1235+
width: 128,
12361236
},
12371237
} satisfies TextToImageArgs);
12381238
expect(res).toBeInstanceOf(Blob);

0 commit comments

Comments
 (0)