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
d8af790f
"ppstructure/vscode:/vscode.git/clone" did not exist on "6fe387ce03bd06cecfcee34dab8be17eec89f93b"
Commit
d8af790f
authored
Jan 27, 2023
by
comfyanonymous
Browse files
Small colab notebook fix.
parent
266db206
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
notebooks/comfyui_colab.ipynb
notebooks/comfyui_colab.ipynb
+4
-2
No files found.
notebooks/comfyui_colab.ipynb
View file @
d8af790f
...
@@ -106,8 +106,10 @@
...
@@ -106,8 +106,10 @@
" break\n",
" break\n",
" sock.close()\n",
" sock.close()\n",
" from google.colab import output\n",
" from google.colab import output\n",
" x = output.serve_kernel_port_as_window(port)\n",
" output.serve_kernel_port_as_iframe(port, height=1024)\n",
" x = output.serve_kernel_port_as_iframe(port, height=1024)\n",
" print(\"to open it in a window you can open this link here:\")\n",
" output.serve_kernel_port_as_window(port)\n",
"\n",
"threading.Thread(target=iframe_thread, daemon=True, args=(8188,)).start()\n",
"threading.Thread(target=iframe_thread, daemon=True, args=(8188,)).start()\n",
"\n",
"\n",
"!python main.py"
"!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