|
4 | 4 |
|
5 | 5 | ### Highlights for 2024-06-23
|
6 | 6 |
|
7 |
| -Following zero-day **SD3** release, a week later here's a refresh with 10+ improvements |
| 7 | +Following zero-day **SD3** release, a 10 days later here's a refresh with 10+ improvements |
8 | 8 | including full prompt attention, support for compressed weights, additional text-encoder quantization modes.
|
9 | 9 |
|
10 | 10 | But there's more than SD3:
|
11 |
| -- support for quantized **T5** text encoder in all models that use T5: FP4/FP8/FP16/INT8 (SD3, PixArt-Σ, etc) |
| 11 | +- support for quantized **T5** text encoder *FP16/FP8/FP4/INT8* in all models that use T5: SD3, PixArt-Σ, etc. |
12 | 12 | - support for **PixArt-Sigma** in small/medium/large variants
|
13 | 13 | - support for **HunyuanDiT 1.1**
|
14 |
| -- additional **NNCF weights compression** support: SD3, PixArt, ControlNet, Lora |
| 14 | +- additional **NNCF weights compression** support: SD3, PixArt, ControlNet, Lora |
15 | 15 | - integration of **MS Florence** VLM/VQA *Base* and *Large* models
|
16 | 16 | - (finally) new release of **Torch-DirectML**
|
17 |
| -- additional efficiencies for users with low vram gpus |
| 17 | +- additional efficiencies for users with low VRAM GPUs |
18 | 18 | - over 20 overall fixes
|
19 | 19 |
|
20 | 20 | ### Model Improvements
|
@@ -43,7 +43,7 @@ But there's more than SD3:
|
43 | 43 | - **MS Florence**: integration of Microsoft Florence VLM/VQA Base and Large models
|
44 | 44 | simply select in *process -> visual query*!
|
45 | 45 |
|
46 |
| -### Improvements: General |
| 46 | +### General Improvements |
47 | 47 |
|
48 | 48 | - support FP4 quantized T5 text encoder, in addtion to existing FP8 and FP16
|
49 | 49 | - support for T5 text-encoder loader in **all** models that use T5
|
@@ -85,6 +85,7 @@ But there's more than SD3:
|
85 | 85 | - fix api ip-adapter
|
86 | 86 | - fix memory exceptions with ROCm, thanks @Disty0!
|
87 | 87 | - fix face-hires with lowvram, thanks @Disty0!
|
| 88 | +- fix pag incorrectly resetting pipeline |
88 | 89 | - cleanup image metadata
|
89 | 90 | - restructure api examples: `cli/api-*`
|
90 | 91 | - handle theme fallback when invalid theme is specified
|
|
0 commit comments