Envy Awesomizer XL 01
Model description
This LoRA gives your scene a strong cinematic look (dramatic lighting, dramatic poses, dramatic colors, etc). I have it set to weight 0.8 for scenery and 2.0 for people, but YMMV depending on checkpoint and subject matter. Trigger word is "awesomize".
Trigger words
You should use awesomize
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-awesomizer-xl-01', weight_name='EnvyAwesomizeXL01.safetensors')
image = pipeline('awesomize, photograph, Subtropical Rainforest').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 8
Model tree for e-n-v-y/envy-awesomizer-xl-01
Base model
stabilityai/stable-diffusion-xl-base-1.0