Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 77e2789

Browse files
committed
Remove BatchCount from UnitTest
1 parent 94a336e commit 77e2789

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

OnnxStack.IntegrationTests/StableDiffusionTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public async Task GivenTextToImage_WhenInference_ThenImageGenerated(string model
7070
{
7171
Prompt = "an astronaut riding a horse in space",
7272
NegativePrompt = "blurry,ugly,cartoon",
73-
BatchCount = 1,
7473
DiffuserType = DiffuserType.TextToImage
7574
};
7675

0 commit comments

Comments
 (0)