JMalott commited on
Commit
063db4a
·
1 Parent(s): 6b86229

Update min_dalle/min_dalle.py

Browse files
Files changed (1) hide show
  1. min_dalle/min_dalle.py +1 -1
min_dalle/min_dalle.py CHANGED
@@ -17,7 +17,7 @@ torch.backends.cudnn.enabled = True
17
  torch.backends.cudnn.allow_tf32 = True
18
 
19
  MIN_DALLE_REPO = 'https://huggingface.co/kuprel/min-dalle/resolve/main/'
20
- IMAGE_TOKEN_COUNT = 256
21
 
22
 
23
  class MinDalle:
 
17
  torch.backends.cudnn.allow_tf32 = True
18
 
19
  MIN_DALLE_REPO = 'https://huggingface.co/kuprel/min-dalle/resolve/main/'
20
+ IMAGE_TOKEN_COUNT = 128
21
 
22
 
23
  class MinDalle: