BetterText.Redmond: Text Generation LoRA for SDXL
A concept LoRA for Stable Diffusion XL that improves text rendering in generated images. Free, open weights, trigger-word-free usage.
On this page
BetterText.Redmond: Text Generation LoRA for SDXL
TL;DR
- BetterText.Redmond is a free concept LoRA for SDXL 1.0 that improves text rendering in generated images.
- No trigger word required — add text directly in your prompt.
- Author notes it is imperfect; for production text, use DeepFloyd IF.
- 3,979 downloads on Civitai; released under CreativeML OpenRAIL-M.
BetterText.Redmond is a LoRA (Low-Rank Adaptation) trained to enhance Stable Diffusion XL 1.0’s ability to render readable text within generated images. Created by ArtificialGuyBR with GPU compute sponsored by Redmond.AI, the model was fine-tuned on a large (unspecified) dataset targeting text generation quality.
The author is transparent about limitations: "This is a Lora concept. IT’S NOT PERFECT! If you need good texts the best thing you can do is use Deepfloyd!" This makes BetterText.Redmond an experimental tool for hobbyists and researchers exploring SDXL text capabilities, not a drop-in replacement for dedicated text-to-image models like DeepFloyd IF or SD3.

How It Was Trained
- Base model: stabilityai/stable-diffusion-xl-base-1.0 (SDXL 1.0)
- Training data: Large dataset focused on text rendering (exact composition not disclosed)
- Compute: GPU time provided by Redmond.AI
- License: CreativeML OpenRAIL-M — permits commercial use with attribution and use-case restrictions
- Model type: LoRA (Low-Rank Adaptation), not a full checkpoint
A refreshed model card on Hugging Face standardizes documentation style but adds no new technical details beyond the original Civitai release.
Trigger Words and Prompting
No dedicated trigger word is documented. The HF README suggests "simple, direct prompts first, then add style details gradually." The Civitai page shows example generations with text embedded in prompts. Practical approach: write the desired text in quotes within your prompt, e.g., a sign that reads \"Welcome\" in neon letters.
Auxiliary style tags from the HF README example: masterpiece, high quality, detailed composition, cinematic lighting, clean background.

How to Use
ComfyUI / Automatic1111 / Diffusers
- Load SDXL 1.0 as base model.
- Add BetterText.Redmond LoRA at weight 0.7–1.0.
- Include target text in your prompt (quoted or natural language).
- Generate multiple seeds — the author notes results vary significantly.
- Iterate prompt wording and LoRA weight for legibility.
Recommended Settings
- Base model: SDXL 1.0
- LoRA weight: 0.7–1.0 (start at 0.8)
- Resolution: 1024×1024
- CFG scale: 5–7
- Steps: 30–40
- Sampler: DPM++ 2M Karras or Euler a
- Seed: vary across generations
Examples



Common Errors and Fixes
Error | Cause | Fix | Source
|---|---|---|---
Text is garbled or unreadable | SDXL’s inherent text limitation | Lower expectations; try DeepFloyd IF for critical text | Author disclaimer LoRA has no visible effect | Weight too low or missing in pipeline | Verify LoRA loaded at 0.7+ weight | HF README Artifacts around letters | High LoRA weight or CFG | Reduce weight to 0.7, CFG to 5–6 | Community practice Inconsistent results across seeds | Concept model, not production-ready | Generate 10+ samples, cherry-pick | Author notes
FAQ
Q: Does this replace DeepFloyd IF for text? A: No. The author explicitly recommends DeepFloyd IF for production text rendering. BetterText.Redmond is a concept experiment on SDXL.
Q: What trigger word activates the style? A: None documented. Put your desired text directly in the prompt.
Q: Can I use this commercially? A: Yes, under CreativeML OpenRAIL-M terms. Review the license for use-case restrictions.
Q: Why are my results inconsistent? A: This is a concept LoRA, not a polished release. The author notes "IT’S NOT PERFECT" — expect to generate many samples for usable results.
Q: Is there a v2 or updated version? A: Not published as of this writing. Check the Hugging Face repo for updates.
Sources
- Hugging Face model card — base model, license, usage notes.
- Civitai model page — author description, download stats, sample images.
- ArtificialGuyBR portfolio — more models and projects.
- FindGoodPrompt — prompt library for image and language models.
- Redmond.AI — GPU compute sponsor.