aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
diff options
context:
space:
mode:
authoryfszzx <yfszzx@gmail.com>2022-10-24 02:10:33 +0000
committeryfszzx <yfszzx@gmail.com>2022-10-24 02:10:33 +0000
commitcef1b89aa2e6c7647db7e93a4cd4ec020da3f2da (patch)
treec41f530c47866587e0e0aab201e77227a0d987cf /modules/shared.py
parent124e44cf1eed1edc68954f63a2a9bc428aabbcec (diff)
downloadstable-diffusion-webui-gfx803-cef1b89aa2e6c7647db7e93a4cd4ec020da3f2da.tar.gz
stable-diffusion-webui-gfx803-cef1b89aa2e6c7647db7e93a4cd4ec020da3f2da.tar.bz2
stable-diffusion-webui-gfx803-cef1b89aa2e6c7647db7e93a4cd4ec020da3f2da.zip
remove browser to extension
Diffstat (limited to 'modules/shared.py')
-rw-r--r--modules/shared.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py
index 5dfd7927..6541e679 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -82,7 +82,6 @@ parser.add_argument("--api", action='store_true', help="use api=True to launch t
parser.add_argument("--nowebui", action='store_true', help="use api=True to launch the api instead of the webui")
parser.add_argument("--ui-debug-mode", action='store_true', help="Don't load model to quickly launch UI")
parser.add_argument("--device-id", type=str, help="Select the default CUDA device to use (export CUDA_VISIBLE_DEVICES=0,1,etc might be needed before)", default=None)
-parser.add_argument("--browse-all-images", action='store_true', help="Allow browsing all images by Image Browser", default=False)
cmd_opts = parser.parse_args()
restricted_opts = [