HashLips / hashlips_art_engine

HashLips Art Engine is a tool used to create multiple different instances of artworks based on provided layers.
MIT License
7.18k stars 4.3k forks source link

rarity #1369

Open annarannar opened 2 years ago

annarannar commented 2 years ago

Hi I have 5 files each file has layers The last file has 10000 layers for each NFT layer I want to create 10000 NFT for each layer image from the last file without repeating what code I use

bolshoytoster commented 2 years ago

@annarannar you could probably add bypassDNA to all other layers.

annarannar commented 2 years ago

I added it but it doesn't work

bolshoytoster commented 2 years ago

@annarannar could you paste your layersConfigurations please and make sure you save src/config.js.

annarannar commented 2 years ago

Untitled

bolshoytoster commented 2 years ago

@annarannar I meant add bypassDNA to all the other layers, not the one with 10000 images.

annarannar commented 2 years ago

Untitled

annarannar commented 2 years ago

I have Error

bolshoytoster commented 2 years ago

@annarannar remove the {}s surrounding options: {...}, remove the ;s after the bypassDNA: falses and change the falses to true.

annarannar commented 2 years ago

I still have repetitions in the pictures

bolshoytoster commented 2 years ago

@annarannar could you paste your layersConfigurations again please.

annarannar commented 2 years ago

Untitled

bolshoytoster commented 2 years ago

@annarannar Option should be options (with an s and lowercase O).

annarannar commented 2 years ago

Thank you so much from the bottom of my heart my friend