Skip to content

Commit

Permalink
Merge pull request Nutlope#67 from anotherjesse/new-model
Browse files Browse the repository at this point in the history
switch to faster model
  • Loading branch information
Nutlope committed Apr 17, 2023
2 parents 91dec45 + 0471764 commit c938b16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/api/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ export default async function handler(
},
body: JSON.stringify({
version:
"854e8727697a057c525cdb45ab037f64ecca770a1769cc52287c2e56472a247b",
"d55b9f2dcfb156089686b8f767776d5b61b007187a4e1e611881818098100fbb",
input: {
image: imageUrl,
structure: "hough",
prompt: prompt,
scale: 9,
a_prompt:
Expand Down

0 comments on commit c938b16

Please sign in to comment.