Skip to content

Commit

Permalink
Update to latest sdxl
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh authored Sep 20, 2023
1 parent a6beee7 commit c4a73bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/predictions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default async function handler(req, res) {
const prediction = await replicate.predictions.create({
// Pinned to a specific version of Stable Diffusion
// See https://replicate.com/stability-ai/sdxl
version: "2b017d9b67edd2ee1401238df49d75da53c523f36e363881e057f5dc3ed3c5b2",
version: "8beff3369e81422112d93b89ca01426147de542cd4684c244b673b105188fe5f",

// This is the text prompt that will be submitted by a form on the frontend
input: { prompt: req.body.prompt },
Expand Down

0 comments on commit c4a73bc

Please sign in to comment.