diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-19 15:40:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 15:40:53 +0000 |
commit | f510a2277ee3641564c13841b04b50293384526f (patch) | |
tree | 361420b2cd639dbd9f1fdbbe4774da0aee7a535a /webui.py | |
parent | f894dd552f68bea27476f1f360ab8e79f3a65b4f (diff) | |
parent | 42fbda83bb9830af18187fddb50c1bedd01da502 (diff) | |
download | stable-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.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)
|