jezs00 / pycasso

A system to send AI generated art to an E-Paper display through a Raspberry PI unit
MIT License
70 stars 4 forks source link

Saved images are original 512x512 rather than in-filled picture #53

Closed djxie2019 closed 1 year ago

djxie2019 commented 1 year ago

The saved images appear to be the original square DALL-E pictures rather than post the in-fill request. Means use of historic pictures still require credits to fulfil the request.

jezs00 commented 1 year ago

Shouldn't be. Will investigate later. What size is the screen?

On Fri, 17 Mar 2023, 10:56 pm djxie2019, @.***> wrote:

The saved images appear to be the original square DALL-E pictures rather than post the in-fill request. Means use of historic pictures still require credits to fulfil the request.

— Reply to this email directly, view it on GitHub https://github.com/jezs00/pycasso/issues/53, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUTEK7GR5MRGM37OW2CZMDDW4RGQRANCNFSM6AAAAAAV6N5S7Y . You are receiving this because you are subscribed to this thread.Message ID: @.***>

djxie2019 commented 1 year ago

5.65inch 600×448 Pixels

jezs00 commented 1 year ago

I've tested this and have been unable to recreate the issue. The images saved should be the output of the entirety of load_dalle_image(), and there shouldn't be any opportunity for pycasso to save anything but the overall image output from here. The images saved should always be the general output of the image fetching part, prior to cropping.

Can you please try again, and if you are still experincing issues, post logs and config?

jezs00 commented 1 year ago

Is this still an issue?

jezs00 commented 1 year ago

No response, closing due to inactivity.