From 63fb51d78130f5f040eafd8a5a8a5f1d49b12c9c Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 14 Oct 2023 21:21:53 +0900 Subject: [PATCH] notebook hotfix --- notebooks/comfyui_colab_with_manager.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/notebooks/comfyui_colab_with_manager.ipynb b/notebooks/comfyui_colab_with_manager.ipynb index 2dacd00..9320e9f 100644 --- a/notebooks/comfyui_colab_with_manager.ipynb +++ b/notebooks/comfyui_colab_with_manager.ipynb @@ -53,7 +53,8 @@ " !git pull\n", "\n", "!echo -= Install dependencies =-\n", - "!pip install xformers!=0.0.18 -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu118 --extra-index-url https://download.pytorch.org/whl/cu117\n", + "#!pip install xformers!=0.0.18 -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu118 --extra-index-url https://download.pytorch.org/whl/cu117\n", + "!pip install xformers!=0.0.18 torch==2.0.1 torchsde einops transformers>=4.25.1 safetensors>=0.3.0 aiohttp accelerate pyyaml Pillow scipy tqdm psutil --extra-index-url https://download.pytorch.org/whl/cu118 --extra-index-url https://download.pytorch.org/whl/cu117\n", "\n", "if OPTIONS['USE_COMFYUI_MANAGER']:\n", " %cd custom_nodes\n", @@ -345,4 +346,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}