Skip to content

Model Manager for AUTOMATIC1111's stable-diffusion-webui

Notifications You must be signed in to change notification settings

GustavSO/sd-webui-model-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 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 (Checkpoints, LoRAs, LyCORIS, TIs etc.)

Alt Text

Development Strategy

Development will focus on one feature at a time. The current priority is optimizing the download functionality. The core features are: downloading, organizing, and editing. These features will be implemented in the mentioned order.

Each large feature improvement will be marked with a 0.X.0 version increase.

Current Features

Downloading

Fetch and download various models from Civitai

  • Supported model types:
    • Checkpoints
    • LoRA
    • LyCORIS
    • DoRA
    • Hypernetworks
    • Embeddings
  • See and edit various properties before downloading
    • Target directory
    • Filename
    • Preview Image
    • Trigger Words
  • Select which version of the model to download

Auto Naming

An extensive suite of settings for automatic Filename modification upon fetching a model:

  • Dynamic naming structuring using model attributes like base model, version, creator, etc.
  • Filter characters from specific alphabets
  • Exclude specific words or phrases
  • Automatically trim whitespaces
  • Remove illegal filename characters
  • Many more