From 671c17918c877e64aee7c730f32aac9ded9d5915 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Tue, 28 Jan 2025 17:53:57 -0500 Subject: reduce args for generate_image by using a config class. update ignore to account for idea folder, re-org code to increase speed. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 96ef086..73f016a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.png *.log prompts.txt +.idea +Flux.egg-info \ No newline at end of file -- cgit v1.1