diff options
author | Volpeon <git@volpeon.ink> | 2022-09-27 12:39:43 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-09-27 12:39:43 +0200 |
commit | 73fe0a75cd08244f91d1baea7b63b42f9e4be08c (patch) | |
tree | 9d15c9726ad5fbe528ac40a8b91e9d9c0d3cf6fd /.gitignore | |
parent | Undo textual inversion dataset improvements (diff) | |
download | textual-inversion-diff-73fe0a75cd08244f91d1baea7b63b42f9e4be08c.tar.gz textual-inversion-diff-73fe0a75cd08244f91d1baea7b63b42f9e4be08c.tar.bz2 textual-inversion-diff-73fe0a75cd08244f91d1baea7b63b42f9e4be08c.zip |
Added Dreambooth training script
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,5 +160,6 @@ cython_debug/ | |||
160 | #.idea/ | 160 | #.idea/ |
161 | 161 | ||
162 | text-inversion-model/ | 162 | text-inversion-model/ |
163 | dreambooth-model/ | ||
163 | conf*.json | 164 | conf*.json |
164 | v1-inference.yaml* | 165 | v1-inference.yaml* |