File tree Expand file tree Collapse file tree 3 files changed +6
-18
lines changed Expand file tree Collapse file tree 3 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -3,27 +3,15 @@ backend: stablediffusion-ggml
3
3
cfg_scale : 4.5
4
4
5
5
options :
6
- - clip_l_path:clip_l.safetensors
7
- - clip_g_path:clip_g.safetensors
8
- - t5xxl_path:t5xxl-Q5_0.gguf
9
6
- sampler:euler
10
7
parameters :
11
- model : sd3.5_large -Q4_0.gguf
8
+ model : stable-diffusion-v1-5-pruned-emaonly -Q4_0.gguf
12
9
step : 25
13
10
14
11
download_files :
15
- - filename : " sd3.5_large-Q4_0.gguf"
16
- sha256 : " c79ed6cdaa7decaca6b05ccc636b956b37c47de9b104c56315ca8ed086347b00"
17
- uri : " huggingface://second-state/stable-diffusion-3.5-large-GGUF/sd3.5_large-Q4_0.gguf"
18
- - filename : clip_g.safetensors
19
- sha256 : ec310df2af79c318e24d20511b601a591ca8cd4f1fce1d8dff822a356bcdb1f4
20
- uri : huggingface://second-state/stable-diffusion-3.5-large-GGUF/clip_g.safetensors
21
- - filename : clip_l.safetensors
22
- sha256 : 660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd
23
- uri : huggingface://second-state/stable-diffusion-3.5-large-GGUF/clip_l.safetensors
24
- - filename : t5xxl-Q5_0.gguf
25
- sha256 : f4df16c641a05c4a6ca717068ba3ee312875000f6fac0efbd152915553b5fc3e
26
- uri : huggingface://second-state/stable-diffusion-3.5-large-GGUF/t5xxl-Q5_0.gguf
12
+ - filename : " stable-diffusion-v1-5-pruned-emaonly-Q4_0.gguf"
13
+ sha256 : " b8944e9fe0b69b36ae1b5bb0185b3a7b8ef14347fe0fa9af6c64c4829022261f"
14
+ uri : " huggingface://second-state/stable-diffusion-v1-5-GGUF/stable-diffusion-v1-5-pruned-emaonly-Q4_0.gguf"
27
15
28
16
usage : |
29
17
curl http://localhost:8080/v1/images/generations \
Original file line number Diff line number Diff line change @@ -768,7 +768,7 @@ var _ = Describe("API test", func() {
768
768
}
769
769
770
770
response := postModelApplyRequest ("http://127.0.0.1:9090/models/apply" , modelApplyRequest {
771
- ID : "localai@sd-3.5-large -ggml" ,
771
+ ID : "localai@sd-1.5 -ggml" ,
772
772
Name : "stablediffusion" ,
773
773
})
774
774
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ var _ = BeforeSuite(func() {
54
54
Eventually (func () error {
55
55
_ , err := client .ListModels (context .TODO ())
56
56
return err
57
- }, "20m " ).ShouldNot (HaveOccurred ())
57
+ }, "50m " ).ShouldNot (HaveOccurred ())
58
58
})
59
59
60
60
var _ = AfterSuite (func () {
You can’t perform that action at this time.
0 commit comments