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("latent-consistency/lcm-lora-sdxl", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("bdsqlsz/LCM_FIX_RANK1")

prompt = "(masterpiece), (best quality), (super delicate), (illustration), (extremely delicate and beautiful), (dynamic angle), white and black highlights, (legendary Dragon Queen:1.3)(1 girl), Hanfu, (complex details) (beautiful and delicate eyes), golden eyes, green pupils, delicate face, upper body, messy floating hair, messy hair, focus, perfect hands, (fantasy wind), <lora:sdxl_LCM_lora_rank1:1>, <lora:neg4all_bdsqlsz_xl_V7:1>"
image = pipe(prompt).images[0]

LCM_FIX_RANK1

Prompt
(masterpiece), (best quality), (super delicate), (illustration), (extremely delicate and beautiful), (dynamic angle), white and black highlights, (legendary Dragon Queen:1.3)(1 girl), Hanfu, (complex details) (beautiful and delicate eyes), golden eyes, green pupils, delicate face, upper body, messy floating hair, messy hair, focus, perfect hands, (fantasy wind), <lora:sdxl_LCM_lora_rank1:1>, <lora:neg4all_bdsqlsz_xl_V7:1>
Negative Prompt
photorealistic, 3d model, cinematic, bad anatomy, blurry, disembodied limb, out of frame

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Downloads last month
53
Inference Examples
Examples
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for bdsqlsz/LCM_FIX_RANK1