GeNFT
  • ✨Introducing GeNFT
  • A.I. NFT Collection Generator
    • 🌎Overview
    • 📚Layer Config
    • ↔️Incompatibility Config
    • 🗃️Project Config
    • 🧰Model Config
      • 🌱Generation Seed
      • 🎨Primary Prompt
      • 🖌️Supporting Prompt
  • NFT Generation Guidance
    • 📔NFT Generation 101
    • 🧑‍🦱Realistic PFP Example
    • 🧑Anime PFP Example
  • NFT / Token
    • 🔮Node NFT
      • 🔥Node Validation
    • 👤Entity NFT
    • 🪙$GEN Token
  • GeNFT Updates
    • 🗺️Upcoming Features
Powered by GitBook
On this page
  • TLDR Tips
  • What are Layers?
  • How do Layers build unique prompts?
  1. A.I. NFT Collection Generator

Layer Config

Find out how Layers influence generations and metadata!

PreviousOverviewNextIncompatibility Config

Last updated 1 year ago

TLDR Tips

  • Layers are what will show up as traits in your NFT images AND metadata

  • There is no limit to the number of Layers you can have

  • Layer Weights control how many NFTs will have this trait

  • Always press "Confirm Layers" to save the project state

  • Layers are injected into the Primary Prompt set in

What are Layers?

The layers are the secret sauce of GeNFT they influence two different things:

  1. Image Generation - each layer is injected into the primary prompt to create a unique generation prompt for each NFT. For a better understanding on how it builds prompts visit here.

How do Layers build unique prompts?

You can think of Layers as doing all the hard work for you in terms of constructing prompts for image generations. It allows you to put a simple Primary Prompt like Anime Characters and the Layers traits will be injected into the Primary Prompt expanding it. An example using the default Character Layers:

Here we see that the Character will either be:

[
  "pirate",
  "robot",
  "ninja",
  "cowboy",
  "priest"
]

Assuming that also we set a simple Primary Prompt of Anime Characters in the Model Config:

Then upon hitting generate each layer will be injected into the primary prompt creating something similar to:

pirate anime character
robot anime character
ninja anime character
...

I hope you are still following along because at this point you should start realizing that the possibilities for this are endless! What previously took pain staking hours of prompt construction now can be accomplished in 10 minutes.

Metadata Creation - each layer that is created also generates a corresponding metadata .json. The default metadata format is Scatter .

Check out our section on to see how you can avoid any Layer trait collisions!

📚
Instareveal
Incompatibility Config
↔️Incompatibility Config
Model Config
Layer Config Screenshot
Layer Config Screenshot
Model Config Screenshot