Browse Source

update notebook

pull/226/head
Dr.Lt.Data 12 months ago
parent
commit
549e53ba5f
  1. 2
      notebooks/comfyui_colab_with_manager.ipynb

2
notebooks/comfyui_colab_with_manager.ipynb

@ -55,7 +55,7 @@
"!echo -= Install dependencies =-\n",
"#Remove cu121 as it causes issues in Colab.\n",
"#!pip install xformers!=0.0.18 -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu121 --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",
"!pip3 install torch torchsde einops transformers>=4.25.1 safetensors>=0.3.0 aiohttp accelerate pyyaml Pillow scipy tqdm psutil --index-url https://download.pytorch.org/whl/cu118\n",
"\n",
"if OPTIONS['USE_COMFYUI_MANAGER']:\n",
" %cd custom_nodes\n",

Loading…
Cancel
Save