This commit is contained in:
lllyasviel
2024-01-29 07:38:38 -08:00
parent 269e87484f
commit bd334d3aff
4 changed files with 16 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ class PreprocessorNormalBae(Preprocessor):
def __init__(self):
super().__init__()
self.name = 'normalbae'
self.tag = 'NormalMap'
self.tags = ['NormalMap']
self.slider_resolution = PreprocessorParameter(label='Resolution', minimum=128, maximum=2048, value=512, step=8, visible=True)
self.slider_1 = PreprocessorParameter(visible=False)
self.slider_2 = PreprocessorParameter(visible=False)