From 69da29eecd977e04980c9566b9a3c5e297b7165b Mon Sep 17 00:00:00 2001 From: atridadl Date: Wed, 10 Jan 2024 00:36:58 -0700 Subject: [PATCH] NVM --- lib/replicate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/replicate.go b/lib/replicate.go index 565efd1..77deb5f 100644 --- a/lib/replicate.go +++ b/lib/replicate.go @@ -65,7 +65,7 @@ func ReplicateImageGeneration(prompt string) (*bytes.Buffer, error) { Events: []replicate.WebhookEventType{"start", "completed"}, } - prediction, predictionError := client.Run(context.Background(), "stability-ai/sdxl:c221b2b8ef527988fb59bf24a8b97c4561f1c671f73bd389f866bfb27c061316", input, &webhook) + prediction, predictionError := client.Run(context.Background(), "stability-ai/sdxl:39ed52f2a78e934b3ba6e2a89f5b1c712de7dfea535525255b1aa35c5565e08b", input, &webhook) if predictionError != nil { return nil, predictionError