Skip to content

Commit

Permalink
Merge pull request #106 from agrattan0820/dev
Browse files Browse the repository at this point in the history
feat: update sdxl version
  • Loading branch information
agrattan0820 authored Oct 8, 2023
2 parents 5313d0d + 52c982a commit 14748f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/services/generation.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const replicateAPISchema = z.array(z.string()).length(2);

export async function getReplicateAIImages({ prompt }: { prompt: string }) {
const output = await replicate.run(
"stability-ai/sdxl:8beff3369e81422112d93b89ca01426147de542cd4684c244b673b105188fe5f",
"stability-ai/sdxl:1bfb924045802467cf8869d96b231a12e6aa994abfe37e337c63a4e49a8c6c41",
{
input: { prompt, num_outputs: 2, width: 768, height: 768 },
}
Expand Down

1 comment on commit 14748f3

@vercel
Copy link

@vercel vercel bot commented on 14748f3 Oct 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.