[tank][v-diffusion] Polish up v-diffusion UX (#315)

This commit is contained in:
Stanley Winata
2022-09-08 12:55:51 -07:00
committed by GitHub
parent 18872222d3
commit 95ec3d7216
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
*.png
*.pth
checkpoints/
v-diffusion-pytorch/

View File

View File

@@ -1,3 +1,5 @@
#!/bin/bash
TD="$(cd $(dirname $0) && pwd)"
if [ -z "$PYTHON" ]; then
PYTHON="$(which python3)"
@@ -22,3 +24,4 @@ mkdir checkpoints
wget https://the-eye.eu/public/AI/models/v-diffusion/cc12m_1_cfg.pth -P checkpoints/
cp -r checkpoints/ v-diffusion-pytorch/
cp cc12m_1.py v-diffusion-pytorch/diffusion/models/.