Skip to content
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

Miss image after generation #8

Open
ghost opened this issue Nov 22, 2021 · 2 comments
Open

Miss image after generation #8

ghost opened this issue Nov 22, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 22, 2021

Hi,

I generate a collection with your tools but i have a problem.
I try to generate 11 000 NFT.

The return of the script is good, the metadata.csv contain the date of 11 000 distincts NFT but only 1500 images are created when i open the folder.

You can create a total of 36578304000 distinct avatars How many avatars would you like to create? Enter a number greater than 0: 11000 What would you like to call this edition?: test#1 Starting task... 100% (11000 of 11000) |############################################################| Elapsed Time: 0:03:26 Time: 0:03:26 Generated 11000 images, 10500 are distinct Removing 500 images... Saving metadata... Task complete!

@ElrondPower
Copy link

I am encountering a similar issue.
I believe the issue is that the script will generate X variations, based on the input you give it. However there is not guarantee these variations are distinct.
Example in my case:

  • I can create a series with up 336 variations
  • I ask to have 600 generated images
  • I get 600 images generated, but only 181 are distinct
  • the script will remove the duplicates

2021-12-29_CommandPrompt_01

Would be great if:

  1. the script made sure the variations generated are indeed distinct
  2. the metadata was improved by a. having name "id" for first column, b. the id column's numbering should have trailing 0s to reflect better file name and c. add a column to metadata with the exact filename generated.

@levintech
Copy link

That issue is caused because the script remove the duplicated items after generate N collections.
I fixed this issue and push on my repo. By using the updated script, you can generate unique N collections easily.
Hope to helpful to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants