Skip to content

Commit 1a5bee6

Browse files
committed
feat: reduce batch amounts further for flux
1 parent be9cb47 commit 1a5bee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

horde/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# used to figure out batches by a set multiplier to reduce how many images are batched
4343
# at a time when these models are used.
4444
BASELINE_BATCHING_MULTIPLIERS = {
45-
"flux_1": 2,
45+
"flux_1": 3,
4646
}
4747

4848

0 commit comments

Comments
 (0)