Download or populate models with metadata and preview image from civitai.com
 
 
 
Go to file
butaixianran a184065e5b support subfolder, add memory optimised shad256 2023-03-07 23:27:19 +08:00
img add know issues to doc 2023-03-07 20:47:59 +08:00
javascript support subfolder, add memory optimised shad256 2023-03-07 23:27:19 +08:00
scripts support subfolder, add memory optimised shad256 2023-03-07 23:27:19 +08:00
.gitignore verion 0.1 2023-03-07 16:59:40 +08:00
README.cn.md add chinese doc 2023-03-07 17:59:56 +08:00
README.md support subfolder, add memory optimised shad256 2023-03-07 23:27:19 +08:00

README.md

Lanuage

中文

Stable-Diffusion-Webui-Civitai-Helper

Stable Diffusion Webui Extension for Civitai, to handle your models much more easily.

Feature

  • Scan 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 "replace preview" text into this icon
    • 🌐: Open this model's Civitai url in a new tab
    • 💡: Add this model's trigger words to prompt
    • 🏷: Use this model's preview image's prompt

Install

Go to SD webui's extension tab, go to Install from url sub-tab.
Copy this project's url into it, click install.

Or, just download this project as zip file, unzip it to Your SD webui/extensions.

Then reload UI with "Reload UI" Button in Setting tab.

Done.

How ot use

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.

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.

Add new models

When you have some new models, just click this button again, to get new model's information and preview images.

Model Card

Open SD webui's build-in "Extra Network" tab, to show model cards.

Move your mouse on to the bottom of a model card. It will show 4 icon buttons:

  • 🖼: Modified "replace preview" text into this icon
  • 🌐: Open this model's Civitai url in a new tab
  • 💡: Add this model's trigger words to prompt
  • 🏷: Use this model's preview image's prompt

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.

Enjoy!

Known Issue

  • It can not force a model link to civitai by model id for now, will add this later.

Change Log

v0.2

  • Support subfolders
  • Check if refresh is needed when clicking "Refresh Civitai Helper"
  • Add space when adding trigger words
  • Add memory optimised shad256 as an option