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

Issue when generating config file while using build_config #64

Closed RajARROW closed 1 month ago

RajARROW commented 3 months ago

While running build_config command with path to --trait-dir and if once of the layer folder contains 3 images. The auto generated file contains weights as 33, 33 and 33. The generator will give error as weight adds to 99 not 100. So is in many other cases like when its 6 with 16.

Jon-Becker commented 2 months ago

i will take a look and fix this! thank you for opening.

Jon-Becker commented 1 month ago

Resolved on main