aboutsummaryrefslogtreecommitdiffstats
path: root/webui.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-10-19 15:40:53 +0000
committerGitHub <noreply@github.com>2022-10-19 15:40:53 +0000
commitf510a2277ee3641564c13841b04b50293384526f (patch)
tree361420b2cd639dbd9f1fdbbe4774da0aee7a535a /webui.py
parentf894dd552f68bea27476f1f360ab8e79f3a65b4f (diff)
parent42fbda83bb9830af18187fddb50c1bedd01da502 (diff)
downloadstable-diffusion-webui-gfx803-f510a2277ee3641564c13841b04b50293384526f.tar.gz
stable-diffusion-webui-gfx803-f510a2277ee3641564c13841b04b50293384526f.tar.bz2
stable-diffusion-webui-gfx803-f510a2277ee3641564c13841b04b50293384526f.zip
Merge pull request #3086 from discus0434/master
Add settings for multi-layer structure hypernetworks
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui.py b/webui.py
index 71724c3b..177bef74 100644
--- a/webui.py
+++ b/webui.py
@@ -140,7 +140,7 @@ def webui(launch_api=False):
create_api(app)
wait_on_server(demo)
-
+
sd_samplers.set_samplers()
print('Reloading Custom Scripts')
@@ -158,4 +158,4 @@ if __name__ == "__main__":
if cmd_opts.nowebui:
api_only()
else:
- webui(cmd_opts.api) \ No newline at end of file
+ webui(cmd_opts.api)