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.19k stars 4.3k forks source link

Successfully generated 10000 png files but there id no json file #659

Open Brad-CurrencyHub opened 2 years ago

Brad-CurrencyHub commented 2 years ago

I successfully generated 10000 png files but there are with no json file. There is no images or json directory under the build directory. All the images were written to the build folder. Did I miss a confg file somewhere?

Thank you in advance for your help.

bolshoytoster commented 2 years ago

@Brad-CurrencyHub can you run git diff in the terminal and copy/paste the output here please?

Brad-CurrencyHub commented 2 years ago

C:\Users\Brad\Downloads\proj\generative-art-node-main>git diff 'git' is not recognized as an internal or external command, operable program or batch file.

same response if I run it in the src folder. I assume I'm missing something obvious.

bolshoytoster commented 2 years ago

@Brad-CurrencyHub did it return any errors when you generated the images? It's a know issue that when it returns You need more layers or elements to grow your edition to ... it doesn't write metadata. I've fixed it in my repo so if you download that instead it should work.

Brad-CurrencyHub commented 2 years ago

It had no errors the images all look fine, no errors. I can run your to check it.

I just installed git and reran the git diff it says the following...

generative-art-node-main) 1 % git diff warning: Not a git repository. Use --no-index to compare two paths outside a working tree usage: git diff --no-index []

As you may have guessed, I'm not a developer. :-)