mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-23 19:24:59 +00:00
Update image-generation.md
Signed-off-by: kilavvy <140459108+kilavvy@users.noreply.github.com>
This commit is contained in:
parent
f5477406ca
commit
d67045e01a
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ curl http://localhost:8080/v1/images/generations -H "Content-Type: application/j
|
|||
|
||||
### stablediffusion-ggml
|
||||
|
||||
This backend is based on [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp). Every model supported by that backend is suppoerted indeed with LocalAI.
|
||||
This backend is based on [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp). Every model supported by that backend is supported indeed with LocalAI.
|
||||
|
||||
|
||||
#### Setup
|
||||
|
@ -327,4 +327,4 @@ diffusers:
|
|||
```bash
|
||||
(echo -n '{"prompt": "spiderman surfing","size": "512x512","model":"txt2vid"}') |
|
||||
curl -H "Content-Type: application/json" -X POST -d @- http://localhost:8080/v1/images/generations
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue