Git Product home page Git Product logo

agentfud-art-engine's Introduction

agentfud-art-engine

Art engine which helps you to generate thousands of beautiful images for the NFT market.

Features

  • Configurable layers
  • Configurable rarity weights
  • Information about your project
  • Metadata and image generation based on pre-generated DNAs
  • Excluding traits from metadata

Installation

via pip

All the artengine projects could be in a single directory

mkdir artengine_projects
cd artengine_projects

Creating and activating virtual environment

virtualenv env
source ./env/bin/activate

Install agentfud-art-engine

pip install agentfud-art-engine

Create first project in my_project directory

artengine init my_project

Enter into the directory, start configure and build

cd my_project

Now we can edit instance_config.py

If you want to fully test it, remove layers folder, then clone a prepared layers folder like this

rm -rf layers
git clone [email protected]:AgentFUD/layers.git

Run artengine info, then follow the tutorials.

Usage

Create your own layers.

Edit instance_config.py, set up your layers, DNA generation type, etc.

Generate rarity configuration file with

artengine rarity generateconfig

Edit rarity-config.json as you like. Please keep in mind artengine info will tell you the maximum possible combinations so do not try generate more than you possibly could.

Generate DNA database.

artengine dna --collection_size 30 -retries 10

Check generated rarities with

artengine rarity check

Bake your images

artengine bake both/metadata/images [--clean-up]

Development install

git clone https://github.com/AgentFUDagentfud-art-engine.git

cd agentfud-art-engine

virtualenv env

source ./env/bin/activate

pip install --editable .

type artengine, you should see something very similar

(env) agentfud@Legion-Y540:/tmp/agentfud-art-engine$ artengine
Usage: artengine [OPTIONS] COMMAND [ARGS]...

  Welcome to Agent FUD ArtEngine! An all-in-one cli tool for NFT artists!

Options:
  --help  Show this message and exit.

Commands:
  bake          Bakes images and metadata files
  info          Gathers and prints out information about your project
  init          Initializes a new Art Engine project
  rarityconfig  Generates rarity config json file
  run           Runs any python script

agentfud-art-engine's People

Contributors

agentfud avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.