From d72d3e4117c24a7bfe4d8b0d8ef02563a6fb76b8 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Tue, 30 Jul 2024 06:17:07 +0900 Subject: [PATCH] remove --allow-code from example to prevent unintentional use of this dangerous flag --- Command-Line-Arguments-and-Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command-Line-Arguments-and-Settings.md b/Command-Line-Arguments-and-Settings.md index 7384d16..453f555 100644 --- a/Command-Line-Arguments-and-Settings.md +++ b/Command-Line-Arguments-and-Settings.md @@ -23,7 +23,7 @@ The recommended way to specify environment variables is by editing `webui-user.b For example, in Windows: ``` -set COMMANDLINE_ARGS=--allow-code --xformers --skip-torch-cuda-test --no-half-vae --api --ckpt-dir A:\\stable-diffusion-checkpoints +set COMMANDLINE_ARGS=--xformers --skip-torch-cuda-test --no-half-vae --api --ckpt-dir A:\\stable-diffusion-checkpoints ``` ### Running online