pytti VQGAN checkpoints (preservation mirror)

First-stage VQGAN checkpoints from CompVis/taming-transformers and community retrainings, as used by pytti and the wider VQGAN+CLIP ecosystem (2020-2021 era).

Why this mirror exists

The original hosts for these files have been decaying for years. eaidata.bmk.sh (the canonical WikiArt host) is already dead, batbot.ai and dl.nmkd.de have been intermittent, the FacesHQ koofr share rejects plain HTTP clients, and the remaining heibox (Heidelberg University) shares are single points of failure. This repo is a verbatim, hash-verified mirror so the pytti toolchain has one stable place to download from.

Every file was verified before upload: size sanity, torch/zip container integrity (torch.load(weights_only=True) where the checkpoint format allows it, zip central directory check otherwise), and sha256 recorded below and in manifest.json.

Layout

<model_key>/<model_key>.ckpt
<model_key>/<model_key>.yaml
manifest.json
from huggingface_hub import hf_hub_download

ckpt = hf_hub_download("Somnai/pytti-vqgan-checkpoints", "wikiart/wikiart.ckpt")
yaml = hf_hub_download("Somnai/pytti-vqgan-checkpoints", "wikiart/wikiart.yaml")

Files

imagenet

VQGAN f16, 16384-token codebook, trained on ImageNet (taming.models.vqgan.VQModel)

coco

VQGAN f16, 8192-token codebook, trained on COCO (taming.models.vqgan.VQModel, first-stage export)

wikiart

VQGAN f16, 16384-token codebook, trained on WikiArt/Artemis (taming.models.vqgan.VQModel, wikiart_f16_16384_8145600 lineage)

sflickr

S-FLCKR Net2NetTransformer checkpoint; pytti extracts the first_stage_model.* VQGAN weights

openimages

Gumbel-VQGAN f8, 8192-token codebook, trained on OpenImages (taming.models.vqgan.GumbelVQ)

faceshq

FacesHQ Net2NetTransformer checkpoint; pytti extracts the first_stage_model.* VQGAN weights

License / attribution

These are the standard community-mirrored research weights from the taming-transformers project and its community retrainings (WikiArt by EleutherAI-adjacent community training, COCO first-stage export by @nmkd). No license claim is made here beyond what the upstream project states; see the taming-transformers repository for the original release terms.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support