We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94aaa08 commit b8cf1e5Copy full SHA for b8cf1e5
dalle2_pytorch/dalle2_pytorch.py
@@ -1064,7 +1064,7 @@ def __init__(
1064
dim_mults=(1, 2, 4, 8),
1065
channels = 3,
1066
attn_dim_head = 32,
1067
- attn_heads = 8,
+ attn_heads = 16,
1068
lowres_cond = False, # for cascading diffusion - https://cascaded-diffusion.github.io/
1069
sparse_attn = False,
1070
sparse_attn_window = 8, # window size for sparse attention
setup.py
@@ -10,7 +10,7 @@
10
'dream = dalle2_pytorch.cli:dream'
11
],
12
},
13
- version = '0.0.86',
+ version = '0.0.87',
14
license='MIT',
15
description = 'DALL-E 2',
16
author = 'Phil Wang',
0 commit comments