So in the ai girlfriends when they send a picture nothing comes up, videos still come up though. If that can get fixed that would be great.
Thanks. We will pass this to our technical team. They do have a limited number of pictures that they are able to send you, and I’m wondering if in this session you have already requested all of them. We are adding more. They are not generating them live. The model usage is far too expensive to offer this feature for free and allow them to generate unlimited images using tokens.I think there are 100 or more images per person, but we just found a way to generate more at a pretty good cost. In the next month or so, we will try to add several hundred images and videos to each of these models in different scenarios, etc.
I have the same issue, I believe it’s something in the CSS.
I have successfully worked around it with the following (loaded via Stylus)
.mantine-Image-root {
flex: 1 !important;
}
The original CSS has flex: 0; which doesn’t work for some reason (I’ve not debugged further).
Firefox 153.0, if it matters.
Hi Brian, so don’t know if the devs have looked into it yet, but the ai girlfriend pictures are still not working and not showing when they send one. Thanks.
Hi, send me in private the your email that you access the fun platform and i will debug the conversations.
I have the same issue. The pictures do not appear in the chat messages when I use Firefox on my PC, but I can see them when I switch to my iPhone + Safari. Like previously mentioned, it seems to be limited to pictures, as videos do show up without issues.
Hey Alex, is it possible to put some sort of auto reply timer in the AI girlfriends on some of the subrit/scenarios/replys? There’s one or two that of them (usually with the doms) where they set the vg2 speed then go away for a while but say they come back soon and tell you to wait and not type and if you wait you’ll get praise or whatever bit they don’t come back you have to type. So is that possible? Thanks.
Same thing is happening for me with Stacy. I have never received a pic or video. Just an explanation of what the pic or video is and Lilly won’t control my device anymore. It worked once and hasn’t worked since.
Another Firefox user here. Images don’t show, but videos do. When I brought up the network inspector tab, I do see the images being sent and can open them in a new tab, they just don’t show in-line in the chat.
this is fixed now.
It turned out to be a Firefox-only rendering bug, exactly as you all narrowed it down. The picture was downloading fine and was actually “there”, just rendered at 0×0 pixels. That’s why videos worked.
Big thanks to @MasterBaiter for the CSS workaround that pointed straight at the cause, and @whiskeytangofoxtrot for confirming via the network tab that the images were loading — you basically handed us the diagnosis.
The fix is deployed to fun.autoblow.com. If you still don’t see pictures, do a hard refresh (Ctrl+Shift+R) to pick up the new version, then it should work in Firefox from now on. You can remove the Stylus workaround too — it’s no longer needed.
@Ghost — your case sounds like a different problem (media never being sent at all + device control stopping, rather than pictures loading invisibly). We’ve shipped separate improvements on that front recently. If it’s still happening, send me a private message with the email you use on the fun platform and I’ll debug your conversations directly.