mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-21 18:24:59 +00:00
feat(sd-3): add stablediffusion 3 support (#2591)
* feat(sd-3): add stablediffusion 3 support Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * deps(diffusers): add sentencepiece Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * models(gallery): add stablediffusion-3 Signed-off-by: Ettore Di Giacinto <mudler@localai.io> --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
7f13e3a783
commit
ecbb61cbf4
4 changed files with 43 additions and 2 deletions
14
gallery/stablediffusion3.yaml
Normal file
14
gallery/stablediffusion3.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
name: "stable-diffusion-3-medium"
|
||||
|
||||
config_file: |
|
||||
backend: diffusers
|
||||
diffusers:
|
||||
cuda: true
|
||||
enable_parameters: negative_prompt,num_inference_steps
|
||||
pipeline_type: StableDiffusion3Pipeline
|
||||
f16: false
|
||||
name: sd3
|
||||
parameters:
|
||||
model: v2ray/stable-diffusion-3-medium-diffusers
|
||||
step: 25
|
Loading…
Add table
Add a link
Reference in a new issue