summaryrefslogtreecommitdiff
path: root/candle-transformers/src/models/stable_diffusion/utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* Lint fixes introduced with Rust 1.83 (#2646)Anubhab Bandyopadhyay2024-11-281-1/+1
| | | | | | | | | | | * Fixes for lint errors introduced with Rust 1.83 * rustfmt * Fix more lints. --------- Co-authored-by: Laurent <laurent.mazare@gmail.com>
* Add Euler Ancestral Discrete Scheduler (#1390)Edwin Cheng2023-12-021-0/+46
| | | | | | | | | | | | | | | * Add Euler Ancestral Discrete Scheduler * Fix a bug of init_noise_sigma generation * minor fixes * use partition_point instead of custom bsearch * Fix some clippy lints. --------- Co-authored-by: laurent <laurent.mazare@gmail.com>
* Fix linspace implementation (#1358)MilkFather2023-11-231-7/+10
| | | | | | | | | | | | | * Fix linspace implementation `steps` should be strictly greater than 1 to make it consistent with the context. * Handle steps == 0 and steps == 1. * Fix rustfmt. --------- Co-authored-by: laurent <laurent.mazare@gmail.com>
* Tracing for the phi model (#936)Laurent Mazare2023-09-231-27/+0
| | | | | | | | | * Add some tracing bits to mixformers. * Add the missing file. * Add the conv2d layer to with-tracing. * Improve the tracing usage.
* Move the stable-diffusion modeling code so that it's easier to re-use. (#812)Laurent Mazare2023-09-111-0/+39