summaryrefslogtreecommitdiff
path: root/candle-examples/examples/flux/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Streamline the glm4 example. (#2694)Laurent Mazare2024-12-311-1/+5
|
* Add a seed to the flux example. (#2529)Laurent Mazare2024-10-021-3/+10
|
* Quantized version of flux. (#2500)Laurent Mazare2024-09-261-19/+64
| | | | | | | | | | | | | * Quantized version of flux. * More generic sampling. * Hook the quantized model. * Use the newly minted gguf file. * Fix for the quantized model. * Default to avoid the faster cuda kernels.
* Fix FLUX.1 weights (#2457)Eugene Hauptmann2024-08-291-3/+3
| | | | | * fix FLUX.1 weights * added flux1-dev.safetensors
* Support the flux-dev model too. (#2395)Laurent Mazare2024-08-041-9/+37
|
* Add the flux model for image generation. (#2390)Laurent Mazare2024-08-041-0/+182
* Add the flux autoencoder. * Add the encoder down-blocks. * Upsampling in the decoder. * Sketch the flow matching model. * More flux model. * Add some of the positional embeddings. * Add the rope embeddings. * Add the sampling functions. * Add the flux example. * Fix the T5 bits. * Proper T5 tokenizer. * Clip encoder path fix. * Get the clip embeddings. * No configurable weights in layer norm. * More weights related fixes. * Yet another shape fix. * DType fix. * Fix a couple more shape issues. * DType fixes. * Fix the latent dims. * Fix more shape issues. * Autoencoder fixes. * Get some generations out. * Bugfix. * T5 padding. * Clippy fix. * Add the decode only mode. * Fix. * More fixes. * Finally get some generations to work. * Add readme.