Skip to content

Commit

Permalink
更新疑难解答
Browse files Browse the repository at this point in the history
  • Loading branch information
licyk committed Aug 4, 2024
1 parent 1bede08 commit 5b5cb3f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/help/sd_webui.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,4 +741,13 @@ ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you
python -m pip cache purge
```

执行完命令后再重试。
执行完命令后再重试。

***

## ModuleNotFound: No module named 'jsonmerge'
这可能是 jsonmerge 软件包版本有问题 / 未安装,需要重新安装。点击启动器的高级选项 -> 环境维护 -> 重装单个 Python 组件,输入`jsonmerge==1.8.0`后点击重新安装。

如果重新安装后重新启动还出现该问题,可以尝试将关闭镜像源,在绘世启动器的设置中将 PyPI 国内镜像关闭,再重新使用上面的步骤重新安装 jsonmerge。

如果问题依旧存在,可尝试禁用一些插件后重新安装 jsonmerge。

0 comments on commit 5b5cb3f

Please sign in to comment.