stable diffusion 扩展报错解决方法

使用 stable diffusion 扩展,点击“检查更新”时出现以下错误:AssertionError: extension access disabled because of command line flags,中文意思说:AssertionError:由于命令行标志,扩展访问被禁用,可以用下面方法解决:

打开 stable diffusion 启动文件:webui-user.bat,编辑“ set COMMANDLINE_ARGS= ”一栏,加上: –enable-insecure-extension-access,保存并重启 stable diffusion ,问题解决。

相关主题:Stable Diffusion 生成时报错解决方法:ValueError: Query/Key/Value should all have the same dtype query.dtype: torch.float32 key.dtype : torch.float32 value.dtype: torch.float16