其他分享
首页 > 其他分享> > 本地运行Colab及Disco Diffusion过程记录Win10

本地运行Colab及Disco Diffusion过程记录Win10

作者:互联网

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的网址

https://colab.research.google.com/drive/1sHfRn5Y0YKYKi1k-ifUSBFRNJ8_1sa39?usp=sharing#scrollTo=LHLiO56OfwgD

在右上角的连接选项里选择连接到本地

 在弹出的方框下输入命令行里复制的网址即可

连接成功如下:

 

 

标签:Diffusion,google,jupyter,https,--,Disco,Colab,research,com
来源: https://www.cnblogs.com/AQRchaos/p/16471264.html