Browse Source

update DB

pull/149/head
Dr.Lt.Data 1 year ago
parent
commit
82036c85e0
  1. 1
      extension-node-map.json
  2. 1
      node_db/new/extension-node-map.json
  3. 3
      notebooks/comfyui_colab_with_manager.ipynb

1
extension-node-map.json

@ -2004,6 +2004,7 @@
"Get Models",
"Get Prompt",
"HypernetworkLoader (dirty)",
"ImageBatchToImageList",
"InRange (hsv)",
"Inpaint",
"Input/String to Int Array",

1
node_db/new/extension-node-map.json

@ -2004,6 +2004,7 @@
"Get Models",
"Get Prompt",
"HypernetworkLoader (dirty)",
"ImageBatchToImageList",
"InRange (hsv)",
"Inpaint",
"Input/String to Int Array",

3
notebooks/comfyui_colab_with_manager.ipynb

@ -53,8 +53,7 @@
" !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 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",
"!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",
"\n",
"if OPTIONS['USE_COMFYUI_MANAGER']:\n",
" %cd custom_nodes\n",

Loading…
Cancel
Save