Расширения

:robot: This page have been translated automatically. If you want to improve this translation and remove this warning, see project's repository

Главная информация

Расширения представляют собой более удобную форму пользовательских скриптов.

Все расширения существуют в своих собственных подкаталогах внутри каталога extensions. Вы можете использовать git для установки расширения следующим образом:

git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients extensions/aesthetic-gradients

Это устанавливает расширение из https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients в каталог extensions/aesthetic-gradients.

В качестве альтернативы вы можете просто скопировать и вставить каталог в «extensions».

Для разработки расширений см. Разработка расширений.

Безопасность

Поскольку расширения позволяют пользователю устанавливать и запускать произвольный код, это может быть использовано злонамеренно и отключено по умолчанию при работе с параметрами, позволяющими удаленным пользователям подключаться к серверу (--share или --listen). у вас все еще будет пользовательский интерфейс, но попытка установить что-либо приведет к ошибке. Если вы хотите использовать эти параметры и по-прежнему иметь возможность устанавливать расширения, используйте флаг командной строки --enable-insecure-extension-access.

Расширения

Эстетические градиенты

https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-градиенты

Создайте вложение из одного или нескольких изображений и используйте его, чтобы применить их стиль к сгенерированным изображениям.

firefox_FgKg9dx9eF

Подстановочные знаки

https://github.com/AUTOMATIC1111/stable-diffusion-webui-wildcards

Позволяет вам использовать синтаксис __name__ в приглашении для получения случайной строки из файла с именем name.txt в каталоге подстановочных знаков.

Динамические подсказки

https://github.com/adieyal/sd-динамические-подсказки

Пользовательское расширение для AUTOMATIC1111/stable-diffusion-webui, которое реализует выразительный язык шаблонов для генерации случайных или комбинаторных подсказок, а также функции для поддержки глубокого каталога подстановочных знаков. структуры.

Дополнительные функции и дополнения показаны в readme.

изображение

Используя это расширение, подсказка:

{дом|квартира|домик|коттедж} {летом|зимой|осенью|весной} от {2$$artist1|artist2|artist3}

Будут ли какие-либо из следующих подсказок:

  • Летний домик художника1, художника2
  • Домик осенью от artist3, artist1
  • Коттедж зимой художник2, художник3

Это особенно полезно, если вы ищете интересные сочетания исполнителей и стилей.

Вы также можете выбрать случайную строку из файла. Предполагая, что у вас есть файл Seasons.txt в WILDCARD_DIR (см. ниже), тогда:

__seasons__ приближается

Может генерировать следующее:

  • Зима близко
  • Весна идет

Вы также можете использовать один и тот же подстановочный знак дважды.

Я люблю __seasons__ больше, чем __seasons__

  • Я люблю зиму больше, чем лето
  • Я люблю весну больше, чем весну

Будка мечты

https://github.com/d8ahazard/sd_dreambooth_extension

Dreambooth в пользовательском интерфейсе. Требования к настройке и конфигурации см. в файле readme проекта. Включает LoRA (адаптация низкого ранга)

На основе репозитория ShivamShiaro.

изображение

Умный процесс

https://github.com/d8ahazard/sd_smartprocess

Интеллектуальная обрезка, добавление подписей и улучшение изображений.

изображение

Браузер изображений

https://github.com/yfszzx/stable-diffusion-webui-images-browser

Предоставляет интерфейс для просмотра созданных изображений в веб-браузере.

68747470733a2f2f73362e6a70672e636d2f323032322f31302f32342f504a6a755a742e706e67

Вдохновение

https://github.com/yfszzx/stable-diffusion-webui-inspiration

Произвольное отображение изображений типичного стиля художника или художественного жанра, после выбора отображается больше изображений этого художника или жанра. Так что вам не нужно беспокоиться о том, как сложно выбрать правильный стиль искусства при создании.

68747470733a2f2f73362e6a70672e636d2f323032322f31302f32322f504a596f4e4c2e706e67

Ниже

https://github.com/deforum-art/deforum-for-automatic1111-webui

Официальный порт Deforum, обширный скрипт для 2D- и 3D-анимации, поддерживающий последовательности ключевых кадров, динамические математические параметры (даже внутри подсказок), динамическое маскирование, оценку глубины и деформацию.

ui

Художники для изучения

https://github.com/camenduru/stable-diffusion-webui-artists-to-study

https://artiststostudy.pages.dev/ адаптировано под расширение для веб-интерфейса.

Чтобы установить его, клонируйте репозиторий в каталог «extensions» и перезапустите веб-интерфейс:

git clone https://github.com/camenduru/stable-diffusion-webui-artists-to-study

Вы можете добавить имя исполнителя в буфер обмена, нажав на него. (спасибо за идею @gmaciocci)

изображение

Оценщик эстетических изображений

https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer

Расширение для https://github.com/AUTOMATIC1111/stable-diffusion-webui

Вычисляет эстетическую оценку для сгенерированных изображений с помощью предиктора эстетической оценки CLIP+MLP на основе оценщика Чада. -Чад/blob/main/chad_scorer.py)

См. Обсуждения.

Сохраняет счет в тегах Windows с другими запланированными параметрами

изображение

Редактор тегов набора данных

https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor

Японский файл Readme

Это расширение для редактирования подписей в обучающем наборе данных для веб-интерфейса Stable Diffusion от AUTOMATIC1111.

Он хорошо работает с текстовыми подписями в стиле, разделенном запятыми (например, теги, сгенерированные запросчиком DeepBooru).

Подписи в именах файлов изображений могут быть загружены, но отредактированные подписи могут быть сохранены только в виде текстовых файлов.

изображение

auto-sd-paint-ext

https://github.com/Interpause/auto-sd-paint-ext

Ранее известный как «auto-sd-krita».

Расширение веб-интерфейса AUTOMATIC1111 с плагином Krita (скоро появятся другие студии рисования?)

Устаревшая демо Новый пользовательский интерфейс (ВСЕ: демонстрационное изображение)
demo image demo image 2

Differences

  • UI no longer freezes during image update
  • Inpainting layer no longer has to be manually hidden, nor use white specifically
  • UI has been improved & squeezed further
  • Scripts API is now possible

training-picker

https://github.com/Maurdekye/training-picker

Adds a tab to the webui that allows the user to automatically extract keyframes from video, and manually extract 512x512 crops of those frames for use in model training.

image

Installation

  • Install AUTOMATIC1111’s Stable Diffusion Webui
  • Install ffmpeg for your operating system
  • Clone this repository into the extensions folder inside the webui
  • Drop videos you want to extract cropped frames from into the training-picker/videos folder

Unprompted

https://github.com/ThereforeGames/unprompted

Supercharge your prompt workflow with this powerful scripting language!

unprompted_header

Unprompted is a highly modular extension for AUTOMATIC1111’s Stable Diffusion Web UI that allows you to include various shortcodes in your prompts. You can pull text from files, set up your own variables, process text through conditional functions, and so much more - it’s like wildcards on steroids.

While the intended usecase is Stable Diffusion, this engine is also flexible enough to serve as an all-purpose text generator.

Booru tag autocompletion

https://github.com/DominikDoom/a1111-sd-webui-tagcomplete

Displays autocompletion hints for tags from “image booru” boards such as Danbooru. Uses local tag CSV files and includes a config for customization.

image

novelai-2-local-prompt

https://github.com/animerl/novelai-2-local-prompt

Add a button to convert the prompts used in NovelAI for use in the WebUI. In addition, add a button that allows you to recall a previously used prompt.

pic

Tokenizer

https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer

Adds a tab that lets you preview how CLIP model would tokenize your text.

about

Push to 🤗 Hugging Face

https://github.com/camenduru/stable-diffusion-webui-huggingface

Push Folder to Hugging Face

To install it, clone the repo into the extensions directory and restart the web ui:

git clone https://github.com/camenduru/stable-diffusion-webui-huggingface

pip install huggingface-hub

StylePile

https://github.com/some9000/StylePile

An easy way to mix and match elements to prompts that affect the style of the result.

image

Latent Mirroring

https://github.com/dfaker/SD-latent-mirroring

Applies mirroring and flips to the latent images to produce anything from subtle balanced compositions to perfect reflections

image

Embeddings editor

https://github.com/CodeExplode/stable-diffusion-webui-embedding-editor

Allows you to manually edit textual inversion embeddings using sliders.

image

seed travel

https://github.com/yownas/seed_travel

Small script for AUTOMATIC1111/stable-diffusion-webui to create images that exists between seeds.

shift-attention

https://github.com/yownas/shift-attention

Generate a sequence of images shifting attention in the prompt. This script enables you to give a range to the weight of tokens in a prompt and then generate a sequence of images stepping from the first one to the second.

https://user-images.githubusercontent.com/13150150/193368939-c0a57440-1955-417c-898a-ccd102e207a5.mp4

prompt travel

https://github.com/Kahsolt/stable-diffusion-webui-prompt-travel

Extension script for AUTOMATIC1111/stable-diffusion-webui to travel between prompts in latent space.

Sonar

https://github.com/Kahsolt/stable-diffusion-webui-sonar

Improve the generated image quality, searches for similar (yet even better!) images in the neighborhood of some known image, focuses on single prompt optimization rather than traveling between multiple prompts.

imageimage

Detection Detailer

https://github.com/dustysys/ddetailer

An object detection and auto-mask extension for Stable Diffusion web UI.

conditioning-highres-fix

https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix

This is Extension for rewriting Inpainting conditioning mask strength value relative to Denoising strength at runtime. This is useful for Inpainting models such as sd-v1-5-inpainting.ckpt

image

Randomize

https://github.com/stysmmaker/stable-diffusion-webui-randomize

Allows for random parameters during txt2img generation. This script is processed for all generations, regardless of the script selected, meaning this script will function with others as well, such as AUTOMATIC1111/stable-diffusion-webui-wildcards.

Auto TLS-HTTPS

https://github.com/papuSpartan/stable-diffusion-webui-auto-tls-https

Allows you to easily, or even completely automatically start using HTTPS.

DreamArtist

https://github.com/7eu7d7/DreamArtist-sd-webui-extension

Towards Controllable One-Shot Text-to-Image Generation via Contrastive Prompt-Tuning.

image

WD 1.4 Tagger

https://github.com/toriato/stable-diffusion-webui-wd14-tagger

Uses a trained model file, produces WD 1.4 Tags. Model link - https://mega.nz/file/ptA2jSSB#G4INKHQG2x2pGAVQBn-yd_U5dMgevGF8YYM9CR_R1SY

image

booru2prompt

https://github.com/Malisius/booru2prompt

This SD extension allows you to turn posts from various image boorus into stable diffusion prompts. It does so by pulling a list of tags down from their API. You can copy-paste in a link to the post you want yourself, or use the built-in search feature to do it all without leaving SD.

image

also see:
https://github.com/stysmmaker/stable-diffusion-webui-booru-prompt

gelbooru-prompt

https://github.com/antis0007/sd-webui-gelbooru-prompt

Fetch tags with image hash. Updates planned.

Merge Board

https://github.com/bbc-mc/sdweb-merge-board

Multiple lane merge support(up to 10). Save and Load your merging combination as Recipes, which is simple text.

image

also see:
https://github.com/Maurdekye/model-kitchen

Depth Maps

https://github.com/thygate/stable-diffusion-webui-depthmap-script

Creates depthmaps from the generated images. The result can be viewed on 3D or holographic devices like VR headsets or lookingglass display, used in Render or Game- Engines on a plane with a displacement modifier, and maybe even 3D printed.

image

multi-subject-render

https://github.com/Extraltodeus/multi-subject-render

It is a depth aware extension that can help to create multiple complex subjects on a single image. It generates a background, then multiple foreground subjects, cuts their backgrounds after a depth analysis, paste them onto the background and finally does an img2img for a clean finish.

image

depthmap2mask

https://github.com/Extraltodeus/depthmap2mask

Create masks for img2img based on a depth estimation made by MiDaS.

imageimageimage

ABG_extension

https://github.com/KutsuyaYuki/ABG_extension

Automatically remove backgrounds. Uses an onnx model fine-tuned for anime images. Runs on GPU.

test 00035-4190733039-cow 00021-1317075604-samdoesarts portrait 00025-2023077221-
img_-0002-3313071906-bust shot of person img_-0022-4190733039-cow img_-0008-1317075604-samdoesarts portrait img_-0012-2023077221-

Visualize Cross-Attention

https://github.com/benkyoujouzu/stable-diffusion-webui-visualize-cross-attention-extension

image

Generates highlighted sectors of a submitted input image, based on input prompts. Use with tokenizer extension. See the readme for more info.

DAAM

https://github.com/kousw/stable-diffusion-webui-daam

DAAM stands for Diffusion Attentive Attribution Maps. Enter the attention text (must be a string contained in the prompt) and run. An overlapping image with a heatmap for each attention will be generated along with the original image.

image

https://github.com/dr413677671/PromptGallery-stable-diffusion-webui

Build a yaml file filled with prompts of your character, hit generate, and quickly preview them by their word attributes and modifiers.

image

embedding-inspector

https://github.com/tkalayci71/embedding-inspector

Inspect any token(a word) or Textual-Inversion embeddings and find out which embeddings are similar. You can mix, modify, or create the embeddings in seconds. Much more intriguing options have since been released, see here.

image

Infinity Grid Generator

https://github.com/mcmonkeyprojects/sd-infinity-grid-generator-script

Build a yaml file with your chosen parameters, and generate infinite-dimensional grids. Built-in ability to add description text to fields. See readme for usage details.

image

NSFW checker

https://github.com/AUTOMATIC1111/stable-diffusion-webui-nsfw-censor

Replaces NSFW images with black.

Diffusion Defender

https://github.com/WildBanjos/DiffusionDefender

Prompt blacklist, find and replace, for semi-private and public instances.

Config-Presets

https://github.com/Zyin055/Config-Presets

Adds a configurable dropdown to allow you to change UI preset settings in the txt2img and img2img tabs.

image

Preset Utilities

https://github.com/Gerschel/sd_web_ui_preset_utils

Preset tool for UI. Planned support for some other custom scripts.

image

DH Patch

https://github.com/d8ahazard/sd_auto_fix

Random patches by D8ahazard. Auto-load config YAML files for v2, 2.1 models; patch latent-diffusion to fix attention on 2.1 models (black boxes without no-half), whatever else I come up with.

Riffusion

https://github.com/enlyth/sd-webui-riffusion

Use Riffusion model to produce music in gradio. To replicate original interpolation technique, input the prompt travel extension output frames into the riffusion tab.

imageimage

Save Intermediate Images

https://github.com/AlUlkesh/sd_save_intermediate_images

Implements saving intermediate images, with more advanced features.

image

openOutpaint extension

https://github.com/zero01101/openOutpaint-webUI-extension

A tab with the full openOutpaint UI. Run with the –api flag.

image

Enhanced-img2img

https://github.com/OedoSoldier/enhanced-img2img

An extension with support for batched and better inpainting.

results matching ""

    No results matching ""