mirror of
https://github.com/mudler/LocalAI.git
synced 2026-01-06 10:39:55 -06:00
feat: add image generation with ncnn-stablediffusion (#272)
This commit is contained in:
committed by
GitHub
parent
acd03d15f2
commit
9d051c5d4f
@@ -19,7 +19,9 @@ cd LocalAI/examples/chatbot-ui
|
||||
wget https://gpt4all.io/models/ggml-gpt4all-j.bin -O models/ggml-gpt4all-j
|
||||
|
||||
# start with docker-compose
|
||||
docker-compose up -d --build
|
||||
docker-compose up -d --pull always
|
||||
# or you can build the images with:
|
||||
# docker-compose up -d --build
|
||||
```
|
||||
|
||||
## Pointing chatbot-ui to a separately managed LocalAI service
|
||||
|
||||
Reference in New Issue
Block a user