Instructions to use latent-consistency/lcm-lora-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use latent-consistency/lcm-lora-sdxl with Diffusers:
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("latent-consistency/lcm-lora-sdxl") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
about the lcm lora base model
1
#13 opened 8 months ago
by
jiangtaozh
Training details
5
#12 opened over 2 years ago
by
ywlee88
Any plan on the training instructions?
#11 opened over 2 years ago
by
AeroDEmi
Update README.md
#10 opened over 2 years ago
by
Ibnu20
The picture is very blurry
#8 opened over 2 years ago
by
Amber99
Any Plan to Support Video Diffusion Models?
2
#6 opened over 2 years ago
by
MoonQiu
Refiner
👍 1
#4 opened over 2 years ago
by
emilss
Do LCM LoRAs work in WebUI (Auto1111)?
3
#3 opened over 2 years ago
by
noodlecake
Guidance scale more than 1 gives non sensical results?
5
#1 opened over 2 years ago
by
asdaweqw12