mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
cb7512734d
* backends(transformers): use AutoModel with LLM types * examples: animagine-xl * Add codellama examples
17 lines
427 B
YAML
17 lines
427 B
YAML
name: animagine-xl
|
|
parameters:
|
|
model: Linaqruf/animagine-xl
|
|
backend: diffusers
|
|
f16: true
|
|
diffusers:
|
|
scheduler_type: euler_a
|
|
|
|
usage: |
|
|
curl http://localhost:8080/v1/images/generations \
|
|
-H "Content-Type: application/json" \
|
|
-d '{
|
|
"prompt": "<positive prompt>|<negative prompt>",
|
|
"model": "animagine-xl",
|
|
"step": 51,
|
|
"size": "1024x1024"
|
|
}' |