Envy Reclaimed Brutalism XL 01
Model description
Brutalism makes for some cool sci-fi illustrations and settings, but places that use that style generally aren't somewhere I'd actually want to live. This LoRA is about reclaiming those ugly places from the ugly governments that built them, and turning them into something welcoming and free. Optionally use "reclaimed brutalism" as a trigger word if you're looking for a heavily brutalist style. For more architectural variety, omit it.
Trigger words
You should use reclaimed brutalism
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('e-n-v-y/envy-reclaimed-brutalism-xl-01', weight_name='EnvyReclaimedBrutalismXL01.safetensors')
image = pipeline('reclaimed brutalism, colorful, well-lit interior, in a Homely Golden wheat field at dusk').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 18
Model tree for e-n-v-y/envy-reclaimed-brutalism-xl-01
Base model
stabilityai/stable-diffusion-xl-base-1.0