3D Redmond 1.5V: 3D Render Style LoRA for SD 1.5
LoRA for Stable Diffusion 1.5 that generates 3D render style images. Trigger words, usage guide, and example outputs.
On this page
3D Redmond 1.5V: 3D Render Style LoRA for SD 1.5
TL;DR
- LoRA for Stable Diffusion 1.5 that produces consistent 3D render aesthetics
- Trigger words:
3D Render Styleand3DRenderAF(both required) - Base model:
Liberte Redmond SD 1.5(built onrunwayml/stable-diffusion-v1-5) - 815 downloads and 57 likes on Civitai
What This Model Does
3D Redmond 1.5V is a Low-Rank Adaptation (LoRA) fine-tuned for Stable Diffusion 1.5 that specializes in generating 3D render style imagery. The model produces images with characteristic 3D modeling aesthetics: smooth surfaces, soft volumetric lighting, and a polished, almost toy-like quality that resembles renders from 3D software like Blender or Maya.
Unlike photorealistic styles, this LoRA creates images with a slightly stylized, clean rendering that emphasizes form over texture. This makes it ideal for game asset concepts, product visualizations, character designs, and sci-fi illustrations.
Trigger Words & Prompting
The model responds to two specific trigger words that must be included in every prompt:
3D Render Style3DRenderAF
Example prompts:
3D Render Style, 3DRenderAF, Portrait of a beautiful woman, stunning
3D Render Style, 3DRenderAF, A astronaut, colorful, joyful, toy
3D Render Style, 3DRenderAF, A star
Usage
With diffusers
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained(
'runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16
).to('cuda')
pipeline.load_lora_weights(
'artificialguybr/3d-redmond-1-5v-3d-render-style-for-liberte-redmond-sd-1-5'
)
image = pipeline(
'3D Render Style, 3DRenderAF, a futuristic cityscape at sunset'
).images[0]
With Automatic1111
- Install the model in your
models/Lorafolder - Enable the LoRA in the txt2img tab
- Set weight to 0.7-1.0
- Include both trigger words in your prompt
With ComfyUI
Load the LoRA node and connect it to your K-Sampler. Set the LoRA strength and include trigger words in your positive prompt.
Technical Details
Aspect | Value
|--------|-------
Base Model | Liberte Redmond SD 1.5 (runwayml/stable-diffusion-v1-5) Training Data | Large dataset of 3D render images Format | Safetensors License | Bespoke-LORA-trained (credit required, commercial use allowed) 


Common Errors and Fixes
Error | Cause | Fix
|------|-------|-----
Black or dark images | LoRA weight too high | Reduce LoRA weight to 0.5-0.7 Images look flat | Missing trigger words | Always include both 3D Render Style and 3DRenderAF Style inconsistent | Wrong base model | Use confirmed Liberte Redmond SD 1.5 checkpoint
FAQ
Q: Do I need to use Liberte Redmond SD 1.5 as the base model? A: The LoRA was trained on Liberte Redmond SD 1.5. While it may work with other SD 1.5 checkpoints, Liberte Redmond provides the best compatibility and quality.
Q: Can I use just one trigger word? A: Both 3D Render Style and 3DRenderAF work together. Using only one may produce inconsistent results.
Q: What weight should I use? A: Start with 0.7-0.8 for most use cases. Increase to 1.0 for stronger style dominance, decrease to 0.5 for subtler influence.
Sources
- HuggingFace Model Card - Technical details, trigger words, usage code
- Civitai Model Page - Community engagement, download statistics