From 2038fa6df5bb055ccc3e61516eecab2f95c97732 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 7 Apr 2024 22:24:42 -0600 Subject: [PATCH] Cheaper pics --- lib/replicate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/replicate.go b/lib/replicate.go index 856bc16..0fcc6b1 100644 --- a/lib/replicate.go +++ b/lib/replicate.go @@ -84,7 +84,7 @@ func ReplicateImageGeneration(prompt string, filename string) (*bytes.Buffer, er Events: []replicate.WebhookEventType{"start", "completed"}, } - prediction, predictionError := client.Run(context.Background(), "stability-ai/sdxl:39ed52f2a78e934b3ba6e2a89f5b1c712de7dfea535525255b1aa35c5565e08b", input, &webhook) + prediction, predictionError := client.Run(context.Background(), "bytedance/sdxl-lightning-4step:727e49a643e999d602a896c774a0658ffefea21465756a6ce24b7ea4165eba6a", input, &webhook) if predictionError != nil { return nil, predictionError