Adityadn commited on
Commit
dd9b6f5
·
verified ·
1 Parent(s): adaaf17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ def process():
49
  python_script = "entry_with_update.py"
50
 
51
  # Argument yang ingin Anda tambahkan
52
- # additional_arguments = ["--in-browser", "--directml", "--debug-mode", "--multi-user", "--always-cpu"]
53
- additional_arguments = ["--always-cpu"]
54
 
55
  # Gabungkan semua argumen
56
  PIP = ["pip", "install", "torch_directml"]
 
49
  python_script = "entry_with_update.py"
50
 
51
  # Argument yang ingin Anda tambahkan
52
+ additional_arguments = ["--disable-header-check", "-disable-async-cuda-allocation", "--disable-attention-upcast", "--always-offload-from-vram", "--vae-in-fp16", "--always-cpu"]
53
+ # additional_arguments = ["--always-cpu"]
54
 
55
  # Gabungkan semua argumen
56
  PIP = ["pip", "install", "torch_directml"]