diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,6 @@ __pycache__ *.ckpt +*.safetensors *.pth /ESRGAN/* /SwinIR/* @@ -17,6 +18,7 @@ __pycache__ /webui.settings.bat /embeddings /styles.csv +/params.txt /styles.csv.bak /webui-user.bat /webui-user.sh @@ -25,3 +27,8 @@ __pycache__ /.idea notification.mp3 /SwinIR +/textual_inversion +.vscode +/extensions +/test/stdout.txt +/test/stderr.txt |