This commit is contained in:
lllyasviel
2024-01-29 18:07:16 -08:00
parent 95737eac9e
commit e34f4cdd9c
5 changed files with 10 additions and 10 deletions

View File

@@ -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)