notional-labs / MageNFT

2 stars 0 forks source link

picture generated will be pushed directly to ipfs #24

Closed nghuyenthevinh2000 closed 2 years ago

nghuyenthevinh2000 commented 2 years ago

I. Task description

Due to 1000 pics generated locally will have a total size of 530 MB. 10000 pics will be nearly 6gb. A too huge size to be moved around.

It is best to create an options in generative-art-nft/nft.py for user to choose to push generated pic directly to ipfs or local save.

II. Task timeline

III. Task deliverables

What deliverables do this task need to deliver?

IV. Task goals

goals that this task needs to achieve

hieuvubk commented 2 years ago

No need to move around, generated pictures will be save locally. If user worry about size, we will delete all in local after pushing to ipfs

nghuyenthevinh2000 commented 2 years ago

Ok