commit
34c06a31be
33
README.md
33
README.md
|
|
@ -1,12 +1,12 @@
|
||||||
### Lanuage
|
### Language
|
||||||
[中文](README.cn.md)
|
[中文](README.cn.md)
|
||||||
|
|
||||||
# Stable-Diffusion-Webui-Civitai-Helper
|
# Stable-Diffusion-Webui-Civitai-Helper
|
||||||
Stable Diffusion Webui Extension for Civitai, to handle your models much more easily.
|
Stable Diffusion Webui Extension for Civitai, to handle your models much more easily.
|
||||||
|
|
||||||
# Feature
|
# Features
|
||||||
* Scan all models to download model information and preview images from Civitai.
|
* Scans all models to download model information and preview images from Civitai.
|
||||||
* Modified Build-in "Extra Network" cards, to add following buttons on each card:
|
* Modified Built-in "Extra Network" cards, to add the following buttons on each card:
|
||||||
- 🖼: Modified "replace preview" text into this icon
|
- 🖼: Modified "replace preview" text into this icon
|
||||||
- 🌐: Open this model's Civitai url in a new tab
|
- 🌐: Open this model's Civitai url in a new tab
|
||||||
- 💡: Add this model's trigger words to prompt
|
- 💡: Add this model's trigger words to prompt
|
||||||
|
|
@ -16,31 +16,31 @@ Stable Diffusion Webui Extension for Civitai, to handle your models much more ea
|
||||||
Go to SD webui's extension tab, go to `Install from url` sub-tab.
|
Go to SD webui's extension tab, go to `Install from url` sub-tab.
|
||||||
Copy this project's url into it, click install.
|
Copy this project's url into it, click install.
|
||||||
|
|
||||||
Or, just download this project as zip file, unzip it to `Your SD webui/extensions`.
|
Alternatively, download this project as a zip file, and unzip it to `Your SD webui folder/extensions`.
|
||||||
|
|
||||||
Then reload UI with "Reload UI" Button in Setting tab.
|
Then reload UI with "Reload UI" Button in Setting tab.
|
||||||
|
|
||||||
Done.
|
Done.
|
||||||
|
|
||||||
# How ot use
|
# How to Use
|
||||||
## Scan model
|
## Scanning Models
|
||||||
Go to extension tab "Civitai Helper". There is a button called "Scan Model".
|
Go to extension tab "Civitai Helper". There is a button called "Scan model".
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Click it, extension will scan all your models to generate SHA256 hash, and use this hash, to get model information and preview images from civitai.
|
Click it and the extension will scan all your models to generate SHA256 hashes, using them to retreive model information and preview images from Civitai.
|
||||||
|
|
||||||
For each model, it will create a json file to save all model info from civitai. This model info file will be "Your_model_name.civitai.info" in your model folder.
|
For each model, it will create a json file to save all model info from Civitai. This model info file will be "Your_model_name.civitai.info" in your model folder.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
If a model info file is already exists, it will skip this model. If a model can not be find in civitai, it will create an empty model info file, so it won't scan this model twice.
|
If a model info file already exists, it will be skipped. If a model cannot be found in Civitai, it will create an empty model info file, so the model won't be scanned twice.
|
||||||
|
|
||||||
### Add new models
|
### Adding New Models
|
||||||
When you have some new models, just click this button again, to get new model's information and preview images.
|
When you have some new models, just click this button again, to get new model's information and preview images.
|
||||||
|
|
||||||
## Model Card
|
## Model Card
|
||||||
**(Use this only after you scaned your models!)**
|
**(Use this only after you scanned your models!)**
|
||||||
Open SD webui's build-in "Extra Network" tab, to show model cards.
|
Open SD webui's build-in "Extra Network" tab, to show model cards.
|
||||||
|
|
||||||

|

|
||||||
|
|
@ -54,7 +54,7 @@ Move your mouse on to the bottom of a model card. It will show 4 icon buttons:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
If you click Refresh Button of extra network, those additional buttons will be removed. You can click `Refresh Civitai Helper` button to bring them back.
|
If you click the Refresh Button of extra network, those additional buttons will be removed. You can click the `Refresh Civitai Helper` button to bring them back.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
@ -62,8 +62,8 @@ If you click Refresh Button of extra network, those additional buttons will be r
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
|
||||||
# Known Issue
|
# Known Issues
|
||||||
* It can not force a model link to civitai by model id for now, will add this later.
|
* It cannot force a model link to Civitai by model ID for now. This will be added later.
|
||||||
|
|
||||||
|
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
@ -72,4 +72,3 @@ Enjoy!
|
||||||
* Check if refresh is needed when clicking "Refresh Civitai Helper"
|
* Check if refresh is needed when clicking "Refresh Civitai Helper"
|
||||||
* Add space when adding trigger words
|
* Add space when adding trigger words
|
||||||
* Add memory optimised sha256 as an option
|
* Add memory optimised sha256 as an option
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue