AppsusUK / NFT-Art-Generator

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

App stop generating the images. #37

Open Hassaanshabbir opened 2 years ago

Hassaanshabbir commented 2 years ago

I want to generate 10000 images using this app but it stops generating about after 1900 images generated. So is there any solution for that. I have lot of memory available in by drive and ram is also available while generating.

marcellodesales commented 2 years ago

That's the problem of running an app in a centralized manner :D

Hassaanshabbir commented 2 years ago

So what I have to do now to make the app generate images without stopping.

marcellodesales commented 2 years ago

:) Scale and not run in a single computer... this is a good app for engineers

akhater commented 2 years ago

:) Scale and not run in a single computer... this is a good app for engineers

what does this mean - if we run from different nodes how can we make sure we have no duplicates?

Hassaanshabbir commented 2 years ago

What will be the minimum requirements to run this app properly and generate images without stopping.

marcellodesales commented 2 years ago

:) Scale and not run in a single computer... this is a good app for engineers

what does this mean - if we run from different nodes how can we make sure we have no duplicates?

I'm already doing one for 3D animations, which requires even more processing power ;) Same algorithm, different platform requirements...

What the user needs is computational power, basic principles of Algorithm Design and Software Engineering principles such as Divide to Conquer... this is basic CS notions... What I have been noticing is that a lot of people are building "scripts" without these in mind and confuses the hack of novice users... Anyway, either learn programming skills, or partner with who knows already ;)