How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("artificialguybr/bettertextredmond")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

bettertextredmond

preview

bettertextredmond is a refreshed model card with practical usage notes and cleaner documentation. It is intended for image generation workflows that benefit from style control through trigger words.

Model Summary

  • Repository: artificialguybr/bettertextredmond
  • Type: LoRA
  • Base model: stabilityai/stable-diffusion-xl-base-1.0
  • Primary use case: Stylized text-to-image generation

Recommended Usage

Use simple, direct prompts first, then add style details gradually.

  • Start with 1024x1024 for SDXL-based models when applicable.
  • Keep CFG/steps moderate first, then tune based on your style target.
  • Generate multiple seeds for best visual consistency.

Example Prompt

masterpiece, high quality, detailed composition, cinematic lighting, clean background

Notes

  • This card was standardized to match the documentation style of your stronger model cards.
  • If you want, we can add workflow-specific examples (A1111, ComfyUI, Diffusers) in the next pass.

🌐 Website

You can find more models, projects, and updates on:

πŸš€ Prompt Hub

Need high-quality prompts for image models and LLMs? Explore findgoodprompt.com.

πŸ’– Support My Work

If this model helps you, please consider supporting open-source development:

πŸ›°οΈ GPU Partner

Special thanks to Redmond.AI for GPU support across multiple experiments.

Follow me on X/Twitter for new releases: https://twitter.com/artificialguybr/

Downloads last month
14
Inference Providers NEW

Model tree for artificialguybr/bettertextredmond

Adapter
(8377)
this model

Spaces using artificialguybr/bettertextredmond 3