Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
3ddff339
Commit
3ddff339
authored
Mar 03, 2023
by
comfyanonymous
Browse files
Add commented out command to install the preprocessor nodes to notebook.
parent
b9e3f522
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
notebooks/comfyui_colab.ipynb
notebooks/comfyui_colab.ipynb
+7
-2
No files found.
notebooks/comfyui_colab.ipynb
View file @
3ddff339
...
...
@@ -42,7 +42,7 @@
{
"cell_type": "markdown",
"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": {
"id": "cccccccccc"
...
...
@@ -90,7 +90,12 @@
"# 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_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": {
"id": "dddddddddd"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment