View different layers, observe U-Net feature maps. Image generation by giving different prompts for each block of the unet: https://note.com/kohya_ss/n/n93b7c01b0547
 
 
 
Go to file
hnmr293 6f85cf6eb5 update README 2023-01-22 01:38:53 +09:00
images update README 2023-01-22 01:38:53 +09:00
javascript add descriptions 2023-01-21 22:58:12 +09:00
scripts support webui commit cbfb4632 2023-01-22 01:27:24 +09:00
.gitignore add README.md 2023-01-02 21:22:31 +09:00
LICENSE add implementation of U-net dumping 2023-01-02 20:40:08 +09:00
README.md update README 2023-01-22 01:38:53 +09:00
README_en.md improve README 2023-01-05 00:30:55 +09:00
style.css add descriptions 2023-01-21 22:58:12 +09:00

README_en.md

An extension for stable-diffusion-webui that adds a custom script which let you to observe U-Net feature maps.

Example

Model Output Image:

Model Output Image

Model: waifu-diffusion-v1-3-float16 (84692140)
Prompt: a cute girl, pink hair
Sampling Method: DPM++ 2M Karras
Size: 512x512
CFG Scale: 7
Seed: 1719471015

U-Net features:

Let the feature value is v, larger |v| is white, and zero is black.

  • IN00 (64x64, 320ch)

step 1

IN00 step1

step 10

IN00 step10

step 20

IN00 step20

  • OUT02 (16x16, 1280ch)

step 20

OUT02 step20

  • OUT11 (64x64, 320ch)

step 1

OUT11 step1

step 10

OUT11 step10

step 20

OUT11 step20

Color map mode:

Red means the value is positive, and blue means the value is negative.

OUT11 step20 cm