mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-13 17:09:49 +00:00
i
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user