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
parent
41f452f81a
commit
6d929765eb
|
|
@ -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,
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue