Commit abbecb3e authored by AUTOMATIC1111's avatar AUTOMATIC1111
Browse files

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

parent c7c16f80
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -199,6 +199,8 @@ class StableDiffusionProcessing:
            print("sampler_index argument for StableDiffusionProcessing does not do anything; use sampler_name", file=sys.stderr)

        self.comments = {}

        if self.styles is None:
            self.styles = []

        self.sampler_noise_scheduler_override = None