mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-03 15:52:44 -08:00
further repair the /docs page to not break styles with the attempted fix
This commit is contained in:
parent
c7c16f805c
commit
abbecb3e73
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue