File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ print(generations)
5252 'prompt_id': 'prompt-2CtaLasdUbJHHfoJQy9Lul3T',
5353 'is_public': false
5454 },
55- # 4 more ...
55+ # 2 more ...
5656]
5757```
5858
@@ -75,8 +75,7 @@ Download to directory: C:\Users\pc\dalle2
7575✔️ Downloaded: generation-zqfBC3yyxcPXRlW6zLP.jpg
7676✔️ Downloaded: generation-soR3ryxcoeixzdyHG.jpg
7777✔️ Downloaded: generation-lT5L4yxc2DOiGRwJi.jpg
78- ✔️ Downloaded: generation-01DvPryxcq2BX1NOREL.jpg
79- ✔️ Downloaded: generation-AAs4yxcczH1vl19FidR.jpg
78+
8079
8180```
8281
@@ -87,7 +86,7 @@ or generate a specific amount
8786from dalle2 import Dalle2
8887
8988dalle = Dalle2(" sess-xxxxxxxxxxxxxxxxxxxxxxxxxxxx" )
90- generations = dalle.generate_amount(" portal to another dimension" , 12 ) # Every generation has batch size 6 -> amount % 6 == 0 works best
89+ generations = dalle.generate_amount(" portal to another dimension" , 12 ) # Every generation has batch size 4 -> amount % 4 == 0 works best
9190
9291print (generations)
9392```
You can’t perform that action at this time.
0 commit comments