Skip to content

Commit

Permalink
fix removal of default:
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-gray101 committed Jan 4, 2024
1 parent f5054f9 commit 9792f48
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
config.Backend = model.StableDiffusionBackend
}

sizeParts := strings.Split(input.Size, "x")
Expand Down

0 comments on commit 9792f48

Please sign in to comment.