"...composable_kernel_onnx.git" did not exist on "6091458300996a1b4a4f30ff25a828e8a40df7f2"
Commit 3ddff339 authored by comfyanonymous's avatar comfyanonymous
Browse files

Add commented out command to install the preprocessor nodes to notebook.

parent b9e3f522
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "source": [
"Download some models/checkpoints/vae (uncomment the wget commands for the ones you want)" "Download some models/checkpoints/vae or custom comfyui nodes (uncomment the commands for the ones you want)"
], ],
"metadata": { "metadata": {
"id": "cccccccccc" "id": "cccccccccc"
...@@ -90,7 +90,12 @@ ...@@ -90,7 +90,12 @@
"# ControlNet\n", "# ControlNet\n",
"#!wget https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_depth-fp16.safetensors -P ./models/controlnet/\n", "#!wget https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_depth-fp16.safetensors -P ./models/controlnet/\n",
"#!wget https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_scribble-fp16.safetensors -P ./models/controlnet/\n", "#!wget https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_scribble-fp16.safetensors -P ./models/controlnet/\n",
"#!wget https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_openpose-fp16.safetensors -P ./models/controlnet/\n" "#!wget https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_openpose-fp16.safetensors -P ./models/controlnet/\n",
"\n",
"\n",
"# Controlnet Preprocessor nodes by Fannovel16\n",
"#!cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors; cd comfy_controlnet_preprocessors && python install.py\n",
"\n"
], ],
"metadata": { "metadata": {
"id": "dddddddddd" "id": "dddddddddd"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment