From 328034076c2c72c1686c45c5e1dc73b6597ed5d6 Mon Sep 17 00:00:00 2001 From: "hongliang.yuan" Date: Thu, 24 Jul 2025 10:16:50 +0800 Subject: [PATCH] because of #9031, don't need --disable-cuda-malloc --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3189a386b..a148623cd 100644 --- a/README.md +++ b/README.md @@ -299,9 +299,7 @@ For models compatible with Cambricon Extension for PyTorch (torch_mlu). Here's a For models compatible with Iluvatar Extension for PyTorch. Here's a step-by-step guide tailored to your platform and installation method: 1. Install the Iluvatar Corex Toolkit by adhering to the platform-specific instructions on the [Installation](https://support.iluvatar.com/#/DocumentCentre?id=1&nameCenter=2&productId=520117912052801536) -2. Launch ComfyUI by running `python main.py --disable-cuda-malloc` - -> **Note**: Due to limited support for cudaMallocAsync, so add `--disable-cuda-malloc` for compatibility. +2. Launch ComfyUI by running `python main.py` # Running