上期图文教程,我们分享了stable diffusion webui项目的安装操作,由于stable diffusion webui项目是英文项目,且里面涉及到很多设置与参数,这样针对stable diffusion webui项目的汉化操作就显得尤其重要了,本期,我们介绍一下stable diffusion webui的汉化操作与基础参数的含义。
stable diffusion webui UI界面介绍与参数解析
当我们安装完成stable diffusion webui项目后,我们可以使用如下代码进行项目的启动
!python launch.py --share --xformers --enable-insecure-extension-access
当然若喜欢暗黑模式,可以添加如下参数
!python launch.py --share --xformers --enable-insecure-extension-access --theme dark
项目启动后,我们点击public URL进行项