AutoDL官网:AutoDL算力云 | 弹性、好用、省钱。租GPU就上AutoDL

AutoDL 算力平台后台启动命令

COMMANDLINE_ARGS="--listen --port 6006" REQS_FILE="requirements.txt" nohup python launch.py >> logs_launch.log 2>&1 &

备注:
COMMANDLINE_ARGS="--share --gradio-debug --port 6006"   

要改成
COMMANDLINE_ARGS="--listen --port 6006" 

不然服务启动的是临时会话,72小时后服务可能会过期!

常见问题:

问题1:

ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.

需要执行如下命令:

 export no_proxy=localhost,127.0.0.1

问题2:

安装中文界面UI插件报错

AssertionError: extension access disabled because of command line flags

解决方法:

在启动命令里增加: --enable-insecure-extension-access

如下:

COMMANDLINE_ARGS="--enable-insecure-extension-access --listen --port 6006" REQS_FILE="requirements.txt" nohup python launch.py >> logs_launch.log 2>&1 &

  

学术资源加速

声明:限于国内网络环境和跨境网络速度慢的问题,以下为方便用户使用相关资源提供的加速代理,不承诺稳定性保证。此外如遭遇恶意攻击等,将随时停止该加速服务

以下为可以加速访问的学术资源地址:

  • github.com
  • githubusercontent.com
  • githubassets.com
  • huggingface.co

使用方法

设置学术加速,不再区分不同地区

source /etc/network_turbo

取消学术加速,如果不再需要建议关闭学术加速,因为该加速可能对正常网络造成一定影响

unset http_proxy && unset https_proxy

速度对比

未使用加速:

image-20220902184957292

使用加速:

image-20220902185038755

referrence link: 学术资源加速 

GitHub 加速计划 / st / stable-diffusion-webui
137.66 K
26.15 K
下载
AUTOMATIC1111/stable-diffusion-webui - 一个为Stable Diffusion模型提供的Web界面,使用Gradio库实现,允许用户通过Web界面使用Stable Diffusion进行图像生成。
最近提交(Master分支:2 个月前 )
82a973c0 - 3 个月前
1d7e9eca fix image upscale on cpu 3 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐