Victor Hall
1bcd1db2f7
Merge pull request #85 from qslug/docker
...
Add dockerfile and build action
2023-02-22 20:18:19 -05:00
Augusto de la Torre
79bcd44bed
Add docker build action
...
And also a VS Code dev container
2023-02-23 02:02:56 +01:00
Victor Hall
30c7b2f96d
Merge pull request #83 from damian0815/fix-huggingface-download-safetensors-models
...
use StableDiffusionPipeline.from_pretrained() to download HF models
2023-02-21 11:37:23 -05:00
Victor Hall
a8cc62fb94
Merge pull request #82 from damian0815/fix_validation_seeding
...
actually use the validation random seed
2023-02-21 01:06:25 -05:00
Damian Stewart
4646af7434
use StableDiffusionPipeline.from_pretrained() to download the model
2023-02-20 22:00:25 +01:00
Damian Stewart
be8cdf8af8
actually use validation seed 😭 also fix log of sample negative prompt
2023-02-20 21:58:46 +01:00
Victor Hall
a2479cfe1f
Merge branch 'main' of https://github.com/victorchall/EveryDream2trainer
2023-02-19 23:14:39 -05:00
Victor Hall
414e9e7cc4
doc for zero freq noise
2023-02-19 23:14:33 -05:00
Victor Hall
d027525eac
Merge pull request #80 from nawnie/main
...
Adds Sample_prompts.json toggle
2023-02-19 10:07:17 -08:00
Victor Hall
eec363899e
Merge pull request #81 from damian0815/fix-validation-div-by-zero
...
Fix validation division by zero
2023-02-19 05:46:43 -08:00
Damian Stewart
7956e24b61
fix division by zero
2023-02-19 10:25:38 +01:00
Damian Stewart
60702ee040
some validation tweaks and fixes
2023-02-19 10:20:16 +01:00
Victor Hall
327fa4cf6d
update doc for delaying ckpt saves
2023-02-18 22:32:47 -08:00
nawnie
a397c4bb69
Created using Colaboratory
2023-02-18 23:55:46 -06:00
nawnie
bf2b128fd7
Created using Colaboratory
2023-02-18 23:54:27 -06:00
Victor Hall
8c68f5fd58
update diffusers
2023-02-18 19:33:28 -08:00
Victor Hall
264f626e12
Merge pull request #78 from damian0815/fix-no-save-errored
...
restore saving on error
2023-02-18 18:50:57 -05:00
Damian Stewart
9365d5a7b2
restore saving on error
2023-02-19 00:21:20 +01:00
Victor Hall
80c6883729
default to 2perc zero freq noise
2023-02-18 15:17:08 -05:00
Victor Hall
025fb2557f
readme updates
2023-02-18 14:49:30 -05:00
Victor Hall
b526cb5093
Merge pull request #77 from nawnie/main
...
Colab Update
2023-02-18 14:49:15 -05:00
Victor Hall
c071230a49
Merge pull request #75 from damian0815/sample_generation_refactor_redo
...
Refactor sample generation and introduce sample_prompts.json
2023-02-18 14:42:55 -05:00
Damian Stewart
230cab9e27
isolate RNG in sample generation
2023-02-18 20:18:21 +01:00
nawnie
0969941a74
Update Train_Colab.ipynb
2023-02-18 12:48:49 -06:00
nawnie
3f6e217a25
Addressed revisions
2023-02-18 12:47:21 -06:00
Damian Stewart
759623142a
more cleanly fall back to random captions
2023-02-18 19:28:08 +01:00
nawnie
341263b7a7
Created using Colaboratory
2023-02-18 11:32:25 -06:00
Victor Hall
67277bf9ac
Merge branch 'main' of https://github.com/victorchall/EveryDream2trainer into main
2023-02-18 11:23:10 -05:00
Victor Hall
2f48460691
fix ckpt save if only 1 step per epoch, revert epsilon for amp
2023-02-18 11:23:02 -05:00
Damian Stewart
648fe20200
better default batch size handling
2023-02-18 15:55:54 +01:00
Damian Stewart
e97f0816db
Squashed commit of the following:
...
commit 86fa1363852850e87be11e5a277b71435f6a3451
Author: Damian Stewart <d@damianstewart.com>
Date: Sat Feb 18 14:43:57 2023 +0100
cleanup, add back random caption support
commit f9a10842b47b9a5d51d53de8d56cb7089a1eeeb2
Author: Damian Stewart <d@damianstewart.com>
Date: Sat Feb 18 13:52:22 2023 +0100
misc fixes and documentation
commit 46167806892258fef509f14e9d83ceab08725cd6
Author: Damian Stewart <d@damianstewart.com>
Date: Sat Feb 18 12:11:18 2023 +0100
works
commit 390bcdf4d8165315e2f84404c62b410c7b674c84
Author: Damian Stewart <d@damianstewart.com>
Date: Sat Feb 18 10:12:14 2023 +0100
SampleGenerator code in place (untested)
commit 022724fa7a435371081fd489ee7e5dbfc2df37ec
Author: Damian Stewart <d@damianstewart.com>
Date: Sat Feb 18 10:17:05 2023 +0100
cleanup and new approach (untested)
commit 4ac81f0924146a7ac3c46f4a4382e7dceaaac47c
Author: Damian Stewart <d@damianstewart.com>
Date: Fri Jan 27 17:26:12 2023 +0100
fix 'classmethod is not callable' error
commit c875933096464a867a5c3cfbf9592605f201f79e
Author: Damian Stewart <d@damianstewart.com>
Date: Fri Jan 27 17:10:03 2023 +0100
fix prompts log crash
commit 2771d52485191388dfa5b3b8892ed7327d874ed6
Author: Damian Stewart <d@damianstewart.com>
Date: Fri Jan 27 14:38:39 2023 +0100
fix circular import
commit 8452272b02fe64a2345fba067a55e51c52debd98
Author: Damian Stewart <d@damianstewart.com>
Date: Fri Jan 27 14:33:26 2023 +0100
refactor sample generation (untested)
2023-02-18 15:51:50 +01:00
Victor Hall
d07b9bbedb
Merge pull request #72 from nawnie/patch-8
...
Typo
2023-02-17 16:19:43 -05:00
nawnie
9dc3b2d65a
added zero frequency ratio, drop out, clipskip, and flip to bottom of lauch setup as adv features
2023-02-17 10:02:24 -06:00
nawnie
5e7a8b8d17
Typo
...
827 Siffusion to diffusion
2023-02-17 08:18:47 -06:00
Victor Hall
6e7e7f9e1f
Merge branch 'main' of https://github.com/victorchall/EveryDream2trainer into main
2023-02-15 18:55:36 -05:00
Victor Hall
37cf437a5f
zero frequency noise option to improve contrast
2023-02-15 18:53:08 -05:00
Victor Hall
c0e47e5eab
Update BASEMODELS.md
...
upcast attn for sd2 conv, not critical but technically correct
2023-02-14 12:41:50 -05:00
Victor Hall
43f7f3c0f1
Merge pull request #66 from qslug/rp-docs
...
Add/Update docs for RunPod and Vast using ED2 image
2023-02-14 08:23:46 -05:00
Augusto de la Torre
d5b4f8674e
Add/Update doc for RunPod and Vast using ED2 image
2023-02-14 12:03:09 +01:00
Victor Hall
e28b23851d
save_ckpts_from_n_epochs arg to skip early saving of ckpts
2023-02-13 12:18:33 -05:00
Victor Hall
0e9bb667a4
Merge pull request #64 from janekm/roundtrip
...
fix roundtrip text_encoder
2023-02-13 12:12:09 -05:00
Janek Mann
95165974ce
fix roundtript text_encoder
2023-02-13 17:00:53 +00:00
Victor Hall
9bfa22136b
Merge pull request #63 from justinmerrell/patch-1
...
Update DATA.md
2023-02-12 18:40:46 -05:00
Justin Merrell
f97795cdd2
Update DATA.md
2023-02-12 17:24:43 -05:00
Victor Hall
e9beebdac1
Merge pull request #61 from damian0815/doc-validation
...
Enhance validation docs
2023-02-11 12:30:34 -05:00
Damian Stewart
34066c9dab
further doc enhancements
2023-02-11 09:04:12 +01:00
Damian Stewart
ff6025f699
hopefully fix image links
2023-02-11 08:45:25 +01:00
Damian Stewart
464ef07f94
add images and update paths
2023-02-11 02:39:55 +01:00
Damian Stewart
a0d844e324
add extended Validation docs
2023-02-11 02:33:33 +01:00
Victor Hall
eea15934ca
Merge pull request #60 from qslug/rp-docs
...
Add screenshots to Runpod docs
2023-02-10 19:31:36 -05:00