-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck on Calculating NFTs unique configuration for *** #19
Comments
Is because the max to generate takes in count ur background as another layer, the generator ignore that to not have nfts that just differs in the background |
i'm running into the same issue RANDOMIZE OUTPUT ACTIVE... NFTs LOCATION WILL BE SHUFFLED BEFORE THE METADATA+PNG IS GENERATED. Cleaning output folder... Done. |
You dont have enough combinations. The Max number is using the background as an option, but the generator dont take it as an option |
I've got 6 Background images though |
Yeah, but the code ignore the amount of backgrounds to not have the same character with just a different background. So basically the max amount of combinations is a multiplication between the number of item in each layer but ignoring the background layer. |
Ah I see, that make sense now
…On Sat, 5 Mar 2022, 1:45 am Solseum™ XR NFTs, ***@***.***> wrote:
Yeah, but the code ignore the amount of backgrounds to not have the same
character with just a different background.
So basically the max amount of combinations is a multiplication between
the number of item in each layer but ignoring the background layer.
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACAJZ5RR6YW6WK6KGOW2CF3U6IOYBANCNFSM5PRQQOFQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi, I don't understand what do you mean by a background: I have 5 Layers: 1 Background Color 9 items (summing 100%) It fails with -p 4500 -w 4500 -g 2500 -r 1 C:\Users\drcag\OneDrive\Desktop\NFT final\solseum-nft-generator>python3 main.py -p 4500 -w 2500 -g 2500 It get's stuck right there. It's less than 20% like the readme.md recommends. I really like the program, if you need anything besides a donation just let me know(A translation to spanish for example). |
Yeah its a 57k possible combinations counting the 9 assets on background,but the code doesnt take that background to avoid equal nfts with just a different assets so for the code you actual have (6x4x19x16) = 6384 and thats less than ur 10k you wanna build |
Hahaha all donations are welcome my wallet is wrathiontbp.sol Dw about spanish translation I speak spanish so I can do it! |
How do I overcome that? or does it assume that the first layer is always the background? I want to have to have the background as an asset. Que bueno que hablas en español! Saludos! |
The background will always appear and will asume that the first layer is the background. But if you wanna have ur expected output you can change one line of code inside nft_creator.py. Change the line 167 from: To: Then, you will be able to create the 10k collection using the 57k possible combinations, but you will have a lot of nfts that looks the same (the same attributes and the only one that changes is the background) |
Each time I try to generate a NFT collection, it gets stuck in Calculating NFTs unique configuration for (Whitelist, etc).
All the images have the same size. 65,000~ is the maximum possibilities and I'm generating 9,998.
How can I debug this?
The text was updated successfully, but these errors were encountered: