Skip to content

Commit

Permalink
cf-worker(sd): change model
Browse files Browse the repository at this point in the history
  • Loading branch information
sdip15fa committed Feb 29, 2024
1 parent 59e9153 commit 5667542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf-worker/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default {
prompt,
};

const response = await ai.run('@cf/stabilityai/stable-diffusion-xl-base-1.0', inputs);
const response = await ai.run('@cf/lykon/dreamshaper-8-lcm', inputs);

return new Response(response, {
headers: {
Expand Down

0 comments on commit 5667542

Please sign in to comment.