Upload 2 files
Browse files
Danbooru Prompt Selector/TEST2024/NAIA_0229_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:ef021bafab4f3fceee762c60185089bcb84c1168d25737dd1ea042e04efda617
|
3 |
+
size 854809930
|
Danbooru Prompt Selector/TEST2024/NAIA_0229_testv1.py
CHANGED
@@ -1551,7 +1551,7 @@ class App(customtkinter.CTk, TkinterDnD.DnDWrapper):
|
|
1551 |
self.xy_plot_count = 0
|
1552 |
self.import_image_negative = {}
|
1553 |
|
1554 |
-
self.title("NAIA Beta v1.09.
|
1555 |
self.grid_rowconfigure(0, weight=1)
|
1556 |
#self.columnconfigure(2, weight=1)
|
1557 |
|
@@ -3044,8 +3044,8 @@ class App(customtkinter.CTk, TkinterDnD.DnDWrapper):
|
|
3044 |
_filename = app.image_queue[len(app.image_queue)-1][3]
|
3045 |
if turbo_count >= 1:
|
3046 |
gen_request["reference_image"] = NAIA_generation.image_to_base64(Image.open(_filename))
|
3047 |
-
gen_request["reference_information_extracted"] = 0.
|
3048 |
-
gen_request["reference_strength"] = 0.
|
3049 |
generation_thread = threading.Thread(target=run_generation_turbo, args=(gen_request,), daemon=True)
|
3050 |
generation_thread.start()
|
3051 |
generation_thread.join()
|
@@ -5571,7 +5571,7 @@ public class DPI {
|
|
5571 |
text = text[:start_index]
|
5572 |
except:
|
5573 |
pass
|
5574 |
-
keys = ["steps", "scale", "uncond_scale", "cfg_rescale", "seed", "sampler", "sm", "sm_dyn"]
|
5575 |
for key in keys:
|
5576 |
# μ κ· ννμ ν¨ν΄: key λ€μμ λμ€λ : 곡백μ ν¬ν¨ν ν μ΄λ€ κ°μ΄λ (μ«μ, λ¬Έμμ΄ λ±) 맀μΉ
|
5577 |
pattern = r'"{}":\s*([^,}}]+)'.format(key)
|
@@ -5738,9 +5738,9 @@ public class DPI {
|
|
5738 |
app.prompt_guidance_rescale_entry.insert(0, str(contents['cfg_rescale']))
|
5739 |
app.seed_fix_button.select()
|
5740 |
app.seed_entry.delete(0, "end")
|
5741 |
-
app.seed_entry.insert(0,
|
5742 |
-
app.sampler_var.set(contents['sampler'])
|
5743 |
-
app.sampler_button.set(contents['sampler'])
|
5744 |
if contents['sm'] == True:
|
5745 |
app.sema_button.select()
|
5746 |
else:
|
|
|
1551 |
self.xy_plot_count = 0
|
1552 |
self.import_image_negative = {}
|
1553 |
|
1554 |
+
self.title("NAIA Beta v1.09.4 (Test version 5)")
|
1555 |
self.grid_rowconfigure(0, weight=1)
|
1556 |
#self.columnconfigure(2, weight=1)
|
1557 |
|
|
|
3044 |
_filename = app.image_queue[len(app.image_queue)-1][3]
|
3045 |
if turbo_count >= 1:
|
3046 |
gen_request["reference_image"] = NAIA_generation.image_to_base64(Image.open(_filename))
|
3047 |
+
gen_request["reference_information_extracted"] = 0.9
|
3048 |
+
gen_request["reference_strength"] = 0.45
|
3049 |
generation_thread = threading.Thread(target=run_generation_turbo, args=(gen_request,), daemon=True)
|
3050 |
generation_thread.start()
|
3051 |
generation_thread.join()
|
|
|
5571 |
text = text[:start_index]
|
5572 |
except:
|
5573 |
pass
|
5574 |
+
keys = ["steps", "scale", "uncond_scale", "cfg_rescale", "seed", "noise_schedule", "sampler", "sm", "sm_dyn"]
|
5575 |
for key in keys:
|
5576 |
# μ κ· ννμ ν¨ν΄: key λ€μμ λμ€λ : 곡백μ ν¬ν¨ν ν μ΄λ€ κ°μ΄λ (μ«μ, λ¬Έμμ΄ λ±) 맀μΉ
|
5577 |
pattern = r'"{}":\s*([^,}}]+)'.format(key)
|
|
|
5738 |
app.prompt_guidance_rescale_entry.insert(0, str(contents['cfg_rescale']))
|
5739 |
app.seed_fix_button.select()
|
5740 |
app.seed_entry.delete(0, "end")
|
5741 |
+
app.seed_entry.insert(0, int(contents['seed']))
|
5742 |
+
app.sampler_var.set(contents['sampler'] + ' + ' + contents['noise_schedule'])
|
5743 |
+
app.sampler_button.set(contents['sampler'] + ' + ' + contents['noise_schedule'])
|
5744 |
if contents['sm'] == True:
|
5745 |
app.sema_button.select()
|
5746 |
else:
|