Most likely SUPER not a priority. But you know me 😅

https://perchance.org/prompt-style-tester#edit

The “go” button updates the entire page. As the options are generated this means they are re-generated, which means the chosen option resets, and you can only ever test the top option: Painted Anime.

Simple fix though: put a div with an id around the generations, then update that div only. That’s all that needs updating anyway.

  • VioneT@lemmy.worldM
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 days ago

    Here is an updated code in the AI Artist.

    It seems that there was a problem in setting the properties in the character itself, in which those properties are already existing in the AI Artist character.

    But since you’ve transferred the code to another character, those properties are undefined and cannot be accessed so it cannot change it. I’ve managed to fix it by just setting default values.

        • RedWolfEchoes@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 days ago

          So I hate to ask, but is there no nsfw allowed for the image generation, just curious because earlier today I came across a few scenes in rpg chat where nsfw was definitely depicted and it’s like the image generator went out of its way to show any content like that. Just wondering if it could be because of the custom jv code?

          • VioneT@lemmy.worldM
            link
            fedilink
            English
            arrow-up
            1
            ·
            4 days ago

            Not sure, I don’t really dabble on the NSFW content, so I won’t know lmao.

        • RedWolfEchoes@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 days ago

          Well again thank you so much, I’ve been trying to figure out a way to do this for so long, being able to chat with a custom character have them automatically generate images with somewhat accurate depictions of what’s happening in chat. Having a little trouble getting any NSFW images at least good ones, but that definitely could be on my end 😂. My next step from here is to add a voice emulator or text to speech that doesn’t suck and that everyone can use somewhat easily 🤣, been kind of looking at Suno bark but I’m not extremely familiar on how it works nor am I familiar with how I would go about coding it into the chat. @VioneT@lemmy.world