stable-diffusion.cpp/src
2026-03-04 23:50:45 +08:00
..
vocab refactor: reorganize the vocab file structure (#1271) 2026-02-11 00:44:17 +08:00
anima.hpp refactor: reuse DiT's patchify/unpatchify functions (#1304) 2026-03-01 21:44:51 +08:00
cache_dit.hpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
clip.hpp refactor: reorganize the vocab file structure (#1271) 2026-02-11 00:44:17 +08:00
common_block.hpp refactor: reuse DiT's patchify/unpatchify functions (#1304) 2026-03-01 21:44:51 +08:00
common_dit.hpp refactor: reuse DiT's patchify/unpatchify functions (#1304) 2026-03-01 21:44:51 +08:00
conditioner.hpp feat: add Anima support (#1296) 2026-03-01 15:23:18 +08:00
control.hpp refactor: reuse DiT's patchify/unpatchify functions (#1304) 2026-03-01 21:44:51 +08:00
denoiser.hpp feat: turn flow_shift into a generation parameter (#1289) 2026-02-26 00:26:04 +08:00
diffusion_model.hpp feat: add Anima support (#1296) 2026-03-01 15:23:18 +08:00
easycache.hpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
esrgan.hpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
flux.hpp perf: improved flux attention qkv unpacking (#1306) 2026-03-04 00:36:32 +08:00
ggml_extend.hpp refactor: introduce ggml_ext_zeros_like/ggml_ext_ones_like (#1312) 2026-03-04 00:36:52 +08:00
gguf_reader.hpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
gits_noise.inl refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
latent-preview.h refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
llm.hpp refactor: reorganize the vocab file structure (#1271) 2026-02-11 00:44:17 +08:00
lora.hpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
ltxv.hpp refactor: reuse DiT's patchify/unpatchify functions (#1304) 2026-03-01 21:44:51 +08:00
mmdit.hpp refactor: reuse DiT's patchify/unpatchify functions (#1304) 2026-03-01 21:44:51 +08:00
model.cpp feat: support some non-standard Anima weight names (#1305) 2026-03-01 22:01:29 +08:00
model.h feat: add Anima support (#1296) 2026-03-01 15:23:18 +08:00
name_conversion.cpp feat: support some non-standard Anima weight names (#1305) 2026-03-01 22:01:29 +08:00
name_conversion.h refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
ordered_map.hpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
pmid.hpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
preprocessing.hpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
qwen_image.hpp refactor: introduce ggml_ext_zeros_like/ggml_ext_ones_like (#1312) 2026-03-04 00:36:52 +08:00
rng_mt19937.hpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
rng_philox.hpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
rng.hpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
rope.hpp feat: add Anima support (#1296) 2026-03-01 15:23:18 +08:00
stable-diffusion.cpp fix: reset weight adapter for models if no loras in request (#1307) 2026-03-04 00:34:07 +08:00
t5.hpp refactor: reorganize the vocab file structure (#1271) 2026-02-11 00:44:17 +08:00
tae.hpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
tokenize_util.cpp fix: safely handle whitespace and consecutive newlines (#1288) 2026-02-19 20:54:42 +08:00
tokenize_util.h refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
ucache.hpp fix: ucache: normalize reuse error (#1313) 2026-03-04 23:50:45 +08:00
unet.hpp refactor: reuse DiT's patchify/unpatchify functions (#1304) 2026-03-01 21:44:51 +08:00
upscaler.cpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
util.cpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
util.h refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
vae.hpp refactor: reuse DiT's patchify/unpatchify functions (#1304) 2026-03-01 21:44:51 +08:00
version.cpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
wan.hpp refactor: reuse DiT's patchify/unpatchify functions (#1304) 2026-03-01 21:44:51 +08:00
z_image.hpp refactor: reuse DiT's patchify/unpatchify functions (#1304) 2026-03-01 21:44:51 +08:00