remove --allow-code from example to prevent unintentional use of this dangerous flag

w-e-w 2024-07-30 06:17:07 +09:00
parent 9e6b3dca2c
commit d72d3e4117

@ -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