πŸ₯ž
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
  • AI
  • Glif
  1. Glif University

AI Glossary

AI terms and Glif-specific language.

AI

Term

Definition

ComfyUI

A node-based graphical user interface (GUI) that simplifies the process of using ControlNet and other techniques for controlling and guiding image generation models.

Canny lower/upper

Canny Edge Detection helps to identify the edges of objects in an image by finding changes in brightness. Lower Canny Edge Detection helps in identifying more subtle features in pictures. Higher Canny Edge Detection will only pick up the most obvious, strong edges.

Conditioning

Training rules for creating the desired output. It guides the AI on specific details, like what objects, colors, or style to include, ensuring the final image matches what you asked for.

ControlNet

A technique in machine learning that allows users to guide the output of image generation models by providing additional control signals or conditioning inputs.

Guidance start/end

The initial direction or set of rules given to an AI system to kick-start its learning process.

Img2img / image-to-image

A way to generate new AI images from an input image and text prompt. The output image will follow the color and composition of the input image.

Inpainting

An AI technique that fills in damaged, missing, or obscured parts of an image by generating new content that blends seamlessly with the existing image.

IP-Adapter

IP-Adapter stands for Image Prompt Adapter. It’s an effective and lightweight adapter to achieve image prompt capability for pre-trained text-to-image diffusion models.

LoRA

LoRA (Low-Rank Adaptation) fine-tunes AI models like GPT for specific tasks efficiently by updating only a small part of the model, saving time and resources.

Negative prompt

Input used to exclude specific elements from a model’s output. For example, if you wanted to generate an image of a cat without a tail you can use the negative prompt β€œno tail.”

Outpainting

An AI technique that expands images beyond their original borders by generating new content that blends seamlessly with the existing image.

Prompt

Input that a user feeds to an AI system in order to get a desired output.

Prompt power

The effectiveness of instructions in guiding an AI to produce a specific desired result. The higher the prompt power, the more strictly the output will adhere to the given prompt.

Run

The process through which an AI follows a set of instructions/prompts, processes information to achieve the desired task, and then generates the requested output, e.g. an image.

Sampler

A guide that helps the AI decide how to create each part of an image. It makes choices at every step, determining colors, shapes, and textures, based on what it has learned. This helps in turning a simple description into a detailed, realistic picture.

Seed

A number used as a starting point to generate an image. Setting a specific seed number will produce the same result each time. A β€œrandom” seed will produce a different result each time.

Steps

A stage in the process of drawing a picture. Each step is a moment where the AI adjusts and improves the image. More steps = more detail.

Token

A basic unit of text that an LLM uses to understand and generate language. A token may be an entire word or parts of a word. One token is equal to approximately four English characters.

Upscaling

Increasing the resolution of an image, enhancing its details and overall quality.

Glif

Term

Definition

Glif

A micro AI media generator that can include a number of inputs and outputs.

Glifmoji

Uses reference photos of your face as an input to generate AI selfies.

PreviousControlNetNextRunning glifs via the API

Last updated 11 months ago

πŸ“š