Releases: fkleon/stable-diffusion.cpp
Releases · fkleon/stable-diffusion.cpp
master-473-9565c7f
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-450-a2d83dd
refactor: move pmid condition logic into get_pmid_condition (#1148)
master-391-5865b5e
refactor: split SDParams to SDCliParams/SDContextParams/SDGenerationP…
master-377-2034588
refactor: optimize the handling of sample method (#999)
master-368-28ffb6c
fix: resolve issue with concat multiple LoRA output diffs at runtime …
master-362-742a733
feat: add cpu rng (#977)
master-348-8f6c5c2
refactor: simplify the model loading logic (#933) * remove String2GGMLType * remove preprocess_tensor * fix clip init * simplify the logic for reading weights
master-347-6103d86
refactor: introduce GGMLRunnerContext (#928) * introduce GGMLRunnerContext * add Flash Attention enable control through GGMLRunnerContext * add conv2d_direct enable control through GGMLRunnerContext
master-343-dd75fc0
refactor: unify the naming style of ggml extension functions (#921)
master-340-9e28be6
feat: add chroma radiance support (#910) * add chroma radiance support * fix ci * simply generate_init_latent * workaround: avoid ggml cuda error * format code * add chroma radiance doc