Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

bdsqlsz
/
LCM_FIX_RANK1

Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
Model card Files Files and versions
xet
Community

Instructions to use bdsqlsz/LCM_FIX_RANK1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use bdsqlsz/LCM_FIX_RANK1 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-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]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
LCM_FIX_RANK1
15.9 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
bdsqlsz's picture
bdsqlsz
Add 3 files
273108e over 2 years ago
  • images
    Add 3 files over 2 years ago
  • .gitattributes
    2.31 kB
    initial commit over 2 years ago
  • README.md
    1.01 kB
    initial commit over 2 years ago
  • sd15_lcm_lora_rank1.safetensors
    2.22 MB
    xet
    Add 3 files over 2 years ago
  • sdxl_LCM_lora_rank1.safetensors
    6.49 MB
    xet
    Add 3 files over 2 years ago