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

Commit ca747ff

Browse files
committed
Mark BatchCount for removal
1 parent 73e6d51 commit ca747ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OnnxStack.StableDiffusion/Config/PromptOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class PromptOptions
1515
[StringLength(512)]
1616
public string NegativePrompt { get; set; }
1717

18-
public int BatchCount { get; set; } = 1;
18+
public int BatchCount { get; set; } = 1; // Delete Me
1919

2020
public InputImage InputImage { get; set; }
2121

0 commit comments

Comments
 (0)