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 <the.divine.heir.kuro@gmail.com>
bugfix/interrogate-if-empty
Ririan 2024-05-17 00:06:48 -05:00 committed by GitHub
parent 41f452f81a
commit 6d929765eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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,
],