Just started happening within the past 12 hours or so. Anyone else having this problem?
I know that @[email protected] was working on gallery filters… maybe this is related and hopefully temporary?
EDIT: This seemed to be fixed for a while but it is happening again. This time, the “Network failure” error message takes a lot longer before being displayed.
How many tries have you done after the
network failure
error? Sometimes it adds it after the second try of sending to the gallery.Several tries… I’ve seen it before, and yes, it always saved on the second try in the past. This time, it wouldn’t save at all after 5 or 6 tries - which is why I finally posted about it. I also tried saving to different galleries, etc.
This lasted for quite a few hours, but it seems to be working again, now.
There is a new private gallery option (on
t2i-framework-plugin
based generators e.g.ai-character-generator
) that saves the image and image inputs on your device directly and doesn’t save it to server if you don’t need to share it publicly and just want to save the image.Hm… that sounds REALLY cool, but I’m not sure I want to import the framework just for that functionality. My main gen is pretty clean, and the framework has a lot of stuff that I don’t need or use.
I’m not seeing the new private gallery interface on: https://perchance.org/ai-character-generator (?)
I see that it’s based on the “create-media-gallery-plugin” - but the demo gallery button on that page (https://perchance.org/create-media-gallery-plugin) doesn’t work for me. Clicking the button does nothing.
Do you have a working demo in any of your image gens that’s using it? Or better yet, a stripped down standalone “Private Gallery” plugin?
It seems to be activated on
ai-text-to-image-generator
. Here is a simple example of how to use it: https://perchance.org/create-media-gallery-plugin-example-with-t2iEssentially you just want to select the iframe, then access the
textToImagePluginOutput
property of that element to get the inputs, turn the image into a blob, then use the function to save it on the gallery.EDIT Here is a
text-to-image-plugin
which has acreate-media-gallery-plugin
wrapper on the generated images - https://perchance.org/t2i-with-create-media-gallery that you can substitute to thetext-to-image-plugin
import,Thanks for your help! I guess I misunderstood when you said “New private gallery option”. This doesn’t appear do anything different than the default t2i output provides - without using the additional plugin import:
I never even use the “Save to your device” button - I just use: Right-click generated image > “Open in new tab” > Save image
Also, in BOTH of your example links the “Show Gallery” buttons do nothing in my browser (Firefox).
The image you linked is still the ‘public’ gallery of the
text-to-image-plugin
, just that you are using a different gallery location. The new private gallery is fully private as it saves the info locally and doesn’t send it to the server.The new send to private gallery is beside the ‘persona’ button on the
ai-text-to-image-generator
and the button to open it is on the bottom middle of the screen. The buttons have the 🛡️ emoji.On the page that I linked second, which wraps the
text-to-image-plugin
with the buttons for the private gallery, shows the following on Firefox:
Where the ‘Show’ will show the gallery and ‘Add to’ will add to the gallery. Clicking the ‘Show’ should open something like this:
Then when you click ‘Add to’, an alert should popup:
Then when you click the ‘Show’ again, it would reflect the new added image to the private gallery.
On the two examples I made, I have also disabled the ‘public’ gallery with thehideGalleryButtons
setting of thetext-to-image-plugin
which is why it doesn’t show:
Okay…
The browser that I use for Perchance is Floorp (based on Firefox). I’m using the latest version (11.14.1 (64-bit)) that will run on my older Mac OS.
On your example page (
t2i-with-create-media-gallery
), the “Add to” button shows the popup confirmation, but the “Show” button does nothing.On the
ai-text-to-image-generator
page, The “Private Save” and “Show Private Gallery” buttons do nothing. The “Generate Persona” function seems to work fine.Same results in Opera (Chromium version:116.0.5845.188)
Same results in Brave (Version 1.57.64 Chromium: 116.0.5845.188 (Official Build) (x86_64))
Out of curiosity, I tested Firefox - 102.6.0esr (64-bit)… … and it DOES work! At least on the
ai-text-to-image-generator
page.On your
t2i-with-create-media-gallery
page however, when clicking the “Add to” button, it throws a perchance error.I was surprised at these results, because usually the Chrome browsers handle newer code better than the older version of FF that I’m using.
I guess I’ll have to decide if I want to switch to the version of Firefox that works, and then implement the Private Gallery functionality into my generator(s). I’m not sure it’s worth it for what I’m doing.
Thanks again for your help.
Yep same thing I faced around 8 hours ago and couple of days ago, saving to the gallery showing Network failure