CoolFace
Modelpublic

e-n-v-y/envy-technobrutalist-xl-01

sourceHugging Faceotherupdated 3y agoView on Hugging Face
2likes56downloads
Model Card

Envy Technobrutalist XL 01

<Gallery />

Model description

<p>A dark sci-fi/cyberpunk style, particularly fit for architecture, but also interesting for characters. Trigger word is "technobrutalist". Strength 0.4 - 1.</p>

Trigger words

You should use technobrutalist 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

py
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-technobrutalist-xl-01', weight_name='EnvyTechnobrutalistXL01.safetensors')
image = pipeline('technobrutalist, 1girl, woman, rough digital painting, (full body:1.2), 1boy, man, masculine, solo, [:outlandish costume design,:0.2] priest, crimson (ornate brass pauldrons,shield:1.4), caucasian, neon slate blue hair, (average:1) build, old, simple background, moba character concept art, bombshell hair, glowing yellow hair with aqua highlights, side braid, toned body, athletic build, narrow waist, small breasts, caucasian').images[0]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers