pan commited on
Update run_webui.sh
Browse files- run_webui.sh +3 -0
run_webui.sh
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
python launch.py --xformers --listen --no-download-sd-model
|