This commit is contained in:
lllyasviel
2024-01-29 08:26:43 -08:00
parent 1766710141
commit 3f21e6c621
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ class PreprocessorNormalBae(Preprocessor):
self.slider_3 = PreprocessorParameter(visible=False)
self.show_control_mode = True
self.do_not_need_model = False
self.sorting_priority = 0.0 # higher goes to top in the list
self.sorting_priority = 100 # higher goes to top in the list
def load_model(self):
if self.model_patcher is not None: