Browse Source

notebook hotfix

pull/140/head
Dr.Lt.Data 1 year ago
parent
commit
63fb51d781
  1. 5
      notebooks/comfyui_colab_with_manager.ipynb

5
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
}
}

Loading…
Cancel
Save