https://perchance.org/beautiful-people come make some ai art :)

  • 13 Posts
  • 66 Comments
Joined 9 months ago
cake
Cake day: January 3rd, 2024

help-circle


  • This is usually the amount of variation I get. Here are a few examples. Same seed often is same color and same area where big objects are. the last one is just the word Prophetess to highlight how less tokens is less variation. i put them in the https://perchance.org/beautiful-people gallery.

    spoiler

    sameseed sameseed sameseed sameseed sameseed

    Not this morning, but sometimes when moving GuidanceScale up or down on the same seed there hits a transition point at a specific guidance scale with that image where the variation between sameseed images is much larger.




  • you are so right. im going to only have my documentation be true sometimes now.

    Also ironically in my mind I hadn’t even considered it being an ‘on purpose misleading’ until adcom mentioned it. My initial thought was Perchance used to work like that or was initially intended to and later the dev put various filters in which caused seed now to not always be identical. I thought it some innocent thing.

    I am surprised by this post at how acceptable false documentation is and that things that are actually wrong are valid to put in as documentation. You won’t ever see me doing that unless it is accidental; in which case I 100% appreciate being made aware of it.




  • 3Tho I do not think this is one of those areas.

    Long ago I actually made a generator that was based off this concept of same seed = same image. After a decently long build time, it turned out that same seed does NOT equal same image and was an unforseen wrecking of that design concept; not just unforseen, but I had read this same sentence I am highlighting now and it is specifically this sentence that made it sound good to go but as an unexpected failure with wasted effort.

    It can be explained to newbies without causing harm. But right now it isn’t ‘ommitting nonessential info’. It is portraying something incorrectly and, if anyone uses the info for a generator using the concept of Same Seed = Same Image, they get pwned by the statement having been unexpectedly false.

    I do not know anywhere else in Perchance where something stated as true is actually false and if you use that info assuming it’s true you get pwned.








  • very cool!

    Though you may find Kotlin WebView does not play nice with Perchance AI. I tried to put a Perchance AI art gen in a kotlin webview long ago and it was detected as like ‘adblocked’ if i remember right.

    nice experience you are gaining! Kotlin is very powerful. And cool idea with the improving organization. I probably wont look in to the Search since it’s a bit out of my way, but kno that with Kotlin you can solve anything. Even if you have 30+ bugs, those are 30+ opportunities to learn what you did wrong and not do them again. also I highly suggest making a simplified Toast function you can place anywhere easy peasy for when solving issues (equivalent of console.log to tell yourself what variables are at each step so you can pinpoint when a value isnt getting from point A to point B).