diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-07-05 17:08:51 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-07-05 17:08:51 +0200 |
commit | e729c74265e7f8a9db85b85579ccac3f9eab8bed (patch) | |
tree | bc036f4af2816645b8001f81fe5b910e00f34d80 /.gitignore |
starting out
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e5e677 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +CLIP/ +__pycache__/ +taming-transformers/ +taming/ +vqgan_imagenet_f16_16384.ckpt +vqgan_imagenet_f16_16384.yaml |