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("RhaegarKhan/LCMTurboMix_Euler_A_fix")

prompt = "<lora:LCMTurboMix2fix:1>,abstract portrait of 1girl,undefined gender,fragmented visual style,red and black color palette,evokes feelings of rebellion,passion,and freedom,blurred boundaries,high resolution,aesthetic,"
image = pipe(prompt).images[0]

LCMTurboMix_Euler_A_fix

Prompt
<lora:LCMTurboMix2fix:1>,abstract portrait of 1girl,undefined gender,fragmented visual style,red and black color palette,evokes feelings of rebellion,passion,and freedom,blurred boundaries,high resolution,aesthetic,
Negative Prompt
(worst quality, low resolution, bad hands, side view, blurry),distorted,twisted,watermark,

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Downloads last month
20
Inference Providers NEW
Examples

Model tree for RhaegarKhan/LCMTurboMix_Euler_A_fix

Adapter
(8491)
this model