chore(tests): switch to sd-1.5

also increase prep time for downloading models

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2025-01-22 12:21:46 +01:00
parent 2e3f90705f
commit f4f0499b60
3 changed files with 6 additions and 18 deletions

View file

@ -768,7 +768,7 @@ var _ = Describe("API test", func() {
}
response := postModelApplyRequest("http://127.0.0.1:9090/models/apply", modelApplyRequest{
ID: "localai@sd-3.5-large-ggml",
ID: "localai@sd-1.5-ggml",
Name: "stablediffusion",
})