mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Fix some stuff in colab notebook.
This commit is contained in:
parent
6b852d31bc
commit
7996420fe4
@ -51,7 +51,7 @@
|
|||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"source": [
|
"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/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"
|
"!wget https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix2/AbyssOrangeMix2_hard.safetensors -P ./models/checkpoints/\n"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
@ -95,7 +95,7 @@
|
|||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"source": [
|
"source": [
|
||||||
"from google.colab import output\n",
|
"from google.colab import output\n",
|
||||||
"print(\"click this once the GUI is loaded:\")\n",
|
"print(\"open this next link instead once the software prints: To see the GUI go to\")\n",
|
||||||
"output.serve_kernel_port_as_window(8188)\n",
|
"output.serve_kernel_port_as_window(8188)\n",
|
||||||
"!sed -i 's/127.0.0.1/0.0.0.0/g' main.py\n",
|
"!sed -i 's/127.0.0.1/0.0.0.0/g' main.py\n",
|
||||||
"!python main.py"
|
"!python main.py"
|
||||||
|
Loading…
Reference in New Issue
Block a user