Commit Graph

231 Commits

Author SHA1 Message Date
nawnie 97797607b5
Xformer A100 link fix
added triton to install to remove error during run 
Xformer for a100 had the wrong link 
i left download for train_colab.py it is now gone
2023-01-26 22:10:11 -06:00
Victor Hall 98c8ab2976 fix wandb flag in colab causing issues 2023-01-26 16:14:23 -05:00
Victor Hall 5a86972287 Merge branch 'main' of https://github.com/victorchall/EveryDream2trainer into main 2023-01-26 12:07:35 -05:00
Victor Hall 1e207677f3 sd21 example json config 2023-01-26 12:07:28 -05:00
Victor Hall 5ea6eb71fa
Merge pull request #13 from qslug/runpod
Add Notebook for Runpod
2023-01-26 05:19:11 -08:00
Augusto de la Torre 38d6f5350f
Remove other empty line 2023-01-26 12:17:29 +01:00
Augusto de la Torre ff10929645
Remove empty line 2023-01-26 12:17:09 +01:00
Augusto de la Torre 24cced0665
Merge branch 'main' into runpod 2023-01-26 12:16:08 +01:00
Victor Hall 5442eb6812
Merge pull request #30 from yunginnanet/patch-1
Update DATA.md
2023-01-25 21:51:36 -08:00
Victor Hall d9e31c719e cleanup instructions on colab notebok 2023-01-25 22:37:39 -05:00
Victor Hall 99900d4980 colab default tweaks and add wandb 2023-01-25 22:04:56 -05:00
Victor Hall b202198e3a fix notebook 2023-01-25 20:56:09 -05:00
Victor Hall 94feea99ee fix colab notebook 2023-01-25 20:55:24 -05:00
Victor Hall 9fe81c69f4
Merge pull request #32 from nawnie/patch-1
Delete train_colab.py
2023-01-25 10:37:19 -08:00
Victor Hall 9a9909c7ea
Merge pull request #33 from nawnie/patch-2
train.py
2023-01-25 10:36:50 -08:00
Victor Hall b4847d6f45
Merge pull request #31 from damian0815/patch-1
fix `'int' object is not callable` warning
2023-01-25 09:29:31 -08:00
nawnie e489e94d80
train.py
now works with colab and colab can use also make use of tqdm.auto so --notebook is unneeded
2023-01-25 04:12:30 -06:00
nawnie a2773dffbd
Delete train_colab.py
Obsolete
2023-01-25 04:09:29 -06:00
Damian Stewart 448848d5c2
fix `'int' object is not callable` warning 2023-01-25 11:06:52 +01:00
kayos 533353c104
Update DATA.md
Fix broken link
2023-01-24 18:49:35 -08:00
Victor Hall 09347779be
Merge pull request #29 from noprompt/refactor-follow-up
Refactor follow up
2023-01-24 09:39:45 -08:00
Joel Holdbrooks 94e9abf184 Don't bind resolver 2023-01-24 08:36:40 -08:00
Joel Holdbrooks a7505df0a6 Initialize target_wh to None 2023-01-24 08:33:40 -08:00
Joel Holdbrooks e6d1096637 Filter out items with errors 2023-01-24 08:33:20 -08:00
Victor Hall f0e8ee55df
Merge pull request #28 from JanGerritsen/Bugfix_Adding_Tag_Twice
Bugfix: Adding same Tag twice to Caption
2023-01-24 07:12:56 -08:00
Jan Gerritsen 44fcbb6aa7 Bugfix: Adding same Tag twice to Caption 2023-01-24 16:02:12 +01:00
Victor Hall b9825a7077
Merge pull request #27 from damian0815/hf-download-docs
documentation for the huggingface automatic downloader
2023-01-24 06:42:37 -08:00
Damian Stewart 08d302b8b9 typo 2023-01-24 10:24:31 +01:00
Damian Stewart 6ba008e36b document the huggingface automatic downloader 2023-01-24 10:22:52 +01:00
Victor Hall 30d738c4ff
Merge pull request #26 from nawnie/main
Added a simple cell for Inference testing of diffusers
2023-01-23 20:48:30 -08:00
Victor Hall b3beb1c17b add wandb and mycfgs folders to gitignore 2023-01-23 23:39:57 -05:00
nawnie 062b993fa5 Created using Colaboratory 2023-01-23 21:03:48 -06:00
Victor Hall 2ba83cf0e4 remove unnecessary skip stuff 2023-01-23 20:47:12 -05:00
Victor Hall 4433bd7806
Merge pull request #19 from janekm/wandb_fix
Fix wandb setup
2023-01-23 17:38:49 -08:00
Victor Hall eea899f4a0
Merge pull request #24 from noprompt/refactor-data-resolution
Refactor data resolution
2023-01-23 17:38:27 -08:00
Joel Holdbrooks 7e2a7ae387 Need to yield from 2023-01-23 17:12:46 -08:00
Joel Holdbrooks c106de827c Fix name typo 2023-01-23 16:58:13 -08:00
Joel Holdbrooks 620b157e6a Fix some name errors 2023-01-23 16:57:02 -08:00
Augusto de la Torre 9bb213efaf Simplify example training 2023-01-24 01:12:56 +01:00
Augusto de la Torre 158dea22da Add Notebook for RunPod 2023-01-24 01:02:52 +01:00
Victor Hall 50b142f32a early iter on txt2img script for testing on remote instances 2023-01-23 16:51:00 -05:00
Victor Hall ac8bb6faab more docs, more docs, more docs, ok stop docs 2023-01-23 16:28:23 -05:00
Joel Holdbrooks e99a948d3c Fix property name bug 2023-01-23 12:52:53 -08:00
Victor Hall 8c9e7f1db8 more doc cleanup 2023-01-23 15:47:07 -05:00
Joel Holdbrooks 9491ae430c Initialize is_undersized to False, fix bug in directory resolver 2023-01-23 12:44:48 -08:00
Victor Hall 4a5ddd0cd1 more docs for new stuff 2023-01-23 15:35:25 -05:00
Joel Holdbrooks 685bada570 Update tests 2023-01-23 12:15:35 -08:00
Victor Hall 81599bb548
Merge pull request #12 from damian0815/hf_model_download
Enable download models from huggingface
2023-01-23 12:15:21 -08:00
Joel Holdbrooks d9081e8198 Use tqdm in JSONResolver, add a docstring 2023-01-23 12:11:42 -08:00
Damian Stewart 067ea506a2 check for local files before downloading from HF 2023-01-23 21:10:04 +01:00