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

Weights for layer groups #36

Open mwkemo opened 2 years ago

mwkemo commented 2 years ago

Would be great to add support for weights for layer groups. Lets say we have following layer groups:

Background - always render Body - always render Head - always render Hats - render only on 20% of images Glasses - render only on 10% of images

btw. love your script, really nicely done.

Jon-Becker commented 2 years ago

Will be added in v2.1

iYonga commented 2 years ago

Will be added in v2.1

When is 2.1 coming out? :) I need this as well. The way I do it, I just add a blank PNG and give it the percentage I want but with incompatibilities, we have a slight outage. Love your work btw.

Jon-Becker commented 2 years ago

Will be added in v2.1

When is 2.1 coming out? :)

I need this as well. The way I do it, I just add a blank PNG and give it the percentage I want but with incompatibilities, we have a slight outage. Love your work btw.

I can have a release by Friday. ❤️

keywordcrypto commented 10 months ago

Will be added in v2.1

When is 2.1 coming out? :) I need this as well. The way I do it, I just add a blank PNG and give it the percentage I want but with incompatibilities, we have a slight outage. Love your work btw.

I can have a release by Friday. ❤️

Was this fixed yet? The Configuration code and notes still say traits should add up to 100 for weight.