SD.Next Release 2025-02-06 #3958
vladmandic
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SD.Next Release 2025-06-02
Highlights
This release is all about quantization: with new SD.Next own quantization method: SDNQ
SDNQ is based on NNCF, but has been re-implemented, optimized and evolved enough to become its own quantization method!
It's fully cross-platform, supports all GPUs and includes tons of quantization methods:
Also unlike most traditional methods, its also applicable to nearly all model types
Hint: Even if you may not need quantization for your current model, it may be worth trying it out as it can significantly improve performance or capabilities of your existing workflow! For example, you may not have issues with SD15 or SDXL, but you may have been limited running at high resolutions or with multiple ControlNet due to VRAM requirements - this will significantly reduce memory requirements. And on-the-fly quantization takes just few seconds during model load, there is no need to have multiple quant models permanently saved.
On a different topic, SD.Next Wiki & Docs and its UI Hints and UI Localization system are community efforts and any contributions are welcome!
You dont need any coding experience, but if you learned something and you find documentation either wrong or insufficient, please do suggest edits!
Take a look at Docs, Hints and Localization contribution guides
ReadMe | ChangeLog | Docs | WiKi | Discord
Details
NNCF
toSDNQ
INT8_SYM
->int8
INT8
->uint8
INT4_SYM
->int4
INT4
->uint4
float8_e4m3fn
,float8_e5m2
,float8_e4m3fnuz
,float8_e5m2fnuz
,int6
,uint6
,int2
,uint2
anduint1
supportfloat8_e4m3fn
andfloat8_e5m2
pre
torch.amp.GradScaler
insteadBeta Was this translation helpful? Give feedback.
All reactions