Commit abbecb3e authored by AUTOMATIC1111's avatar AUTOMATIC1111

further repair the /docs page to not break styles with the attempted fix

parent c7c16f80
...@@ -199,6 +199,8 @@ class StableDiffusionProcessing: ...@@ -199,6 +199,8 @@ class StableDiffusionProcessing:
print("sampler_index argument for StableDiffusionProcessing does not do anything; use sampler_name", file=sys.stderr) print("sampler_index argument for StableDiffusionProcessing does not do anything; use sampler_name", file=sys.stderr)
self.comments = {} self.comments = {}
if self.styles is None:
self.styles = [] self.styles = []
self.sampler_noise_scheduler_override = None self.sampler_noise_scheduler_override = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment