mirror of
https://github.com/mudler/LocalAI.git
synced 2025-12-30 18:09:06 -05:00
Use the options field in the model to override kwargs if needed. This allows to specify from the model yaml config: ```yaml options: - foo:bar ``` And each option will be used directly when calling the diffusers pipeline, e.g: ```python pipe( foo="bar", ) ``` Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Creating a separate environment for the diffusers project
make diffusers