Jon-Becker / nft-generator-py

This tool allows users to generate sets of unique images and metadata using weighted layer collections.
MIT License
301 stars 127 forks source link

missing about 200 images from an 8K mint #62

Closed andreitr closed 3 months ago

andreitr commented 3 months ago

Once the collection was deployed we realized that about 200 images were missing... Unfortunately, I didn't use a seed when generating an original collection. The metadata files are all there. Is it possible to generate images based on existing meta?

If not, should we just generate new images + meta and hope there are not dups?

Jon-Becker commented 3 months ago

Hey! Good news, you can recover the seed:

nano output/.generatorrc

will return something like this:

amount = 1
seed = 118558807758372287836348377392487864665
start_at = 0
output = ./output
allow_duplicates = False
no_pad = False
Jon-Becker commented 3 months ago

resolved, but there's a validation issue whenvalues.len() != file_names.len(). will fix and close this