mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-10 18:09:58 +00:00
typo
This commit is contained in:
@@ -18,7 +18,7 @@ class PreprocessorNormalBae(Preprocessor):
|
||||
super().__init__()
|
||||
self.name = 'normalbae'
|
||||
self.tags = ['NormalMap']
|
||||
self.model_filename_filers = ['normal']
|
||||
self.model_filename_filters = ['normal']
|
||||
self.slider_resolution = PreprocessorParameter(
|
||||
label='Resolution', minimum=128, maximum=2048, value=512, step=8, visible=True)
|
||||
self.slider_1 = PreprocessorParameter(visible=False)
|
||||
|
||||
Reference in New Issue
Block a user