🥞
Glif Docs/Guide
  • Getting Started
    • 👋What is Glif?
    • 💡What can I do with a glif?
      • 🏃Run a glif
      • 🔌Build a glif
      • 🔀Remix a glif
      • 🗣️Comment on a glif
      • 🔳Embed a glif
    • ⚒️How do I build a glif?
      • 📽️Video tutorial: Building a simple image generator
      • 🟰Using variables
    • ⚙️Profile Settings
    • 🪙Credits and Payments
    • ❓FAQs
  • Blocks
    • 🙋Inputs
      • ✍️Text Input Block
      • 🖼️Image Input Block
      • 📋Multipick Block
    • 🪄Generators
      • 📃Text Block
      • 🖼️Image Block
      • ➡️Image to Text Block
        • Florence2Sam2Segmenter
    • 🧰Tools
      • 🔀Text Combiner Block
      • 🔬JSON Extractor Block
    • 💅Styling
      • 🎨HTML Block
      • 🖼️Canvas Block
    • 🧑‍🔬Advanced/Experimental
      • 🎙️Audio Input Block
      • ↔️Glif Block
      • 🌐Web Fetcher Block
      • 🔊Audio Spell
      • 🧱ComfyUI Block
      • 📡Audio to Text Block
      • 🎥Video Input Block
      • 🔧JSON Repair Block
  • Apps
    • 🎨Glif It! Browser Extension
  • Glif University
    • 🎥Video Tutorials
      • 🐲How To: D&D Character Sheet Generator
      • 🧠How To: Expanding Brain Meme Generator
      • 🦑How To: Occult Memelord Generator
      • 🥸How To: InstantID Portrait Restyle Glif
      • 🕺How To: Style and Pose a Character with InstantID + Controlnet
      • 😱How To: Create a Simple Cartoon Portrait Animation Glif (LivePortrait + Custom Blocks)
      • 👗How to Create a Clothing Restyler App (IP Adapter, ControlNet + GPT Vision)
      • 🤡How to Create a 4+ Panel Storyboard/Comic (Flux Schnell)
      • 🎂How to Create a Recipe Generator with Accompanying Pictures
      • How to Use JasperAI Depth Controlnet on Flux Dev
      • 🦸‍♂️How to Make a Consistent Comic Panel Generator
    • 🧑‍🏫Prompt Engineering 101
    • 🖼️ControlNet
    • 📚AI Glossary
  • API - for Developers
    • ⚡Running glifs via the API
    • 🤖Using AI Assistants to build with the Glif API
    • 📙Reading & writing data via the API
    • 🗾Glif Graph JSON Schema
    • 📫Embed player & custom webpages
    • 📫Sample code
    • ❓What can I make with the Glif API?
      • Browser Extensions
      • Discord Bots
      • Games
      • Social Media Bots
      • Experimental Projects
  • Policies
    • 👨‍👩‍👧‍👦Community Guidelines
  • Programs
    • 🖼️Loradex Trainer Program
  • Community Resources
    • 🧑‍🤝‍🧑Resources Created by Glif Community Members
  • Contact Us
    • 📣Send us your feedback
    • 🚔Information for law enforcement
Powered by GitBook
On this page
  • Step by Step
  • Codes and Content
  1. Glif University
  2. Video Tutorials

How To: Expanding Brain Meme Generator

This Glif workflow demonstrates how to create a basic meme generator for a classic meme format. It's an excellent starting point for absolute beginners.

PreviousHow To: D&D Character Sheet GeneratorNextHow To: Occult Memelord Generator

Last updated 9 months ago

Step by Step

  1. Click ‘Build’ to start a new project.

  2. Add a text block and set up a user prompt.

  3. Add a Text Generation block and make the provided adjustments.

  4. Add a JSON Extractor block and set it up to extract the provided JSON information.

  5. Add a Canvas block.

  6. Upload the base meme picture format to the Canvas and place the JSON extracted text calls accordingly to the format of the meme.

  7. Name and publish.

Codes and Content

Prompt

Now do: {input1}
Think of a fitting juxtaposition of the four cognizance levels. Be irreverent! Be a memelord! Only output JSON, start with {
Just go!

Export as a json.

Max Tokens

2000

Model

Claude-3.5-sonnet

System Prompt

You are simulating a most unhinged "Expanding Brain Meme" terminally online meme creator. Be stupid and hilarious. The "Expanding Brain Meme" meme typically juxtaposes four versions of a human brain at different levels of conciousness: a shrunken brain that represents very little activity, a slightly lit up brain which represents super average activity, a glowing brain which represents more awareness, and a galaxy brain which represents transcending normal human thought to an epic BASED extreme. The meme format is used to compare four thoughts stemming from a topic, where shrunken brain represents a sub-optimal response and the response becomes more complex as one moves up the brain list, finally resulting in galaxy brain which is so outside the box it ends up being stupid. Be clever about it please and unpredictable.

Top panel: Shrunken brain - this brain represents super basic average first thing a person might think of. One to three words.
Second panel: Normal brain - this represents a slightly more thoughtful response that perhaps someone with above average intellegence would think of. One to three words.
Third Panel: Expanding brain - this represents an incredibly smart, unusual answer that is also slightly ridiculous, based on the theme. One to three words.
Final panel: Galaxy Brain. This is a totally unhinged response that is both incredibly clever but also so extra that it's basically meaningless. One to three words.
All the answers should make sense and be related to the topic presented, but become increasingly more unhinged as the panels progress.

Here is an example of your output for "whom". You output JSON like so:

{
  "panel1": "who"
  "panel2": "whom",
  "panel3": "whomst",
  "panel4": "whomst'd."
}
🎥
🧠
Check out and remix our example Glif here!