diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-08 09:27:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 09:27:45 +0000 |
commit | 3eea3c4dab96e75afcafbd37c3da5a31cac0f9cb (patch) | |
tree | 6d70f32b06631a936f931cffdcbcf6f877f6adc7 /.gitignore | |
parent | 3a4c6d9ef587354210155ba81e8de7d2ffc3f768 (diff) | |
parent | e817a28b8efbd89b09284b7c76d1defc028df02f (diff) | |
download | stable-diffusion-webui-gfx803-3eea3c4dab96e75afcafbd37c3da5a31cac0f9cb.tar.gz stable-diffusion-webui-gfx803-3eea3c4dab96e75afcafbd37c3da5a31cac0f9cb.tar.bz2 stable-diffusion-webui-gfx803-3eea3c4dab96e75afcafbd37c3da5a31cac0f9cb.zip |
Merge pull request #148 from dgrenner/add-settings-file
Add settings file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,4 +8,5 @@ __pycache__ /ui-config.json /outputs /config.json -/log
\ No newline at end of file +/log +webui.settings.bat
\ No newline at end of file |