diff --git a/notebooks/comfyui_colab.ipynb b/notebooks/comfyui_colab.ipynb index b260386eb..4c08f1676 100644 --- a/notebooks/comfyui_colab.ipynb +++ b/notebooks/comfyui_colab.ipynb @@ -35,8 +35,7 @@ "source": [ "!git clone https://github.com/comfyanonymous/ComfyUI\n", "%cd ComfyUI\n", - "!pip install -r requirements.txt\n", - "!pip install xformers\n", + "!pip install xformers -r requirements.txt\n", "!sed -i 's/v1-inference.yaml/v1-inference_fp16.yaml/g' webshit/index.html" ] },