AppsusUK / NFT-Art-Generator

Easy to use NFT art generator app for windows/linux/mac
MIT License
434 stars 165 forks source link

App stops generating images at 1400 #43

Open gretagi opened 2 years ago

gretagi commented 2 years ago

Hi, so after running the code it generated 1400 images successfully and just stopped. I have more than enough space, before it could generate 1600 and other 2 times when I tried 1300, but it stops eventually. I have enough layers to make 50 000 of them so it is also not a combination issue. Is there any solution to this? Thank you in advance

elementconnector commented 2 years ago

Having the same issue atm, think it's SSD harddrive overheating more than anything lol

IceMasterT commented 1 year ago

what i found is the more rarity folders you have the less it compiles.
for example: Input Images L Background

-L Sun --L Legendary --L Rare --L Common

-L Moon --L Legendary --L Rare --L Common

-L Stars --L Legendary --L Rare --L Common

So you would think that's perfect. Well their Math is wrong, working on correcting it but the best way to get the program to work is to only have one folder for rarities, then control the rarity ratio/percentages through the amount of NFT Layers in each folder.: so you break it down to 7/2/1 or whatever. This means youll have to duplicate layers but name them something slightly different. like add a dash at the end or something on the extra layers so your duplicate layers look like ( 1, 1-, 1--, 1---, -1-, --1--, ---1---) or whatever. hope this helps. i was able to compile 112k working on 1mil.

Input Images L Background

-L Sun --L Common

-L Moon --L Common

-L Stars --L Common