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

tabtap
/
lora

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

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

  • Libraries
  • Diffusers

    How to use tabtap/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("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("tabtap/lora")
    
    prompt = "-"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
lora
9.29 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
tabtap's picture
tabtap
Upload 6 files
b921347 over 2 years ago
  • images
    Add 2 files over 2 years ago
  • .gitattributes
    2.31 kB
    initial commit over 2 years ago
  • README.md
    584 Bytes
    initial commit over 2 years ago
  • m99_labiaplasty_pussy_2_sdxl.safetensors
    167 MB
    xet
    Upload 6 files over 2 years ago
  • sd-v1-5.safetensors
    2.13 GB
    xet
    Add 2 files over 2 years ago
  • sd_xl_base_1.0_0.9vae.civitai.info
    737 kB
    Upload 6 files over 2 years ago
  • sd_xl_base_1.0_0.9vae.json
    121 Bytes
    Upload 6 files over 2 years ago
  • sd_xl_base_1.0_0.9vae.safetensors
    6.94 GB
    xet
    Upload 6 files over 2 years ago
  • sd_xl_offset_example-lora_1.0.civitai.info
    2.82 kB
    Upload 6 files over 2 years ago
  • sd_xl_offset_example-lora_1.0.safetensors
    49.6 MB
    xet
    Upload 6 files over 2 years ago