Skip to content

Commit

Permalink
feat: update sdxl version and up width and height for improved images
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Sep 13, 2023
1 parent a994a0f commit d99c04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/client/src/app/api/replicate/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ export async function POST(req: Request) {
// Pinned to a specific version of Stable Diffusion
// See https://replicate.com/stability-ai/sdxl
version:
"2b017d9b67edd2ee1401238df49d75da53c523f36e363881e057f5dc3ed3c5b2",
"8beff3369e81422112d93b89ca01426147de542cd4684c244b673b105188fe5f",

// This is the text prompt that will be submitted by a form on the frontend
input: { prompt, num_outputs: 2, width: 512, height: 512 },
input: { prompt, num_outputs: 2, width: 768, height: 768 },
}),
},
);
Expand Down

0 comments on commit d99c04b

Please sign in to comment.