Jon-Becker / nft-generator-py

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

🛠️ refactor: generator and lib scripts, re-introduced cli #51

Closed webcoderz closed 1 year ago

Jon-Becker commented 1 year ago

Hey! I'll try to review this weekend. Thank you for contributing <3

webcoderz commented 1 year ago

You're welcome, there's a slight bug somewhere in the PIL compilation stuff where it's not transposing the layers.. I haven't found it yet but it's somewhere in the checking and merging layers part

webcoderz commented 1 year ago

ok found the bug. fixed

webcoderz commented 1 year ago

Also if you're interested I have made further updates on generating directories and it basically makes a project/ dir where it puts the trait layers etc dirs into a project/{project_name}/* dir for better organization

webcoderz commented 1 year ago

also wasnt sure which CID update code worked.. i so added both for good measure