Skip to content

FatGuyy/stable_diffusion_to_nft

Repository files navigation

stable diffusion to NFT

Convert Images from Stable Diffusion to NFT on ETH. Made using python(diffusers), web3.js, solidity, Foundry.

Table of Contents

Description

Convert Images from Stable Diffusion to NFT on ETH. Made using python(diffusers), web3.js, solidity, Foundry, rust(to automate).

File Structure

Here's a breakdown of the project's file structure:

  • contracts/src/basicNFT.sol: Solidity smart contract source code for the ERC721 NFT.
  • foundry.toml: Foundry configuration file for smart contract deployment.
  • generated_images/: Directory containing AI-generated images.
  • generated_images_meta/: Directory for manually created metadata for AI-generated images.
  • main.py: Python script for generating AI images.
  • Makefile: Makefile for running project tasks and commands.
  • __pycache__/: Cache directory for Python files.
  • README.md: This file.
  • script/basicNFT.s.sol: Solidity smart contract source code for the ERC721 NFT.
  • test/basicNFT.t.sol: Solidity smart contract test file.

Prerequisites

Python 3 and Foundry

Installation

We simply have to run the django website and have to download the AI model to run it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published