Skip to content

Commit

Permalink
Revert "use sdxl base"
Browse files Browse the repository at this point in the history
This reverts commit a650b0e.
  • Loading branch information
artifishvr committed May 13, 2024
1 parent a650b0e commit eae7c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ async function imageGen(message) {
const prompt = message.content.split(' ').slice(1).join(' ');

try {
let response = await fetch(`https://api.cloudflare.com/client/v4/accounts/${process.env.CF_ACCOUNT}/ai/run/@cf/stabilityai/stable-diffusion-xl-base-1.0`, {
let response = await fetch(`https://api.cloudflare.com/client/v4/accounts/${process.env.CF_ACCOUNT}/ai/run/@cf/lykon/dreamshaper-8-lcm`, {
method: 'POST',
headers: {
'Authorization': `Bearer ${process.env.CF_TOKEN}`,
Expand Down

2 comments on commit eae7c38

@Butterroach
Copy link
Member

Choose a reason for hiding this comment

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

mario

@Butterroach
Copy link
Member

Choose a reason for hiding this comment

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

i add nothing to the conversation whenever i comment these

Please sign in to comment.