diff --git a/index.js b/index.js index 8e1118b..210b2cb 100644 --- a/index.js +++ b/index.js @@ -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}`,