Glossary
An A–Z index of terms used across the repo. Each entry is a one-line definition and a link to the fuller page.
(This glossary will grow as pages are written. It is currently a stub with the terms already covered; new entries should be added as each page is authored.)
A
C
- CFG (Classifier-Free Guidance) — a knob controlling how strictly the model follows the prompt. See
generative-media/concepts/model-basics/(page planned).
D
- Diffusion — the process by which many image/video models turn noise into coherent output. See
generative-media/concepts/model-basics/(page planned).
G
- Generative Production — the discipline this repo teaches. See
foundations/what-is-generative-production.md.
I
- Iteration and selection — the core loop of working with generative tools. See
foundations/iteration-and-selection.md.
L
- LoRA (Low-Rank Adaptation) — a lightweight adapter that teaches a base model a style, subject, or concept. See
generative-media/concepts/model-basics/(page planned).
P
- Prompt — the instruction you give a generative model. See
foundations/prompting-principles.md.
S
- Seed — a number that makes a generation reproducible. See
generative-media/concepts/model-basics/seeds.md.