mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
further repair the /docs page to not break styles with the attempted fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user