pixegami / pokemon-card-generator

A Python app that generates Pokemon cards, and uses GPT and Midjourney for flavor.
166 stars 37 forks source link

What options do I use to generate an evolution chain? #2

Open robiningelbrecht opened 1 year ago

robiningelbrecht commented 1 year ago

The script can also generate a series of cards that evolve from one another.

What options do I use to generate an evolution chain? I checked the code, but was not able to pinpoint his.

jetlej commented 1 year ago

I'd also love to know!

lachusi commented 1 year ago

I third that!

Also, is there a way to generate two elements at a time? I want to exclude card generation and make an overall pokemon generator out of this. Thanks in advance.