LocalAI/backend
Ettore Di Giacinto f5638a6354
feat(diffusers): allow to override image gen options (#4807)
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>
2025-02-11 10:16:32 +01:00
..
cpp feat: tokenization with llama.cpp (#4724) 2025-02-02 17:39:43 +00:00
go chore(llama-ggml): drop deprecated backend (#4775) 2025-02-06 18:36:23 +01:00
python feat(diffusers): allow to override image gen options (#4807) 2025-02-11 10:16:32 +01:00
backend.proto feat(llama.cpp): Add support to grammar triggers (#4733) 2025-02-02 13:25:03 +01:00