SD.Next Release 2025-04-28 #3894
Locked
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-04-28
Another major release with over 120 commits!
Highlights include new Nunchaku Wiki inference engine that allows running FLUX.1 with 3-5x higher performance!
And a new FramePack extension for high-quality I2V and FLF2V video generation with unlimited duration!
What else?
ReadMe | ChangeLog | Docs | WiKi | Discord
Details for 2025-04-28
highly experimental and with limited support, but when it works, its magic: Flux.1 at 6.0 it/s (not sec/it)!
basically, it can speed up supported models by 2-5x by using custom quantization and execution engine
see Nunchaku Wiki for installation guide and list of supported models & features
full support and much more for Lllyasviel FramePack
implemented as an extension for SD.Next (for the moment while dev is ongoing)
generate high-quality videos with pretty much unlimited duration and with limited VRAM!
install as any other extension and for details see extension README
more than a FLUX.1 finetune, FLEX.2 is created from Flux.1 Schnell -> OpenFlux.1 -> Flex.1-alpha -> Flex.2-preview
and it has universal control and inpainting support built in!
supported for text and control workflows
when using in control mode, simply choose preprocessor and do not load actual controlnet
supported control modes are: line, pose and depth
available via networks -> models -> reference
in both Standard and Distilled variants
available in video tab
new first-to-last image video model from WAN-AI
available in video tab
implemented for FLUX.1, HiDream-I1, SD3.x, CogView4, HunyuanVideo, WanAI
enable and configure in settings -> pipeline modifiers -> cfg zero
experiment with CFGZero support in XYZ-grid
major refactoring of NNCF quantization code
new quant types:
INT8_SYM(new default),INT4andINT4_SYMquantization support for the convolutional layers on unet models with sym methods
pre-load quantization support
LoRA support
if you're low on VRAM, NNCF is as close as a catch-all solution
it now works in 12GB VRAM / 26GB RAM!
configure in settings -> text encoder -> offload
and optionally download any of the previously generated images/videos
access via system -> history
instead of trying to reload python modules in-place
disabled by default to avoid issues with frequent incorrect recommendations
in settings -> pipeline modifiers
in settings -> image metadata
so you can check previous jobs as well as request any previously generated images/videos
/sdapi/v1/history?id={id}/file={filename}/sdapi/v1/progressnow also include task id in the responsecurrently limited to diffusers-only LoRAs, CivitAI LoRA support is TBD
model_typeas option for image filename patternin settings -> networks -> network scan
comma-separate list of regex patterns to skip
SD_LORA_DUMPenv variable for dev/diag to dump lora/model keysBeta Was this translation helpful? Give feedback.
All reactions