Commit Graph

128 Commits

Author SHA1 Message Date
Anthony Mercurio 6b73cfe448
Add CLIP penultimate layer for diffusers trainer 2022-11-02 16:20:46 -07:00
Anthony Mercurio 1a94c70736
Implement distributed training 2022-11-01 13:28:12 -07:00
Anthony Mercurio ef25ccac36
add vae config 2022-11-01 12:40:39 -07:00
Anthony Mercurio 6bf942eb63
Merge pull request #26 from GripenANM/Update-Weights-Readme.md-to-v1.3-model
Update Weights Readme.md to v1.3 model
2022-10-29 18:58:56 -07:00
Anthony Mercurio 8247915345
add attribution 2022-10-29 16:11:48 -07:00
Anthony Mercurio be702cce2e
Aspect ratio bucketing, Training overhaul, more new stuff 2022-10-29 09:26:03 -07:00
Akumi Chan e1e416a5b9
Removed Huggingface metadata table 2022-10-25 13:31:22 -07:00
Akumi Chan 1947519397
Update Weights Readme.md to v1.3 model
cloned huggingface model card
2022-10-25 13:23:18 -07:00
harubaru 76efa00de3 fix deprecation warnings in dataloader 2022-10-15 18:43:28 -07:00
harubaru 67140231e7 fix inference config 2022-10-15 11:41:39 -07:00
harubaru 61ed683d1c ensure wandb run doesnt get overwritten 2022-10-15 11:40:53 -07:00
harubaru 18ad704fd6 fix wandb logging 2022-10-15 11:20:32 -07:00
harubaru f980137430 add fp16 training 2022-10-15 10:57:00 -07:00
harubaru 9581fbc226
Merge pull request #24 from hasuwoof/feature/extended_clip
Implement CLIP extensions (training + inference)
2022-10-14 16:27:21 -07:00
hasuwoof 60c04259fa Implement CLIP extensions (training + inference) 2022-10-14 19:31:53 +01:00
harubaru 0afe73cf0e
Merge pull request #21 from eltociear/patch-2
Fix typo in ddpm.py
2022-10-14 03:46:39 -07:00
Ikko Ashimine 8b0f40809e
Fix typo in ddpm.py
postions -> positions
2022-10-14 12:14:25 +09:00
harubaru c4d8e967e9 oops forgot layer norm
this is probably why i was getting garbage in training
2022-10-13 01:39:01 -07:00
harubaru adbbc73e19 fix hidden states 2022-10-12 18:48:22 -07:00
harubaru f8bfa5f357 fix config 2022-10-12 18:32:51 -07:00
harubaru 169b63e179 add unconditional guidance training 2022-10-12 18:28:44 -07:00
harubaru 4f9070af3c use penultimate layer
from NAI blogpost and https://arxiv.org/pdf/2205.11487.pdf
2022-10-12 17:55:56 -07:00
harubaru e4736c11f5 add initial config 2022-10-12 17:45:44 -07:00
harubaru a4628125fe
fix pruning script yet again 2022-09-27 19:50:55 -07:00
harubaru aa91eaf228
gotta go fast 2022-09-24 01:13:36 -07:00
harubaru ae05402bc6
speedup 2022-09-23 15:26:58 -07:00
harubaru de1470f43b fix downloader 2022-09-22 19:49:08 -07:00
harubaru d0ec5be718
add centercropping 2022-09-22 19:45:36 -07:00
harubaru 5b169173d5
fix config 2022-09-22 17:44:19 -07:00
harubaru c5f2775beb Add alternate dataloader 2022-09-22 14:56:27 -07:00
harubaru 2e69358d50 Add random tag order during training 2022-09-21 04:57:17 -07:00
harubaru b080f33115 Add variable aspect ratio during training 2022-09-21 04:47:39 -07:00
harubaru c690d005bc fix cropping 2022-09-20 22:24:04 -07:00
harubaru 01b9440d50 dataloader overhaul 2022-09-20 22:00:32 -07:00
harubaru 3546ae9b47 add 8 gpu config 2022-09-20 11:34:06 -07:00
harubaru 106e611306
Update README 2022-09-18 22:36:49 -07:00
harubaru 3020278dd9
Merge pull request #17 from derfred/installfixes
docs for executing
2022-09-17 08:11:30 -07:00
Frederik Fix 7cf4130668 make the execution work 2022-09-17 08:55:56 +02:00
Frederik Fix b664c86e89
Update executing.md 2022-09-15 19:51:56 +02:00
Frederik Fix 0cfa39a373
Update train.sh 2022-09-15 19:46:52 +02:00
Frederik Fix ab67872afa
Update requirements.txt 2022-09-15 19:44:08 +02:00
Frederik Fix af00e49aa8
Update dataset.md 2022-09-15 19:43:15 +02:00
Frederik Fix 98c6e0c38b
Create executing.md 2022-09-15 18:42:28 +02:00
Frederik Fix 90a580f684
Update README.md 2022-09-15 18:40:47 +02:00
Frederik Fix 0e2fd255ba
wrong arg 2022-09-15 18:39:05 +02:00
harubaru bbcd956746
Merge pull request #16 from derfred/doc-fixes
Doc fixes
2022-09-14 12:18:28 -07:00
Frederik Fix 40640acc83
use the directory hard coded 2022-09-14 21:13:48 +02:00
Frederik Fix 9113f9155a
some missing info 2022-09-14 21:10:55 +02:00
Frederik Fix d6a3ca65ce
fix extract command 2022-09-14 20:09:08 +02:00
Frederik Fix b4cc0d8279
download directories 2022-09-14 19:59:42 +02:00