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
3263a2bf
Commit
3263a2bf
authored
Feb 25, 2023
by
comfyanonymous
Browse files
Colab notebook improvements.
parent
c0fb0c84
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
24 deletions
+5
-24
notebooks/comfyui_colab.ipynb
notebooks/comfyui_colab.ipynb
+5
-24
No files found.
notebooks/comfyui_colab.ipynb
View file @
3263a2bf
...
...
@@ -43,7 +43,7 @@
{
"cell_type": "markdown",
"source": [
"Download some models/checkpoints/vae
:
"
"Download some models/checkpoints/vae
(uncomment the ones you want)
"
],
"metadata": {
"id": "cccccccccc"
...
...
@@ -54,7 +54,10 @@
"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/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"
"#!wget https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix2/AbyssOrangeMix2_hard.safetensors -P ./models/checkpoints/\n",
"#!wget https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix3/AOM3A1.safetensors -P ./models/checkpoints/\n",
"#!wget https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix3/AOM3A3.safetensors -P ./models/checkpoints/\n",
"#!wget https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/VAEs/orangemix.vae.pt -P ./models/vae/\n",
],
"metadata": {
"id": "dddddddddd"
...
...
@@ -62,28 +65,6 @@
"execution_count": null,
"outputs": []
},
{
"cell_type": "markdown",
"source": [
"Optional: Launch a http server to see the output pics (you can also download them by browsing to the output directory with colab):"
],
"metadata": {
"id": "eeeeeeeeee"
}
},
{
"cell_type": "code",
"source": [
"from google.colab import output\n",
"output.serve_kernel_port_as_window(8000)\n",
"get_ipython().system_raw('cd output && python3 -m http.server 8000 &') "
],
"metadata": {
"id": "ffffffffff"
},
"execution_count": null,
"outputs": []
},
{
"cell_type": "markdown",
"source": [
...
...
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