pip install -r requirements.txt
In your .env file
OPENAI_API_KEY="sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
-
Generate a collection
python src/generate.py
-
Generate image with Midjourney using the scripts
-
Put all images in the images folder of the collection and name thoses like it "1.png"
-
Render all cards of the collection
python src/render.py
-
Upload all the renders with a decentralized tool
-
Update the .json of the collection setting the new ipfs address
-
Upload all the data with a decentralized tool
-
Enjoy!