Skip Navigation

Perchance Ai Gallery

I have 2 problems with the gallery for my private image generator

  1. Sometimes random bot made images appear and I block them but it's never permanant and they always come back, how do i perma delete images from the gallery

  2. I changed the url for the generator but it lost the hundreds of images in the gallery and I can't find them in any gallery saved how do i restore them or at least my old url

3

You're viewing a single thread.

3 comments
  • On the edit generator screen, you can click the 'settings' on the top right, and you can change the URL. Images are bound to the URL of the page, meaning if you change the URL, then those images are also gone, but you can revert the URL back to get back the images.

    By private gallery do you mean the gallery below the generator (I'm assuming that you are using a generator using the t2i-framework-plugin-v2 based generator like ai-text-to-image-generator), then it isn't a private gallery, it is the public gallery. If you changed the gallery destination, into a different name (other than public), there might be a case in which other people are also using the same gallery e.g. even if you changed the gallery name into private it wouldn't be private, it would just be sent to the gallery named private.

    You cannot perma delete images from the gallery by yourself, you need to block and have other people block that specific poster for their images to not display on the public gallery (see this related thread).

    I would recommend using the actual 'private' gallery option that saves the data in your local storage. This is enabled with by adding the following on your settings (assuming you are using the t2i-framework):

    settings // This is the main settings list that is passed to `t2i-framework-plugin-v2` to generate the interface.
      ...
      imageButtons
        personality = true
        privateSave = true // Make sure to have this line.
    

    Then you can click the 🛡️💾 to save it locally on your browser.