Skip to content

Commit 0f51783

Browse files
committed
feat: add code and doc for running SSD1B models
1 parent 683d6d0 commit 0f51783

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/distilled_sd.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Running distilled SDXL models: SSD1B
2+
3+
### Preface
4+
5+
This kind of models has a reduced U-Net part. Unlike other SDXL models the U-Net has only one middle block and lesser attention layers in up and down blocks, resulting in relatively smaller files. Running these models saves more than 33% of the time. For more details, refer to Segmind's paper on https://arxiv.org/abs/2401.02677v1 .
6+
7+
### How to Use
8+
9+
Unfortunately not all of this models follow the standard model parameter naming mapping.
10+
Anyway there are some useful SSD1B models available online, such as:
11+
12+
* https://huggingface.co/segmind/SSD-1B/resolve/main/SSD-1B-A1111.safetensors
13+
* https://huggingface.co/hassenhamdi/SSD-1B-fp8_e4m3fn/resolve/main/SSD-1B_fp8_e4m3fn.safetensors
14+
15+
Also there are useful LORAs available:
16+
17+
* https://huggingface.co/seungminh/lora-swarovski-SSD-1B/resolve/main/pytorch_lora_weights.safetensors
18+
* https://huggingface.co/kylielee505/mylcmlorassd/resolve/main/pytorch_lora_weights.safetensors

0 commit comments

Comments
 (0)