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

  • Log In
  • Sign Up

preetham
/
labra_model2

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

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

  • Libraries
  • Diffusers

    How to use preetham/labra_model2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("preetham/labra_model2")
    
    prompt = "A photo of sks dog in a bucket"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
labra_model2
381 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
preetham's picture
preetham
End of training
c1dca56 verified over 1 year ago
  • checkpoint-100
    End of training over 1 year ago
  • checkpoint-200
    End of training over 1 year ago
  • checkpoint-300
    End of training over 1 year ago
  • checkpoint-400
    End of training over 1 year ago
  • checkpoint-500
    End of training over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.7 kB
    End of training over 1 year ago
  • image_0.png
    890 kB
    End of training over 1 year ago
  • image_1.png
    830 kB
    End of training over 1 year ago
  • image_2.png
    787 kB
    End of training over 1 year ago
  • image_3.png
    763 kB
    End of training over 1 year ago
  • pytorch_lora_weights.safetensors
    23.4 MB
    xet
    End of training over 1 year ago