diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-01-28 17:53:57 -0500 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2025-01-28 17:53:57 -0500 |
commit | 671c17918c877e64aee7c730f32aac9ded9d5915 (patch) | |
tree | 5dd489a1da533123245d4f276e2ef11c87764047 /.gitignore | |
parent | b067c48e5db91796c96c982011421713b0187ae4 (diff) |
reduce args for generate_image by using a config class. update ignore to account for idea folder, re-org code to increase speed.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ | |||
1 | *.png | 1 | *.png |
2 | *.log | 2 | *.log |
3 | prompts.txt | 3 | prompts.txt |
4 | .idea | ||
5 | Flux.egg-info \ No newline at end of file | ||