Local Latent Upscaler. Target an area to selectively enhance details.
 
 
 
Go to file
hnmr 6c5ac1b0aa fix #38 2023-12-30 18:00:13 +09:00
images add mask 2023-05-02 18:18:15 +09:00
javascript fixes for #22, #23, #24, #31, #33) 2023-11-14 00:34:48 +09:00
scripts fix #38 2023-12-30 18:00:13 +09:00
.gitignore add background image #13 2023-04-01 14:20:49 +09:00
LICENSE implement 2023-02-25 13:37:26 +09:00
README.md add mask 2023-05-02 18:18:15 +09:00
style.css fixes for #22, #23, #24, #31, #33) 2023-11-14 00:34:48 +09:00

README.md

LLuL - Local Latent upscaLer

cover

https://user-images.githubusercontent.com/120772120/221390831-9fbccdf8-5898-4515-b988-d6733e8af3f1.mp4

What is this?

This is an extension for stable-diffusion-webui which lets you to upscale latents locally.

See above image. This is all what this extension does.

Usage

  1. Select Enabled checkbox.
  2. Move gray box where you want to apply upscaling.
  3. Generate image.

Examples

sample 2

sample 3

sample 4

sample 5

  • Weight 0.00 -> 0.20 Animation

https://user-images.githubusercontent.com/120772120/221390834-7e2c1a1a-d7a6-46b0-8949-83c4d5839c33.mp4

Mask

The mask is now available.

Each pixel values of the mask are treated as the scale factors of the interpolation weight. White is 1.0 (enabled), black is 0.0 (disabled) and gray reduces the weights.

mask sample

How it works

description of process