|
286f01db14
|
Start adding the Wuerstchen diffusion pipeline (#843)
* Wuerstchen common bits.
* Add the prior layer.
* Start adding diffnext.
|
2023-09-14 10:56:07 +01:00 |
|
|
9daa6dbe87
|
Extract T5 module and add main function to use it (#829)
* Extract t5 out of musicgen
* Add main for t5 module
|
2023-09-13 07:14:05 +01:00 |
|
|
d7b9fec849
|
Move the stable-diffusion modeling code so that it's easier to re-use. (#812)
|
2023-09-11 11:45:57 +01:00 |
|
|
35f72514f5
|
Move more models to candle-transformers (#796)
* Move dinov2.
* Move efficientnet.
* Move the quantized llama model.
* Move segment-anything.
|
2023-09-10 10:20:18 +01:00 |
|
|
d3f05eae8c
|
Move some models to candle-transformers so that it's easier to re-use. (#794)
* Move some models to candle-transformers so that they can be shared.
* Also move falcon.
* Move Llama.
* Move whisper (partial).
|
2023-09-10 09:40:27 +01:00 |
|
|
ba35d895e7
|
Sketch the candle-transformers crate. (#147)
* Sketch the candle-transformers crate.
* Format the empty files.
|
2023-07-12 13:49:31 +01:00 |
|