You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fetch('http://localhost:8484/v1/images/generations',{method: 'POST',body: JSON.stringify({prompt: "A surreal landscape with floating islands in a pink sky",})}).then(r=>r.json()).then(r=>console.log(r.data[0].b64_json))