baqu2213 commited on
Commit
32916c9
·
1 Parent(s): 3e53406

Upload 2 files

Browse files
Danbooru Prompt Selector/TEST2024/prompt_selector_auto_1212_testv8.exe CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d955af933c28910c437d6166dcb3a8c68ed22773991b53a81bdb1f9bd6f384a
3
- size 151425735
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2f2f8edb6f177e045a89db86a53acdd85724761530d2879311ec259a264a8e4
3
+ size 151425830
Danbooru Prompt Selector/TEST2024/prompt_selector_auto_1212_testv8.py CHANGED
@@ -1126,7 +1126,7 @@ def NAI_generation_turbo(width, height, button):
1126
  negative = negative_text.get("1.0", "end-1c").strip()
1127
 
1128
  def SELECT(positive):
1129
- lines = positive[:25]
1130
  result = {
1131
  "boys": False,
1132
  "girls": False,
@@ -1305,6 +1305,14 @@ def NAI_generation_turbo(width, height, button):
1305
  sleep2 = sleep1 + random.uniform(13.5,19.5)
1306
  sleep3 = sleep2 + random.uniform(13.5,19.5)
1307
 
 
 
 
 
 
 
 
 
1308
  global auto_count_left_flag, auto_count_left, turbo_stop_bit
1309
  if(auto_count_left_flag and auto_count_left > 0):
1310
  auto_count_left -= 5
 
1126
  negative = negative_text.get("1.0", "end-1c").strip()
1127
 
1128
  def SELECT(positive):
1129
+ lines = positive[:100]
1130
  result = {
1131
  "boys": False,
1132
  "girls": False,
 
1305
  sleep2 = sleep1 + random.uniform(13.5,19.5)
1306
  sleep3 = sleep2 + random.uniform(13.5,19.5)
1307
 
1308
+ if not positive0:
1309
+ if (mac_var.get()==1):
1310
+ window.event_generate(GENERATE_EVENT, when="tail")
1311
+ else:
1312
+ button.config(state=tk.NORMAL)
1313
+ tprint("터보 요구사항 미달")
1314
+ return
1315
+
1316
  global auto_count_left_flag, auto_count_left, turbo_stop_bit
1317
  if(auto_count_left_flag and auto_count_left > 0):
1318
  auto_count_left -= 5