baqu2213 commited on
Commit
664b59d
·
1 Parent(s): 32916c9

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:d2f2f8edb6f177e045a89db86a53acdd85724761530d2879311ec259a264a8e4
3
- size 151425830
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dd627d8513db0fac4e390eee44b7455306ec0dba5a1d7f02deb0d426df92e70
3
+ size 151425730
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[:100]
1130
  result = {
1131
  "boys": False,
1132
  "girls": False,
@@ -1305,14 +1305,6 @@ 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
- 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
 
1126
  negative = negative_text.get("1.0", "end-1c").strip()
1127
 
1128
  def SELECT(positive):
1129
+ lines = positive
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
  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