baqu2213 commited on
Commit
779f77e
β€’
1 Parent(s): 27c28e5

Upload 2 files

Browse files
Danbooru Prompt Selector/TEST2024/NAIA_0203_testv2.exe CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b181fe1650c180086599fec283bdd9444e22f2adb356b391d075318eaaae1f4
3
- size 838003288
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fcb0ba3958baa7e722de522249fc84d23c7e409104b2a4a3d5d8ae44130bc3d
3
+ size 838003628
Danbooru Prompt Selector/TEST2024/NAIA_0203_testv2.py CHANGED
@@ -1554,10 +1554,11 @@ class App(customtkinter.CTk):
1554
  self.state_label.configure(text ="state : μžλ™ν™” μ „ ν”„λ‘¬ν”„νŠΈ 검색을 μˆ˜ν–‰ν•˜λŠ” 쀑 μž…λ‹ˆλ‹€", text_color = "#FFFF97")
1555
  prompt_search()
1556
  if self.turbo_button.get() == 1:
1557
- """
1558
  origin = self.text_input.get("0.0", "end-1c")
1559
  pretest = [keyword.strip() for keyword in origin.split(',')]
1560
- if (('sex' not in pretest and 'group sex' not in pretest) or ('1girl' not in pretest and 'girls' not in origin[:20]) or ('1boy' not in pretest and 'boys' not in origin[:20])):
 
 
1561
  self.image_label_report.configure(state="normal")
1562
  self.image_label_report.delete("0.0", "end")
1563
  self.image_label_report.insert("0.0", "<UserAttention> Explicit Turbo κΈ°λŠ₯은 ν”„λ‘¬ν”„νŠΈ 내에 1girl/girls, 1boy/boys, sex/group sexκ°€ μ‘΄μž¬ν•  λ•Œ μ‚¬μš© κ°€λŠ₯ν•©λ‹ˆλ‹€.")
@@ -1577,7 +1578,6 @@ class App(customtkinter.CTk):
1577
  return
1578
  else:
1579
  return
1580
- """
1581
  self.turbo_fail_count = 0
1582
 
1583
  if not self.running_flag:
 
1554
  self.state_label.configure(text ="state : μžλ™ν™” μ „ ν”„λ‘¬ν”„νŠΈ 검색을 μˆ˜ν–‰ν•˜λŠ” 쀑 μž…λ‹ˆλ‹€", text_color = "#FFFF97")
1555
  prompt_search()
1556
  if self.turbo_button.get() == 1:
 
1557
  origin = self.text_input.get("0.0", "end-1c")
1558
  pretest = [keyword.strip() for keyword in origin.split(',')]
1559
+ if ('*(split nsfw)' in pretest or '*(split nsfw)-rand' in pretest):
1560
+ pass
1561
+ elif (('sex' not in pretest and 'group sex' not in pretest) or ('1girl' not in pretest and 'girls' not in origin[:20]) or ('1boy' not in pretest and 'boys' not in origin[:20])):
1562
  self.image_label_report.configure(state="normal")
1563
  self.image_label_report.delete("0.0", "end")
1564
  self.image_label_report.insert("0.0", "<UserAttention> Explicit Turbo κΈ°λŠ₯은 ν”„λ‘¬ν”„νŠΈ 내에 1girl/girls, 1boy/boys, sex/group sexκ°€ μ‘΄μž¬ν•  λ•Œ μ‚¬μš© κ°€λŠ₯ν•©λ‹ˆλ‹€.")
 
1578
  return
1579
  else:
1580
  return
 
1581
  self.turbo_fail_count = 0
1582
 
1583
  if not self.running_flag: