Skip to content

Commit e9b8ca3

Browse files
change batch size to 6
1 parent c490b37 commit e9b8ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dalle2
3-
version = 1.0.0
3+
version = 1.0.1
44
author = ezzcodeezzlife
55
author_email = [email protected]
66
description = Use DALL·E 2 in Python

src/dalle2/dalle2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def generate(self, promt):
1616
"task_type": "text2im",
1717
"prompt": {
1818
"caption": promt,
19-
"batch_size": 10,
19+
"batch_size": 6,
2020
}
2121
}
2222

0 commit comments

Comments
 (0)