File size: 562 Bytes
1df4fcb
 
 
 
 
 
 
 
710c65b
1df4fcb
 
 
 
 
c55ecf8
 
26651dd
1df4fcb
710c65b
2a3b8df
 
 
 
 
 
98f1db7
d2ec1ea
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[metadata]
name = dalle_mini
version = attr: dalle_mini.__version__
description = DALL·E mini - Generate images from a text prompt
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/borisdayma/dalle-mini
project_urls =
    Bug Tracker = https://github.com/borisdayma/dalle-mini/issues

[options]
packages = find:
install_requires =
    transformers
    unidecode
    ftfy
    pillow
    jax
    flax

[options.extras_require]
dev =
    tqdm
    wandb
    optax
    braceexpand
    black[jupyter]
    isort