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

  • Log In
  • Sign Up

llrt
/
trained-sd3-dreambooth

Text-to-Image
Diffusers
Safetensors
StableDiffusion3Pipeline
diffusers-training
template:sd-lora
sd3
sd3-diffusers
Model card Files Files and versions
xet
Community

Instructions to use llrt/trained-sd3-dreambooth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use llrt/trained-sd3-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("llrt/trained-sd3-dreambooth", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a photo of sks dog"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
trained-sd3-dreambooth / text_encoder_2
2.78 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
llrt's picture
llrt
End of training
3019b22 verified over 1 year ago
  • config.json
    771 Bytes
    End of training over 1 year ago
  • model.safetensors
    2.78 GB
    xet
    End of training over 1 year ago