
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
agentfud-art-engine
Advanced tools
Art engine which helps you to generate thousands of beautiful images for the NFT market.
pipAll 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 git@github.com:AgentFUD/layers.git
Run artengine info, then follow the tutorials.
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]
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
FAQs
AgentFUD Art Engine
We found that agentfud-art-engine demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.