File size: 1,195 Bytes
e0a5197
 
1501a91
 
e0a5197
 
 
 
992410c
1501a91
 
 
e0a5197
992410c
1501a91
 
 
 
 
 
992410c
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
- [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
- [hako-mikan/sd-webui-supermerger](https://github.com/hako-mikan/sd-webui-supermerger)

# Checkpoints

- [blue_pencil-XL-v3.1.0](https://huggingface.co/bluepen5805/blue_pencil-XL)
- [ANIMAGINE XL 3.0](https://huggingface.co/cagliostrolab/animagine-xl-3.0)
- [ANIMAGINE XL 2.0](https://huggingface.co/Linaqruf/animagine-xl-2.0)
- [SD-XL 1.0-base](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)

# LoRAs

- self-made QualitySlider ([Concept Sliders](https://github.com/rohitgandikota/sliders))
- [lcm-lora-sdxl](https://huggingface.co/latent-consistency/lcm-lora-sdxl)

# Recipe

1. blue_pencil-XL-v3.1.0 + ( animagine-xl-3.0 - animagine-xl-2.0 ) x 1, Add difference(trainDifference)
2. ( blue_pencil-XL-v3.1.0 x 0.25 ) + ( [1] x 0.75 ), Weight sum(cosineA), Elemental: "BASE:conditioner.embedders.0.transformer.text_model.*":0.25
3. [2] + QualitySlider x 0.5

# Recipe(lcm)

1. SD-XL 1.0-base + lcm-lora-sdxl:1.0
2. anima_pencil-XL-v1.0.0 + ( [1] - SD-XL 1.0-base ) x 0.5, Add difference(trainDifference)
3. ( [2] x 0.65 ) + ( anima_pencil-XL-v1.0.0 x 0.35 ), Weight sum(cosineA)