mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-11-27 06:40:10 +08:00
further repair the /docs page to not break styles with the attempted fix
This commit is contained in:
parent
c7c16f805c
commit
abbecb3e73
@ -199,7 +199,9 @@ class StableDiffusionProcessing:
|
||||
print("sampler_index argument for StableDiffusionProcessing does not do anything; use sampler_name", file=sys.stderr)
|
||||
|
||||
self.comments = {}
|
||||
self.styles = []
|
||||
|
||||
if self.styles is None:
|
||||
self.styles = []
|
||||
|
||||
self.sampler_noise_scheduler_override = None
|
||||
self.s_min_uncond = self.s_min_uncond if self.s_min_uncond is not None else opts.s_min_uncond
|
||||
|
Loading…
Reference in New Issue
Block a user