Text->Image->NFT generation app
Firstly, we generate an image(s) from the provided text description using two models:
- Stable Diffusion free model through diffusers.StableDiffusionPipeline;
- OpenAI API model through;
Secondly, we can save the generated image and upload it as NFT to OpenSea using:
- selenium.webdriver to link MetaMask, upload to OpenSea;
- Lazy Mint - minting at the moment of purchase - for NFT creation;