Arynwood Technology

Lorelei Noble

What happens when you train an AI on your own artwork? I'm finding out by teaching a machine to recognize my personal art style and create new images in that style. This is the real-time story of that process - the experiments, the bugs, and what works.

Episodes

  1. Jul 17

    Color Theory and Machine Learning

    Episode Title: Color Theory and Machine Learning In this deep-dive discovery session, we explore how the modern artist can move beyond simple prompting to reclaim control over the AI color pipeline. This episode serves as the foundational research for a potential 14-module university curriculum, bridging the gap between classical color science and the latent representations of models like SDXL and Flux. Segment 1: Engineering the Open-Source DatasetThe mantra of this exploration is "Quality In, Quality Out"—an AI algorithm trained on data that does not represent the real world will inevitably underperform and perpetuate hidden biases. We discuss leveraging premier open-source resources like the Flickr30k dataset, which provides over 31,000 images with detailed human-annotated captions, and the massive LAION-5B library. To solve the "diversity gap" often found in models trained primarily on fair-skinned populations, we look at implementing the Monk Skin Tone (MST) Scale, which expands color classification to 10 types to ensure better representation of Fitzpatrick types V and VI. Segment 2: The Mathematics of VisionAI models do not "see" color; they interpret statistical patterns, often through the hardware-dependent RGB color space. To build an "intelligent" system, we must move toward device-independent spaces like CIELAB (LAB) and XYZ, which are modeled on human color-matching experiments and separate lightness from hue to remain robust against lighting shifts. We also dive into the HSV (Hue, Saturation, Value) space, which more accurately mimics how humans perceive color brilliance and purity. By using frameworks like HSV-NIMA (Neural Image Assessment), artists can automatically score images based on color harmony and aesthetic appeal rather than just technical clarity. Segment 3: Training Your Personal Style FileOnce your data is curated, we examine how to create a "visual fingerprint" for home training. This involves moving beyond text and integrating 5-color palette guidance as a separate mechanism to control the overall color scheme of an entire image—including elements prompts often ignore. We also discuss the preprocessing pipeline, which requires extracting ICC profiles and EXIF metadata to ensure the model doesn't learn accidental "noise" from different camera sensors or white balance errors. Finally, we explore using negative prompts as a "color safety net" to avoid the "HDR trap" and "plastic" textures by explicitly excluding things like "orange cast" and "oversaturation". Conclusion: Reclaiming the Latent SpaceBy mastering these mathematical color management techniques, artists can transition from "guessing" with prompts to intentionally engineering their aesthetic. This episode marks the beginning of a journey into dataset engineering, transformer-based architectures, and the physics of light.

    Color Theory and Machine Learning
  2. Jul 16

    Understanding Tokens and Transformers

    The podcast episode takes you under the hood of modern artificial intelligence to explore the fundamental units of machine thought. We move past the "magic" of AI to examine the precise mathematical journey information takes, from a human prompt to a generated answer. In this deep dive, you will learn: The Anatomy of a Token: Why AI models don’t actually read words, but process "tokens" -chunks of text represented as numbers. We explore the technical trade-offs between word-based, character-based, and subword tokenization strategies like Byte Pair Encoding (BPE).Transformer Architecture & Self-Attention: A look at the landmark 2017 "Attention Is All You Need" paper. We explain how the self-attention mechanism allows a model to understand context, like figuring out if the word "bank" refers to a financial institution or a river shore, by attending to all words in a sentence simultaneously.The Economics of Intelligence: An exploration of the "invisible currency" of AI. We discuss why cloud providers charge per input and output token and how the context window acts as a model's temporary "RAM," creating a fundamental limit on how much information an AI can "remember" at one time.Sovereignty and Local AI: Why understanding your tokens is a matter of security. We touch on the strategic shift toward local-first AI and tools like Ollama and LlamaIndex to keep sensitive data private and maintain "compute sovereignty".Presented as part of the Arynwood Technology Free Learning Mission, this episode is designed to democratize AI knowledge for everyone, from curious beginners to developers looking to build private, secure intelligence systems.

    Understanding Tokens and Transformers
  3. Jul 13

    Digital Hybridization Techniques

    Episode Description: Can you truly lock a character’s identity into an AI model without losing artistic soul? Join Lorelei Noble, lead researcher at Arynwood Technology, for a deep dive into the world of Digital Hybridization—the synthesis of manual human technique and local machine learning.In this episode, we pull back the curtain on the ArynCore MCP to explore how artists can reclaim creative sovereignty from cloud subscriptions. We break down the exact technical pipeline used to create the "Arynwood Artifact," a professional-grade character LoRA trained entirely on consumer-grade hardware.What’s inside this deep dive: The Power of Data Discipline: Why Stage 3 manual captioning beats "luck" every time. We discuss isolating identity from style to prevent "bleeding" and the importance of the "Aaronwood" trigger word [Conversation History].The Tagging Engine: An exploration of the WD14 Tagger and its various architectures—from the speed-critical ViT to the high-accuracy SwinV2—and how it serves as the foundation for your dataset metadata.SDXL Architecture Exposed: Why your characters look better in SDXL. We discuss the dual text encoder system (CLIP ViT-L and OpenCLIP BiG-G), the massive 2048-dimensional embeddings, and fine-grained 32-pixel resolution bucketing.The 12GB VRAM Survival Guide: Practical strategies for home training, including text encoder output caching—where we move heavy encoders to the CPU to free up space for the U-Net—and managing size conditioning embeddings for perfect composition.The BYOM Philosophy: Introducing the Design Studio, a community-focused, lightweight UI that allows you to "Bring Your Own Model" and plug it into a local-first creative ecosystem [Conversation History].Whether you’re a developer building agentic flows or an artist looking to master your own style, this episode provides the technical roadmap to move from "prompt engineer" to "model architect."Built on Open Source: All research and software discussed are released under Creative Commons 4.0 (CC BY 4.0) and MIT licenses to support the global creator community.

    Digital Hybridization Techniques
  4. Jul 12

    Distilling Your Artistic Identity into Local AI

    This podcast provides a comprehensive exploration of Lorelei Noble’s work at Arynwood Technology, focusing on the intersection of human artistry and local machine learning within the ArynCore MCP ecosystem. It details how creators can leverage open-source software and local hardware to avoid costly subscriptions while pushing the boundaries of "Digital Hybridization"—a process that blends manual brushstrokes from tools like Procreate with trained SDXL LoRAs. The discussion covers several key areas of your research and development: Training at Home on Limited GPUs: The episode breaks down the methodology for training LoRAs, highlighting specific configurations like Network Dimension 32 and Alpha 16 that ensure stable convergence and style capture without needing industrial-grade hardware.The "Arynwood Artifact" and Portability: A major focus is your core research finding: Ecosystem Portability. The podcast explains how a stylistic identity trained on one SDXL derivative (like Juggernaut XL) can successfully transfer to others (like Dream Shaper XL Turbo) without retraining, though it notes the architectural barriers when attempting to move these artifacts to legacy systems like SD 1.5.The ArynCore MCP Hub: Listeners will get a tour of your "local-first AI desktop hub," which unifies diverse tools into a single interface. This includes the Design Center for visual assembly and the Workflow Builder for chaining LLMs with video and audio tools.Creative Audio & Video Tools: The "fun" side of the project is highlighted through the Studio sidecars. This includes using Demucs v4 for high-quality stem separation (vocals, drums, bass), RVC v3 for vocal timbre conversion with pitch shifting, and SadTalker for generating talking-head videos.Open-Source Philosophy: Finally, the podcast underscores the community-driven mission of Arynwood, where all research artifacts and software pipelines are released under Creative Commons 4.0 (CC BY 4.0) and MIT licenses to foster collaboration and local resource utilization.

    Distilling Your Artistic Identity into Local AI

About

What happens when you train an AI on your own artwork? I'm finding out by teaching a machine to recognize my personal art style and create new images in that style. This is the real-time story of that process - the experiments, the bugs, and what works.