Commit Graph
505 Commits
Author SHA1 Message Date
akleine c5eb1e4137 fix: avoid black images if using an invalid VAE (for SDXL) (#1273) master-505-c5eb1e4 2026-02-19 20:54:18 +08:00
leejet 636d3cb6ff refactor: reorganize the vocab file structure (#1271) master-504-636d3cb 2026-02-11 00:44:17 +08:00
Wagner Bruna adea272225 feat(server): use image and command-line dimensions by default on server (#1262) master-503-adea272 2026-02-11 00:42:50 +08:00
Mario Limonciello 45ce78a3ae ci: correct rocm artifact of linux (#1269) master-502-45ce78a 2026-02-10 23:19:28 +08:00
leejet 28ef93c0e1 refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
leejet 3296545090 feat: add extra_c_crossattns support for llm embedder (#1265) master-500-3296545 2026-02-10 00:00:17 +08:00
akleine d60fb27560 fix: avoid unwanted file extension changes (#1257) master-499-d60fb27 2026-02-09 23:59:43 +08:00
Wagner Bruna c7ccafbd6f fix: correct sdapi handling of cfg_scale and steps (#1260) master-498-c7ccafb 2026-02-09 23:34:19 +08:00
stduhpf aa0b899397 fix: improve handling of VAE decode failures (#1222) master-497-aa0b899 2026-02-09 23:29:41 +08:00
Mario Limonciello 5e264372ce ci: add a github action to generate a Linux ROCm artifact (#1258) master-496-5e26437 2026-02-09 23:23:06 +08:00
leejet f0f641a142 feat(server): add lora support to sdapi (#1256) master-495-f0f641a 2026-02-08 00:11:16 +08:00
stduhpf 9f56833e14 feat: optimize LoKr at runtime (#1233) master-494-9f56833 2026-02-08 00:08:09 +08:00
Roj234 65891d74cc fix: avoid the issue of NaN for qwen-image on certain devices (#1249) master-493-65891d7 2026-02-04 23:49:05 +08:00
leejet f957fa3d2a feat: add --fa option (#1242) master-492-f957fa3 2026-02-01 21:44:54 +08:00
leejet c252e03c6b sync: update ggml 2026-02-01 20:54:23 +08:00
rmatif e63daba33d feat: add res_multistep, res_2s sampler and bong tangent scheduler (#1234) master-490-e63daba 2026-02-01 20:05:27 +08:00
stduhpf 3959109281 fix: improve LoCon support with other naming conventions (#1239) master-489-3959109 2026-02-01 20:00:16 +08:00
leejet e411520407 docs: add z-image-base example 2026-01-28 21:47:36 +08:00
leejet 43e829f219 refactor: unify the processing of attention mask (#1230) master-487-43e829f 2026-01-26 00:33:34 +08:00
leejet 7837232631 perf: make dit faster (#1228) master-486-7837232 2026-01-25 22:50:10 +08:00
Equious 4ccce027b2 fix: correct mask and control image loading in cli (#1229) master-485-4ccce02 2026-01-25 22:47:52 +08:00
leejet fa61ea744d fix: set default lora_model_dir to . (#1224) master-484-fa61ea7 2026-01-23 22:13:59 +08:00
leejet 5e4579c11d feat: use image width and height when not explicitly set (#1206) master-483-5e4579c 2026-01-22 23:54:41 +08:00
Wagner Bruna 329571131d chore: clarify warning about missing model files (#1219) master-482-3295711 2026-01-21 22:34:11 +08:00
leejet a48b4a3ade docs: add FLUX.2-klein support to news 2026-01-19 23:56:50 +08:00
stduhpf b87fe13afd feat: support new chroma radiance "x0_x32_proto" (#1209) master-480-b87fe13 2026-01-19 23:51:26 +08:00
Oleg Skutte e50e1f253d feat: add taef2 support (#1211) master-479-e50e1f2 2026-01-19 23:39:36 +08:00
leejet c6206fb351 fix: set VAE conv scale for all SDXL variants master-478-c6206fb 2026-01-19 23:21:48 +08:00
akleine 639091fbe9 feat: add support for Segmind's Vega model (#1195) master-477-639091f 2026-01-19 23:15:47 +08:00
leejet 9293016c9d docs: update esrgan.md 2026-01-19 23:00:50 +08:00
leejet 2efd19978d fix: use Unix timestamp for field instead of ISO string (#1205) master-475-2efd199 2026-01-19 00:21:29 +08:00
Wagner Brunaandleejet 61659ef299 feat: add basic sdapi support to sd-server (#1197)
* feat: add basic sdapi support to sd-server

Compatible with AUTOMATIC1111 / Forge.

* fix img2img with no mask

* add more parameter validation

* eliminate MSVC warnings

---------

Co-authored-by: leejet <leejet714@gmail.com>
master-474-61659ef
2026-01-19 00:21:11 +08:00
leejet 9565c7f6bd add support for flux2 klein (#1193)
* add support for flux2 klein 4b

* add support for flux2 klein 8b

* use attention_mask in Flux.2 klein LLMEmbedder

* update docs
master-473-9565c7f
2026-01-18 01:17:33 +08:00
Wagner Bruna fbce16e02d fix: avoid undefined behavior on image mask allocation failure (#1198) master-472-fbce16e 2026-01-18 01:14:56 +08:00
akleineandleejet 7010bb4dff feat: support for SDXS-512 model (#1180)
* feat: add U-Net specials of SDXS

* docs: update distilled_sd.md for SDXS-512

* feat: for SDXS use AutoencoderTiny as the primary VAE

* docs: update distilled_sd.md for SDXS-512

* fix: SDXS code cleaning after review by stduhpf

* format code

* fix sdxs with --taesd-preview-only

---------

Co-authored-by: leejet <leejet714@gmail.com>
master-471-7010bb4
2026-01-14 01:14:57 +08:00
Wagner Bruna 48d3161a8d feat: add sd-server API support for steps, sampler and scheduler (#1173) master-470-48d3161 2026-01-14 00:34:27 +08:00
Weiqi Gao 271b594e74 sync: update ggml (#1187) 2026-01-14 00:28:55 +08:00
leejet 885e62ea82 refactor: replace ggml_ext_attention with ggml_ext_attention_ext (#1185) master-468-885e62e 2026-01-11 16:34:13 +08:00
rmatifandleejet 0e52afc651 feat: enable vae tiling for vid gen (#1152)
* enable vae tiling for vid gen

* format code

* eliminate compilation warning

---------

Co-authored-by: leejet <leejet714@gmail.com>
master-467-0e52afc
2026-01-08 23:23:05 +08:00
leejet 27b5f17401 ci: only push Docker images on master or release master-466-27b5f17 2026-01-08 23:03:32 +08:00
Flavio Bizzarri dfe6d6c664 fix: missing newline after seed in sd_img_gen_params_to_str (#1183) 2026-01-08 22:52:22 +08:00
leejet 9be0b91927 docs: fix safetensors file extension notation 2026-01-06 23:31:03 +08:00
evanreichard e7e83ed4d1 fix(server): use has_file for mask multipart detection (#1178) master-463-e7e83ed 2026-01-06 23:16:05 +08:00
Wagner Bruna c5602a676c feat: prioritize gguf and safetensors formats for embeddings and LoRAs (#1169) master-462-c5602a6 2026-01-05 23:58:09 +08:00
Nuno c34730d9b4 chore: downgrade ubuntu base image in musa container image (#1176)
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2026-01-05 23:56:34 +08:00
Nunoandleejet fdcacc1ebb ci: cancel old github action runs (#1172)
* ci: cancel old github action runs

Signed-off-by: rare-magma <rare-magma@posteo.eu>

* ci: adjust concurrency to avoid canceling non-PR workflows

---------

Signed-off-by: rare-magma <rare-magma@posteo.eu>
Co-authored-by: leejet <leejet714@gmail.com>
2026-01-05 23:52:34 +08:00
Nuno 496ec9421e chore: add Linux Vulkan build and Docker image workflows (#1164) 2026-01-05 23:42:12 +08:00
leejet 05006cd6e1 chore: use CMAKE_BUILD_TYPE (#1175) 2026-01-05 23:29:22 +08:00
leejet b90b1ee9cf chore: eliminate compilation warnings under MSVC (#1170) master-457-b90b1ee 2026-01-04 22:26:57 +08:00
leejet 2cef4badb8 chore: use Release build for windows-latest-cmake master-456-2cef4ba 2026-01-04 22:26:09 +08:00