Open jiim123 opened 2 years ago
Same problems here , any solution ?
make sure to change the original number to match the editionSize num
const editionSize = 100
// ...
let rarityWeights = [
addRarity('super_rare', 1, 1),
addRarity('rare', 2, 5),
addRarity('original', 5, 100)
];
Hi, I found this issue but that didn't help me. I guess it has been updated since then, but anyway, I'm trying to generate more than 11 images, beneath 11 is fine, but when I go above I get the following:
Quick note: I have edited the name of each image so it ends with #1 #2 #3 etc. (i.e Rare Orange Eyes #1.png) - do I have to do anything else, in the code for example?
Thanks!