Skip to content

Commit

Permalink
feat: update sdxl version
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Jun 28, 2024
1 parent 20fac69 commit 160358a
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 @@ -238,7 +238,7 @@ function isReplicateResponse(res: object): res is [string, string] {

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

0 comments on commit 160358a

Please sign in to comment.