Instructions to use latent-consistency/lcm-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use latent-consistency/lcm-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("latent-consistency/lcm-sdxl", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
why "Please make sure to either disable guidance_scale or use values between 1.0 and 2.0"?
#9 opened over 1 year ago
by
Asphocarp
How to use the model in ComfyUI?
#8 opened about 2 years ago
by
Tramac
can't work in "AUTOMATIC1111/stable-diffusion-webui"
1
#7 opened over 2 years ago
by
bobby20180331
Image2image doesn't seem to work?
2
#6 opened over 2 years ago
by
lyosha