diff --git a/lib/replicate.go b/lib/replicate.go index 77deb5f..565efd1 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:39ed52f2a78e934b3ba6e2a89f5b1c712de7dfea535525255b1aa35c5565e08b", input, &webhook) + prediction, predictionError := client.Run(context.Background(), "stability-ai/sdxl:c221b2b8ef527988fb59bf24a8b97c4561f1c671f73bd389f866bfb27c061316", input, &webhook) if predictionError != nil { return nil, predictionError