3
submitted 6 months ago by [email protected] to c/[email protected]

Hi all,

first off I'd just like to say how blown away I am by the potentials of Perchance. I bet to most of you this is baby stuff but for me this is my first step in to this world and its just incredible stuff.

So I have a question...more so to if its possible and then I'll properly wrap my head around the coding of it.

I'm looking to create a short sequence of scenes, like a still animation. Some time the background will stay the same but the character would change pose say. Or maybe the background (say a kitchen scene as example) may change camera angle/view and the character would change position/pose. Im not looking to create frame by frame stuff. Just scene changes but retaining features through out. I totally can see it being possible to do, was just hoping to hear some advice from people that have much more experience than I do.

If any of that doesn't make sense (most probably!) please just ask and I'll try to better explain.

TIA

Sam

p.s. Oh I should probably state that I plan to use t2i to create the scenes, then overlay/combine character and adjust accordingly

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 2 points 6 months ago

Yeah I agree...what I'm trying to do is wrap my head around the components and then further expanding on those. In doing so new approaches/methods come in to the light. Example...earlier in my head I envisioned the 'stacking' of generators.....that image is now evolving as I'm discovering input output formatting, advanced hierarchical lists, multiple sub listing etc etc.

That's great man, nice work ๐Ÿ‘ We sound very similar in our approaches. The last few hours I've pulled up generators that have applicable functions and taking a good look at how they've been coded. Just breaking it all down and wrapping my head around it.

Is there a way of viewing a plugins source code at all? Just I really want to look over a few and see how they're put together. The interesting thing I'm seeing with coding is the multiple approaches for achieving the same result. Some look crisp and smooth running....some look convoluted and hard work for all involved even the AI! lol

[-] [email protected] 2 points 6 months ago

If you mean how the AI generates the image, the code is server side. But, you can look at the code of the client side on Perchance. Go to a page, then click the 'edit' on the top navigation bar and it would open the code panels.

[-] [email protected] 2 points 6 months ago* (last edited 6 months ago)

Ahhh now I understand. I initially thought all plugins were like the t2i one....so with this example below, where is the 'pose-generator-simple' code?

image = {import:text-to-image-plugin}
pose = {import:pose-generator-simple}
verb = {import:verb}

If i paste it at the end of perchance.org in the address bar I get 'random pose' generator....so is {import:pose-generator-simple} using the generator at https://perchance.org/pose-generator-simple as the plugin? And therefore the html IS the code?

[-] [email protected] 2 points 6 months ago

So, in Perchance there are two places to put codes in, the Lists Panel and the HTML Panel

Most of the time, you 'import' a 'plugin' on the Lists Panel e.g.

image = {import:text-to-image-plugin}

output
  ...

So, to see the code of the text-to-image-plugin you go to the perchance.org/text-to-image-plugin.

In your example, you are importing the text-to-image-plugin, pose-generator-simple and verb generators. Then to see their code, you just add those 'names' to the 'perchance.org/{name}' to see their code.

By Default, all generators in Perchance can be imported and the imported data can be specified.

On the text-to-image-plugin it would only output the $output(...) => which is a function, then to use it on your generator it would be [image(...)] since the output of the text-to-image-plugin is a function, and you imported it into the namespace image (image = {import:text-to-image-plugin}).

[-] [email protected] 2 points 6 months ago

I've jumped on that KhanAcadamy course to help fill in blanks I'm unaware of ๐Ÿ‘

[-] [email protected] 2 points 6 months ago

And it all becomes instantly clearer. Thank you ๐Ÿ˜€๐Ÿ‘

[-] [email protected] 1 points 6 months ago
[-] [email protected] 2 points 6 months ago

Woah that is minimal indeed! ;) Its cool though man I understand whats happening now. I presumed all plugins were programmed using jscript so didn't make the connection that the generators were indeed "plugins" themselves. It totally makes sense now. ๐Ÿ‘

[-] [email protected] 2 points 6 months ago

and besides...I've no time for plugins...I'm elbow deep with KhanAcademy drawing ellipse's ๐Ÿ˜‚ ๐Ÿ˜‚

[-] [email protected] 2 points 6 months ago

Im finding your physical description v2 image generator really interesting to analyse ๐Ÿ‘

this post was submitted on 27 Feb 2024
3 points (71.4% liked)

Perchance - Create a Random Text Generator

392 readers
5 users here now

โš„๏ธŽ Perchance

This is a Lemmy Community for perchance.org, a platform for sharing and creating random text generators.

Feel free to ask for help, share your generators, and start friendly discussions at your leisure :)

This community is mainly for discussions between those who are building generators. For discussions about using generators, especially the popular AI ones, the community-led Casual Perchance forum is likely a more appropriate venue.

See this post for the Complete Guide to Posting Here on the Community!

Rules

1. Please follow the Lemmy.World instance rules.

2. Be kind and friendly.

  • Please be kind to others on this community (and also in general), and remember that for many people Perchance is their first experience with coding. We have members for whom English is not their first language, so please be take that into account too :)

3. Be thankful to those who try to help you.

  • If you ask a question and someone has made a effort to help you out, please remember to be thankful! Even if they don't manage to help you solve your problem - remember that they're spending time out of their day to try to help a stranger :)

4. Only post about stuff related to perchance.

  • Please only post about perchance related stuff like generators on it, bugs, and the site.

5. Refrain from requesting Prompts for the AI Tools.

  • We would like to ask to refrain from posting here needing help specifically with prompting/achieving certain results with the AI plugins (text-to-image-plugin and ai-text-plugin) e.g. "What is the good prompt for X?", "How to achieve X with Y generator?"
  • See Perchance AI FAQ for FAQ about the AI tools.
  • You can ask for help with prompting at the 'sister' community Casual Perchance, which is for more casual discussions.
  • We will still be helping/answering questions about the plugins as long as it is related to building generators with them.

6. Search through the Community Before Posting.

  • Please Search through the Community Posts here (and on Reddit) before posting to see if what you will post has similar post/already been posted.

founded 1 year ago
MODERATORS