diff --git a/README.cn.md b/README.cn.md index 588c36e..c1c07d3 100644 --- a/README.cn.md +++ b/README.cn.md @@ -133,6 +133,25 @@ zixaphir写了一个详细的教程: [wiki](https://github.com/zixaphir/Stable-D * 复制生成的api key字符串,粘贴到本扩展设置页面 -> Civitai API Key 部分. * 保存设置,并重启SD webui + +### Civitai网站上的内容可见设置 +在你的Civitai帐号设置页面,有一个环节叫做:"Content Controls" 和 "Content Moderation". + +如果你在那里设置了隐藏一些内容,那么本扩展就无法获取对应种类的模型。 + +要能够获取所有内容,你需要: + +* 像前文提到的,设置Civitai API Key + +* 并且在Civitai中,开启显示所有内容,类似如下截图: + +![](img/civitai_content_control_01.jpg) + +![](img/civitai_content_control_02.jpg) + + + + ## 预览图 Extra Network支持两种预览图命名:`model_name.png` 和 `model_name.preview.png`。其中,`model_name.png`优先级较高。 diff --git a/README.md b/README.md index 3ed45a7..da910d1 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,22 @@ Here is a simple tutorial: * Copy the api key string, paste to this extension's setting page -> Civitai API Key section. * Save setting and Reload SD webui +### Content Setting of Civitai +On your civitai account's setting page, there are sections for "Content Controls" and "Content Moderation". + +If you hide some content types there, then you won't be able to get those models with this extension. + +To get all kinds of models, you need to + +* Set your Civitai API Key like above. + +* And turn on all content types on civitai's account setting like following: + +![](img/civitai_content_control_01.jpg) + +![](img/civitai_content_control_02.jpg) + + ## Preview Image Extra network uses both `model_file.png` and `model_file.preview.png` as preview image. But `model_file.png` has higher priority, because it is created by yourself. diff --git a/img/civitai_content_control_01.jpg b/img/civitai_content_control_01.jpg new file mode 100644 index 0000000..1f60f8d Binary files /dev/null and b/img/civitai_content_control_01.jpg differ diff --git a/img/civitai_content_control_02.jpg b/img/civitai_content_control_02.jpg new file mode 100644 index 0000000..104353b Binary files /dev/null and b/img/civitai_content_control_02.jpg differ