diff --git a/launch.py b/launch.py
index a3261c0c52772452f3d547aa56b3fe271161bd9d..6e9ca8dedaeb5ebd244f68657315a5b9a21c0956 100644
--- a/launch.py
+++ b/launch.py
@@ -278,7 +278,7 @@ def prepare_environment():
                 if not is_installed("xformers"):
                     exit(0)
         elif platform.system() == "Linux":
-            run_pip(f"install {xformers_package}", "xformers")
+            run_pip(f"install -U -I --no-deps {xformers_package}", "xformers")
 
     if not is_installed("ngrok") and args.ngrok:
         run_pip("install ngrok", "ngrok")