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

  • Log In
  • Sign Up

kfkas
/
test_lora_dreambooth

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

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

  • Libraries
  • Diffusers

    How to use kfkas/test_lora_dreambooth with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("kfkas/test_lora_dreambooth")
    
    prompt = "a photo of sks dog"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
test_lora_dreambooth
16.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
kfkas's picture
kfkas
End of training
1269e8d verified over 1 year ago
  • checkpoint-1000
    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.28 kB
    End of training over 1 year ago
  • add_embedding_weights.pth

    Detected Pickle imports (4)

    • "torch.BFloat16Storage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch._utils._rebuild_parameter"

    How to fix it?

    1.18 MB
    xet
    End of training over 1 year ago
  • image_0.png
    484 kB
    End of training over 1 year ago
  • image_1.png
    447 kB
    End of training over 1 year ago
  • image_2.png
    462 kB
    End of training over 1 year ago
  • image_3.png
    443 kB
    End of training over 1 year ago
  • pytorch_lora_weights.safetensors
    3.23 MB
    xet
    End of training over 1 year ago