NFT Image Generator
Learn how to generate NFT images and upload them to IPFS.
NFT Image Generator is a Github project created by the user Sem. It uses a Python script to generate NFT images and then upload them to IPFS. The original version of this project has been forked and edited to use Filebase instead of the original IPFS pinning provider that was used.
Read below to learn how to generate NFT images and upload them to IPFS.
git clone https://github.com/sem/Filebase-NFT-Image-Generator.git
pip3 install -r requirements.txt.
Click the drop-down menu for 'Choose Bucket to Generate Token', then choose the IPFS Filebase Bucket you want to use.


Make sure your file structure looks something like this:
NFT-Image-Generator/
├─ main.py
├─ config.json
├─ 1 background/
│ ├─ red.png
│ ├─ green.png
│ ├─ blue.png
├─ 2 body/
│ ├─ female.png
│ ├─ male.png
│ ├─ zombie.png
├─ 3 eyes/
│ ├─ sun_glasses.png
│ ├─ normal_eyes.png
│ ├─ vr_glasses.png
run main.py
If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 2mo ago