Upload 2 files
Browse files
Danbooru Prompt Selector/TEST2024/NAIA_0226_testv1.exe
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2949964cb601d2a79a2f014d8e6c8a39b2cbffd9fa0ef2c75cf6c17e8a77875d
|
3 |
+
size 889007554
|
Danbooru Prompt Selector/TEST2024/NAIA_0226_testv1.py
CHANGED
@@ -2915,11 +2915,6 @@ class App(customtkinter.CTk, TkinterDnD.DnDWrapper):
|
|
2915 |
self.image_label.configure(image=instant_result_image)
|
2916 |
set_image_to_queue(result_image, result_prompt, result_seed, filename)
|
2917 |
#자동화 체크
|
2918 |
-
if self.finish_series_gen_request == True:
|
2919 |
-
self.wildcard_preopen_repeat = 1
|
2920 |
-
self.wildcard_preopen_repeat_current = self.wildcard_preopen_repeat
|
2921 |
-
self.automation_button.deselect()
|
2922 |
-
self.finish_series_gen_request == False
|
2923 |
if self.automation_button.get() == 1:
|
2924 |
instant_wait = random.uniform(3.5, 5.5) + self.delay_offset
|
2925 |
if instant_wait < 0 : instant_wait = 0.5
|
@@ -3043,6 +3038,13 @@ class App(customtkinter.CTk, TkinterDnD.DnDWrapper):
|
|
3043 |
else:
|
3044 |
self.image_generation_button.configure(state="normal")
|
3045 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3046 |
if self.turbo_button.get() == 0:
|
3047 |
generation_thread = threading.Thread(target=run_generation, daemon=True)
|
3048 |
generation_thread.start()
|
|
|
2915 |
self.image_label.configure(image=instant_result_image)
|
2916 |
set_image_to_queue(result_image, result_prompt, result_seed, filename)
|
2917 |
#자동화 체크
|
|
|
|
|
|
|
|
|
|
|
2918 |
if self.automation_button.get() == 1:
|
2919 |
instant_wait = random.uniform(3.5, 5.5) + self.delay_offset
|
2920 |
if instant_wait < 0 : instant_wait = 0.5
|
|
|
3038 |
else:
|
3039 |
self.image_generation_button.configure(state="normal")
|
3040 |
|
3041 |
+
if self.finish_series_gen_request == True:
|
3042 |
+
self.wildcard_preopen_repeat = 1
|
3043 |
+
self.wildcard_preopen_repeat_current = self.wildcard_preopen_repeat
|
3044 |
+
self.automation_button.deselect()
|
3045 |
+
self.finish_series_gen_request = False
|
3046 |
+
self.series_generation = []
|
3047 |
+
|
3048 |
if self.turbo_button.get() == 0:
|
3049 |
generation_thread = threading.Thread(target=run_generation, daemon=True)
|
3050 |
generation_thread.start()
|