Download Latest Version 1.1 - Dec 18, 2021.zip (4.9 MB)
Email in envelope

Get an email when there's a new version of VQGAN-CLIP web app

Home / v1.0
Name Modified Size InfoDownloads / Week
Parent folder
1.0 - Nov 21, 2021.tar.gz 2021-11-21 777.1 kB
1.0 - Nov 21, 2021.zip 2021-11-21 785.1 kB
README.md 2021-11-21 1.4 kB
Totals: 3 Items   1.6 MB 0

Since starting this repo in Jul 2021 as a personal project, I believe the codebase is now sufficiently feature-complete and stable to call it a 1.0 release.

What's new

Transitioning to 1.0 for existing users

Update to 1.0 by running git pull from your local copy of this repo. No breaking changes are expected, run results from older versions of the codebase should still show up in the gallery viewer.

However, some new packages are needed to support CLIP guided diffusion. You can follow these steps below instead of setting up the Python environment from scratch:

  1. In the repo directory, run git clone https://github.com/crowsonkb/guided-diffusion
  2. pip install ./guided-diffusion
  3. pip install lpips
  4. Download diffusion model checkpoints in download-diffusion-weights.sh

Before Oct 2, 2021

VQGAN-CLIP app and basic gallery viewer implemented.

Source: README.md, updated 2021-11-21