Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

sd-community
/
sdxl-flash-lora

Text-to-Image
Diffusers
Safetensors
stable-diffusion
lora
template:sd-lora
sdxl
flash
sdxl-flash
lightning
turbo
lcm
hyper
fast
fast-sdxl
sd-community
Model card Files Files and versions
xet
Community
1

Instructions to use sd-community/sdxl-flash-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use sd-community/sdxl-flash-lora with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fluently/Fluently-XL-v4", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("sd-community/sdxl-flash-lora")
    
    prompt = "<lora:sdxl-flash-lora:0.55>"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
sdxl-flash-lora
510 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
dreamdrop-art's picture
dreamdrop-art
Update README.md
5b56967 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.27 kB
    Update README.md almost 2 years ago
  • sdxl-flash-lora.safetensors
    510 MB
    xet
    Rename SDXL_Flash-lora.safetensors to sdxl-flash-lora.safetensors almost 2 years ago