Utility to generate a large collection of unique images
Utility for creating a generative art collection from supplied image layers, especially made for making NFT collectibles. Prerequisites Clone the repository by running git clone https://github.com/sem/NFT-Image-Generator. Install the dependencies pip3 install -r requirements.txt. How to use Get an API key from Pinata. Go to config.json and put the JWT (Secret access token) in api_key. Adapt the config to your liking and make sure there is a sequencial number after each folder to represent the order of layers. Run main.py. File […]
Read more