SDXC version bump

This commit is contained in:
Atridad Lahiji 2024-01-10 00:34:17 -07:00
parent 6122cafd44
commit d5fbcb1b2b
No known key found for this signature in database

View file

@ -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