repos
/ ai-art master

ai-art

mirror archived upstream

Art generation with VQGAN + CLIP in Docker, with a simple web UI for anyone with a GPU. A simplified and expanded take on Kevin Costa's work.

aiai-artclipdockerdocker-composegpuhandcodedimagenetpythonpytorchtorchtorchvisionvqganvqgan-clip

333 B · 24 lines · TOML Raw History
 1[[source]]
 2url = "https://pypi.org/simple"
 3verify_ssl = true
 4name = "pypi"
 5
 6[packages]
 7torch = "*"
 8torchvision = "*"
 9einops = "*"
10kornia = "*"
11requests = "*"
12regex = "*"
13ftfy = "*"
14clip = {git = "https://github.com/openai/CLIP.git"}
15flask = "*"
16
17[dev-packages]
18flake8 = "*"
19isort = "*"
20black = "*"
21
22[requires]
23python_version = "3.7"