Skip to content

GustavSO/sd-webui-model-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Diffusion webui Model Manager

A work in progress extension for AUTOMATIC1111's WebUI, with the aim of streamlining the downloading, organizing, and editing of the various types of models


mm_preview.mp4

Features 💡

Fetch and download various models from Civitai ⬇️

  • Supports multiple different model types:
    • Checkpoints
    • LoRA
    • LyCORIS
    • DoRA
    • Hypernetworks
    • Embeddings

View and Edit Model Details 🔍

  • See and change many properties of the model before downloading it:
    • Customize the filename
    • Choose the target directory
    • Select preview image
    • Adjust trigger words

Auto Naming 🏷️

  • An extensive suite of settings for automatic filename modification upon model retrieval:
    • Dynamic naming structuring using model attributes like base model, version, creator, etc.
    • Filter out characters from specific alphabets
    • Exclude specific words or phrases
    • Automatically trim excess whitespaces
    • Eliminate illegal filename characters
    • And much more

Auto Folder Selection 📂

  • Save time by setting default folders for each main tag on Civitai, eliminating the need for manual folder selection during downloads.
    • Currently only works for LoRA, DoRA and LyCORIS

Quick Access to Source 🌐

  • Easily open the original download page for any model by clicking the globe button on the model card, allowing you to quickly revisit and explore the source.

Cache, Hash, and Fetch Additional Information 🗃️

  • Cache your installed models, offering a detailed data breakdown for each model type.
  • Hash your installed models and use these hashes to retrieve additional information via the Civitai API.
    • Currently only fetches the orignal download url
  • Supports different hashing algorithms:
    • CRC-32
    • Blake3
    • SHA256.

Highly Customizable 🎛️

  • Extensive settings provide numerous options for users to tailor features to their specific needs and preferences.

Work-in-Progress 🚧

  • Scrape models from your Civitai notifications page