dimmu / vqgan-clip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VQGAN-CLIP

VQGAN-CLIP is a semantic image generation and editing methodology developed by members of EleutherAI.

Quick Start

First install dependencies via pip install -r requirements.txt.

Next, download a vqgaan checkpoint with a command like:

mkdir checkpoints

curl -L -o checkpoints/vqgan_imagenet_f16_16384.yaml -C - 'https://heibox.uni-heidelberg.de/d/a7530b09fed84f80a887/files/?p=%2Fconfigs%2Fmodel.yaml&dl=1' #ImageNet 16384
curl -L -o checkpoints/vqgan_imagenet_f16_16384.ckpt -C - 'https://heibox.uni-heidelberg.de/d/a7530b09fed84f80a887/files/?p=%2Fckpts%2Flast.ckpt&dl=1' #ImageNet 16384

You are now ready to go! Try python main.py -p "A painting of an apple in a fruit bowl".

About

License:MIT License


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%