• 2 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: July 14th, 2023

help-circle

  • Yeah imo images have been pretty bad and out of date for like 1.5+ years now :') Everyone please leave perchance - it’s embarrassing for me at this point.

    Still working on getting the new model cheap enough to be free+unlimited, which I already knew would be the hard part, but it’s still harder than I expected. The model is 10x larger, so need literally an order of magnitude of optimizations. If everything goes right (which it won’t), the upgrade is a few weeks away™. Then text model upgrade.

    Also, apologies @RudBo@lemmy.world and anyone else who had/has their gen marked with “Content Warning”. Still lots of false positives due to ai based detection and bugs. For now, you might be able to move lists/things that are triggering false positives to another generator and import them. This stuff is needed due to ad network requirements. Mo website traffic, mo problems.



  • The current text generation model is quite bad in a lot of different ways that are unfortunately hard to fix. If you’re talking about perchance.org/ai-character-chat then you could use custom code to do a replacement - you’d paste this in the custom code box in the character editor (click “show more” and scroll down):

    oc.thread.on("MessageAdded", function({message}) {
      message.content = message.content.replaceAll("Katrice", "Katherine");
    });
    

    Alternatively, you could grit your teeth and bear it for another few months until I upgrade the text gen model - the new model will be a lot smarter and have fewer weird idiosyncrasies like this. Currently I’m finalizing the big image generation model upgrade, and working on a multiplayer plugin, and then next on the list is the text gen upgrade. Ideally I’ll finish upgrading the text gen model some time during April.



  • Sorry about that I think I had a bug - can you please try again? https://perchance.org/a5lshnqjrq

    Also, if you happen to have another browser installed, can you try with that too, so we can cross-check against e.g. network issues vs browser extension issues, etc.

    Testing your OperaGX browser in “guest” mode (i.e. without any extensions enabled), would also be useful info for me.

    If it still doesn’t work in other browsers, then, if possible (it’s fine if not - just ignore this part), can you tell me the company name of your ISP? I.e. “Internet Service Provider” - the company that provides your wifi/mobile data. There were some malicious uploads to user-uploads.perchance.org which caused some ISPs to temporarily ban the subdomain, but it seems that some ISPs have “permabanned” it, so I’d need to reach out to them to ask them to lift the ban I think.