diff options
author | Volpeon <git@volpeon.ink> | 2022-09-27 22:25:43 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-09-27 22:25:43 +0200 |
commit | f24db8802bd56948727a8c06b00ada367249766e (patch) | |
tree | b4710f9ccb4a981d00ebad95c1a63be93fa32de4 /.gitignore | |
parent | Various improvements, added inference script (diff) | |
download | textual-inversion-diff-f24db8802bd56948727a8c06b00ada367249766e.tar.gz textual-inversion-diff-f24db8802bd56948727a8c06b00ada367249766e.tar.bz2 textual-inversion-diff-f24db8802bd56948727a8c06b00ada367249766e.zip |
Better output dir structure
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -159,8 +159,6 @@ cython_debug/ | |||
159 | # option (not recommended) you can uncomment the following to ignore the entire idea folder. | 159 | # option (not recommended) you can uncomment the following to ignore the entire idea folder. |
160 | #.idea/ | 160 | #.idea/ |
161 | 161 | ||
162 | text-inversion-model/ | 162 | output/ |
163 | dreambooth-model/ | ||
164 | inference/ | ||
165 | conf*.json | 163 | conf*.json |
166 | v1-inference.yaml* | 164 | v1-inference.yaml* |