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

  • Log In
  • Sign Up

keyon857
/
DreamBooth

Text-to-Image
Diffusers
diffusers-training
lora
replicate
flux
flux-diffusers
template:sd-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use keyon857/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("FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("keyon857/DreamBooth")
    
    prompt = "a photo of keyon"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
DreamBooth / checkpoint-2000
467 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
keyon857's picture
keyon857
End of training
92168a6 verified over 1 year ago
  • optimizer.bin
    374 MB
    xet
    End of training over 1 year ago
  • pytorch_lora_weights.safetensors
    93.4 MB
    xet
    End of training over 1 year ago
  • random_states_0.pkl
    14.3 kB
    xet
    End of training over 1 year ago
  • scheduler.bin
    1 kB
    xet
    End of training over 1 year ago