允许 Colaboratory 连接到在本地运行的 Jupyter 服务器以使用Disco Diffusion
disco diffusion是一个Ai作画软件,可在云端运行,如果本机显卡支持的话,也可以部署到本地运行,官方本地部署教程网址如下:
https://research.google.com/colaboratory/local-runtimes.html
上一篇已安装Jupyter,直接从第二步开始,在命令行依次运行:
pip install jupyter_http_over_ws
jupyter serverextension enable --py jupyter_http_over_ws
看到0.0.7 ok表示安装成功,然后再输入以下内容
jupyter notebook --NotebookApp.allow_origin='https://colab.research.google.com' --port=8888 --NotebokApp.port_retries=0
在下图复制红框中任一网址
然后打开Disco Diffusion的网址
在右上角的连接选项里选择连接到本地
在弹出的方框下输入命令行里复制的网址即可
连接成功如下: