From 6d929765ebfdd4a1073f335e486f4c4ad1627b5b Mon Sep 17 00:00:00 2001 From: Ririan <52671181+Ririan@users.noreply.github.com> Date: Fri, 17 May 2024 00:06:48 -0500 Subject: [PATCH] Add missing Z3D threshold (#95) Currently attempting to use the Z3D interrogator doesn't work because the threshold value isn't getting passed into the load_dataset function. This fixes that. Co-authored-by: The Divine Heir --- scripts/tag_editor_ui/block_load_dataset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tag_editor_ui/block_load_dataset.py b/scripts/tag_editor_ui/block_load_dataset.py index 0bdeb62..96f0b63 100644 --- a/scripts/tag_editor_ui/block_load_dataset.py +++ b/scripts/tag_editor_ui/block_load_dataset.py @@ -199,6 +199,7 @@ class LoadDatasetUI(UIBase): self.sl_custom_threshold_booru, self.cb_use_custom_threshold_waifu, self.sl_custom_threshold_waifu, + self.sl_custom_threshold_z3d, toprow.cb_save_kohya_metadata, toprow.tb_metadata_output, ],