mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-22 11:35:00 +00:00
remove default to stablediffusion (#1500)
This commit is contained in:
parent
c45f581c47
commit
24adf9cbcb
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ func ImageEndpoint(cm *config.ConfigLoader, o *options.Option) func(c *fiber.Ctx
|
|||
config.Backend = model.StableDiffusionBackend
|
||||
case "tinydream":
|
||||
config.Backend = model.TinyDreamBackend
|
||||
default:
|
||||
case "":
|
||||
config.Backend = model.StableDiffusionBackend
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue