add common issue section to doc

pull/64/head
butaixianran 2023-03-15 23:19:59 +08:00
parent 66861dc10a
commit 40adb31a2a
2 changed files with 54 additions and 0 deletions

View File

@ -166,9 +166,35 @@ civitai不是每个图片都有关键词一个模型中也不是所有预
从v1.5开始。v1.x进入维护阶段。
Enjoy!
## 常见问题
### 4个卡片按钮不显示
这个问题的唯一原因是你没有使用最新版SD webui。
如果你修改过SD webui的文件 你的更新操作可能会失败。你需要检查git命令行的输出信息来确定你更新成功了。
git在很多时候会拒绝升级并告诉你有些冲突需要你手动先解决。如果你不看命令行输出你就会以为你已经更新成功了但其实并没有。
### 扫描或获取模型信息失败
这个插件现在很稳定所以这个问题的原因基本是是因为Civitai拒绝了你的连接请求。
Civitai不像那些大网站那么稳定。他网站会挂还会把API请求转到真人验证页面来拒绝请求。(这个规则暂时关闭了,但他们随时能打开)
对于国内用户,还有代理问题。
所以,这种时候你只能等一下再试。
### 使用colab时扫描失败
首先在google中搜索你看到的错误信息。更有可能是你碰到的是个colab的问题。
如果你确定,你碰到的是扫描模型的时候,出现了内存不足的错误,并且,你已经在用这个扩展的最新版本,那我们也无能为力了。
自从v1.5.5我们已经把扫描模型时的SHA256方法优化到顶了。所以你只剩下2个选择:
* 再次尝试
* 或者购买colab的pro帐号

View File

@ -172,6 +172,34 @@ From v1.5, v1.x goes into maintenance phase.
Enjoy!
## Common Issue
### 4 Button on card didn't show
The only reason for this issue, is you are not using the latest SD webui. So, Make sure you updated it.
Your update could be failed if you have modified SD webui's file. You need to check git command's console log to make sure it is updated.
In many cases, git will just refuse to update and tell you there are some conflicts need you to handle manually. If you don't check the consloe log, you will think your SD webui is updated, but it is not.
### Scan or Get model info failed
This extension now is stable. So, the reason for this most likely is your request has been refused by Civitai.
Civitai is not that stable as those rich websites, it can be down, or re-direct API request to a real human checking page.(This rule is disabled for now, but can be enabled at anytime they want)
So, the only thing you can do is just wait a while then try again.
### Scanning fail when using colab
First of, search your error message with google. Most likely, it will be a colab issue.
If you are sure it is a out of memory issue when scanning models, and you are using this extension's latest version, then there is nothing we can do.
Since v1.5.5, we've already optimized the SHA256 function to the top. So the only 2 choices for you are:
* try again
* or use a pro account of colab.
# Change Log
## v1.5.5
* update SHA256 function, now it just use the code from pip