Skip to content

Commit b8cf1e5

Browse files
committed
more attention
1 parent 94aaa08 commit b8cf1e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dalle2_pytorch/dalle2_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ def __init__(
10641064
dim_mults=(1, 2, 4, 8),
10651065
channels = 3,
10661066
attn_dim_head = 32,
1067-
attn_heads = 8,
1067+
attn_heads = 16,
10681068
lowres_cond = False, # for cascading diffusion - https://cascaded-diffusion.github.io/
10691069
sparse_attn = False,
10701070
sparse_attn_window = 8, # window size for sparse attention

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'dream = dalle2_pytorch.cli:dream'
1111
],
1212
},
13-
version = '0.0.86',
13+
version = '0.0.87',
1414
license='MIT',
1515
description = 'DALL-E 2',
1616
author = 'Phil Wang',

0 commit comments

Comments
 (0)