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
7996420f
Commit
7996420f
authored
Jan 26, 2023
by
comfyanonymous
Browse files
Fix some stuff in colab notebook.
parent
6b852d31
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
notebooks/comfyui_colab.ipynb
notebooks/comfyui_colab.ipynb
+2
-2
No files found.
notebooks/comfyui_colab.ipynb
View file @
7996420f
...
...
@@ -51,7 +51,7 @@
"cell_type": "code",
"source": [
"!wget https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt -P ./models/checkpoints/\n",
"!wget https://huggingface.co/stabilityai/sd-vae-ft-mse-original/
blob
/main/vae-ft-mse-840000-ema-pruned.safetensors -P ./models/vae/\n",
"!wget https://huggingface.co/stabilityai/sd-vae-ft-mse-original/
resolve
/main/vae-ft-mse-840000-ema-pruned.safetensors -P ./models/vae/\n",
"!wget https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix2/AbyssOrangeMix2_hard.safetensors -P ./models/checkpoints/\n"
],
"metadata": {
...
...
@@ -95,7 +95,7 @@
"cell_type": "code",
"source": [
"from google.colab import output\n",
"print(\"
c
li
c
k
this
once the
GUI is loaded:
\")\n",
"print(\"
open this next
li
n
k
instead
once the
software prints: To see the GUI go to
\")\n",
"output.serve_kernel_port_as_window(8188)\n",
"!sed -i 's/127.0.0.1/0.0.0.0/g' main.py\n",
"!python main.py"
...
...
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