Skip to content

Commit

Permalink
Update core/backend/image.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ettore Di Giacinto <[email protected]>
Signed-off-by: Dave <[email protected]>
  • Loading branch information
dave-gray101 and mudler authored Jan 4, 2024
1 parent 171c65d commit f5054f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/backend/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ func ImageGenerationOpenAIRequest(modelName string, input *datamodel.OpenAIReque
config.Backend = model.TinyDreamBackend
case "":
config.Backend = model.StableDiffusionBackend
default:
config.Backend = model.StableDiffusionBackend
}

Expand Down

0 comments on commit f5054f9

Please sign in to comment.