Skip to content

Commit

Permalink
use sdxl base
Browse files Browse the repository at this point in the history
  • Loading branch information
artifishvr committed May 13, 2024
1 parent 54eb34e commit a650b0e
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/lykon/dreamshaper-8-lcm`, {
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`, {
method: 'POST',
headers: {
'Authorization': `Bearer ${process.env.CF_TOKEN}`,
Expand Down

0 comments on commit a650b0e

Please sign in to comment.