diff options
-rw-r--r-- | launch.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,5 +123,5 @@ def start_webui(): import webui
webui.webui()
-
-start_webui()
+if __name__ == "__main__":
+ start_webui()
|
![]() |
index : stable-diffusion-webui-gfx803.git | |
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | launch.py | 4 |
@@ -123,5 +123,5 @@ def start_webui(): import webui
webui.webui()
-
-start_webui()
+if __name__ == "__main__":
+ start_webui()
|