stable-diffusion.cpp/src
2026-04-18 14:54:41 +08:00
..
tokenizers feat: add left padding support to tokenizers (#1424) 2026-04-15 23:17:47 +08:00
anima.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
auto_encoder_kl.hpp feat: add ernie image support (#1427) 2026-04-17 00:51:42 +08:00
cache_dit.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
clip.hpp refactor: introduce shared tokenizer abstraction and split implementations (#1423) 2026-04-15 22:44:39 +08:00
common_block.hpp feat: SDXS-09 support and update doc (#1356) 2026-04-17 01:11:44 +08:00
common_dit.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
condition_cache_utils.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
conditioner.hpp fix: skip empty prompt segments around attention range (#1429) 2026-04-17 01:42:14 +08:00
control.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
denoiser.hpp fix: correct dpm++2s_a second model call (#1435) 2026-04-18 14:54:41 +08:00
diffusion_model.hpp feat: add ernie image support (#1427) 2026-04-17 00:51:42 +08:00
easycache.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
ernie_image.hpp feat: add ernie image support (#1427) 2026-04-17 00:51:42 +08:00
esrgan.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
flux.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
ggml_extend.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
gguf_reader.hpp chore: harden safetensors and gguf loading code (#1404) 2026-04-11 17:19:57 +08:00
gits_noise.inl refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
latent-preview.h refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
llm.hpp feat: add ernie image support (#1427) 2026-04-17 00:51:42 +08:00
lora.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
ltxv.hpp style: remove redundant struct qualifiers for consistent C/C++ type usage (#1349) 2026-03-16 22:17:22 +08:00
mmdit.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
model.cpp refactor: remove is_xl guard wrapper in get_sd_version (#1430) 2026-04-17 01:53:58 +08:00
model.h feat: SDXS-09 support and update doc (#1356) 2026-04-17 01:11:44 +08:00
name_conversion.cpp feat: SDXS-09 support and update doc (#1356) 2026-04-17 01:11:44 +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: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
preprocessing.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
qwen_image.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +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 ernie image support (#1427) 2026-04-17 00:51:42 +08:00
sample-cache.cpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
sample-cache.h refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
spectrum.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
stable-diffusion.cpp feat: add er_sde sampler (#1403) 2026-04-17 01:32:16 +08:00
t5.hpp refactor: introduce shared tokenizer abstraction and split implementations (#1423) 2026-04-15 22:44:39 +08:00
tae.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
tensor_ggml.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
tensor.hpp feat: inpaint improvements (#1357) 2026-04-06 00:44:26 +08:00
ucache.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
unet.hpp feat: SDXS-09 support and update doc (#1356) 2026-04-17 01:11:44 +08:00
upscaler.cpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
util.cpp feat: show tensor loading progress in MB/s or GB/s (#1380) 2026-03-31 23:06:44 +08:00
util.h feat: show tensor loading progress in MB/s or GB/s (#1380) 2026-03-31 23:06:44 +08:00
vae.hpp feat: add ernie image support (#1427) 2026-04-17 00:51:42 +08:00
version.cpp refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
wan.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00
z_image.hpp refactor: migrate generation pipeline to sd::Tensor (#1373) 2026-03-30 00:19:25 +08:00