Skip to content

Commit

Permalink
⚡ Better, cheaper and faster avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasGruber committed Jul 13, 2023
1 parent eb3faae commit f9178ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/libs/replicate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ export const requestAvatar = async (prompt: string): Promise<ReplicateReturn> =>
input: {
prompt: prompt,
negative_prompt: "two heads, 2people, 2face",
width: 512,
height: 512,
image_dimensions: "512x512",
num_outputs: 1,
num_inference_steps: 100,
num_inference_steps: 50,
guidance_scale: 20,
scheduler: "DDIM",
},
Expand Down

1 comment on commit f9178ef

@vercel
Copy link

@vercel vercel bot commented on f9178ef Jul 13, 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.