juzeon / SydneyQt

A cross-platform desktop client for the jailbroken New Bing AI Copilot (Sydney ver.) built with Go and Wails (previously based on Python and Qt).
The Unlicense
820 stars 76 forks source link

can't generate image??? #156

Closed stefiiijugo closed 9 months ago

stefiiijugo commented 9 months ago

so uh when i try to generate an image it says "cannot find image creation result"?

juzeon commented 9 months ago

Can you provide your prompt?

stefiiijugo commented 9 months ago

well i tried some prompts that i guess activated their filters, so i tried asking to generate a picture of a dog, and it still said the same thing?

juzeon commented 9 months ago

Is you logged in and exported the cookies? And try generating an image on Bing's website before trying again.

stefiiijugo commented 9 months ago

yeah i have the cookies and have used bing's image gen

NostalgiaGit commented 9 months ago

Same problem here, and finally I found the solution.

If you call this function in your default chat session, it will fail to do so. But if you create a new chat session, the image generation function will work normally and you'll see the images in your chat context.

Sorry, I failed when I tried once more. It seems that the problem is not here, I need to study it further.

stefiiijugo commented 9 months ago

damn

NostalgiaGit commented 9 months ago

Well, it got fixed for me with a new cookie file.

I have no idea why it worked initially but then failed in my previous experiment. I just went to www.bing.com, asked Bing AI to generate an image in the sidebar, and then exported the cookie using the cookie-editor extension.

After replacing the cookies.json with the new one and restarting the app, everything works fine. :joy:

stefiiijugo commented 9 months ago

ok ill try that

stefiiijugo commented 9 months ago

yeah it works thanks dude