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

  • Log In
  • Sign Up

RobertLau
/
lora_dreambooth_example

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

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

  • Libraries
  • Diffusers

    How to use RobertLau/lora_dreambooth_example with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("RobertLau/lora_dreambooth_example")
    
    prompt = "a photo of <|tiaowu|> boy"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
lora_dreambooth_example / checkpoint-2000
13.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
RobertLau's picture
RobertLau
End of training
1ed88eb about 3 years ago
  • custom_checkpoint_0.pkl
    3.28 MB
    xet
    End of training about 3 years ago
  • optimizer.bin
    6.59 MB
    xet
    End of training about 3 years ago
  • pytorch_model.bin
    3.28 MB
    xet
    End of training about 3 years ago
  • random_states_0.pkl
    16.5 kB
    xet
    End of training about 3 years ago
  • scheduler.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    559 Bytes
    xet
    End of training about 3 years ago