SDXC version bump
This commit is contained in:
parent
6122cafd44
commit
d5fbcb1b2b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue