Lollms Text-to-Image (TTI) Module Documentation

Objective: To provide a standardized way to integrate various Text-to-Image generation services (APIs, local models, etc.) into the Lollms ecosystem. Core Idea: Lollms uses a modular approach. Each specific TTI implementation (like Stable Diffusion via Automatic1111, ComfyUI, an online API like DALL-E, Midjourney, or Google Imagen/Gemini) is contained within its own binding or module. These … Read more

LoLLMs Function Calls: The Ultimate Guide to Extending Your AI Assistant

This comprehensive documentation provides a detailed guide on building custom function calls for the Lord of Large Language Models (LoLLMs) framework. Master function calls to extend the capabilities of your AI assistant beyond simple text generation by integrating external tools, APIs, custom logic, context manipulation, and providing robust logging. Table of Contents 1. Introduction: What … Read more

LoLLMs Personality Documentation

This documentation explains the structure and process for creating personalities for the LoLLMs framework. 1. Introduction: What is a LoLLMs Personality? A LoLLMs personality defines how the AI interacts, its specific knowledge, capabilities, and potentially custom workflows. It encapsulates: There are two main types: This documentation primarily focuses on Scripted Personalities. 2. Core Components 3. … Read more