#Overwritten Generated Images

1 messages · Page 1 of 1 (latest)

broken drift
#

everytime i use any plugin to generate a new image it overwrite the last one and showing only last one in all chats, Also i use render for hosting if that an important part.

vale dock
#

@broken drift Did you see logs that were showing to you that it is cause by a problem with permissions?

broken drift
#

although, the old dall-e keep looping before giving the image

vale dock
#

I know I had permission issues on huggingface, but it was completly blocking me access to that folder, and it was logged. 🤔

broken drift
#

@vale dock it has been a day gone while i'm checking, but i got it, the issue because of my reversed endpoint doesn't starts the generated image name (in the url) with "img-" and you depends on that in the code to rename it so it never do

    const match = theImageUrl.match(regex);
    let imageName = '1.png';```
#

just deleting 'img-' fixes the prob