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

KingNish
/
Better-SDXL-Lora

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

Instructions to use KingNish/Better-SDXL-Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use KingNish/Better-SDXL-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-Final", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("KingNish/Better-SDXL-Lora")
    
    prompt = "Photo of a young woman with long, wavy brown hair tied in a bun and glasses. She has a fair complexion and is wearing subtle makeup, emphasizing her eyes and lips. She is dressed in a black top. The background appears to be an urban setting with a building facade, and the sunlight casts a warm glow on her face."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Better-SDXL-Lora
152 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
KingNish's picture
KingNish
Update README.md
1a0398f verified almost 2 years ago
  • images
    Upload 7 files almost 2 years ago
  • .gitattributes
    2.31 kB
    initial commit almost 2 years ago
  • README.md
    2.21 kB
    Update README.md almost 2 years ago
  • example-01.safetensors
    50.3 MB
    xet
    Upload 2 files almost 2 years ago
  • example-02.safetensors
    50.3 MB
    xet
    Upload 2 files almost 2 years ago
  • example-03.safetensors
    50.3 MB
    xet
    Add 2 files almost 2 years ago