Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

yunquan
/
dreambooth-sd3-lora

Text-to-Image
Diffusers
TensorBoard
Safetensors
StableDiffusion3Pipeline
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Diffusers

    How to use yunquan/dreambooth-sd3-lora with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("yunquan/dreambooth-sd3-lora", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
dreambooth-sd3-lora / text_encoder_3
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
yunquan's picture
yunquan
Upload model-00002-of-00002.safetensors
614beab verified over 1 year ago
  • config.json
    740 Bytes
    xet
    Rename text_encoder_3/text_encoder_3_config.json to text_encoder_3/config.json over 1 year ago
  • model-00001-of-00002.safetensors
    4.99 GB
    xet
    Rename text_encoder_3/model-00001-of-00004.safetensors to text_encoder_3/model-00001-of-00002.safetensors over 1 year ago
  • model-00002-of-00002.safetensors
    4.53 GB
    xet
    Upload model-00002-of-00002.safetensors over 1 year ago
  • model.fp16-00001-of-00002.safetensors
    4.99 GB
    xet
    Upload model.fp16-00001-of-00002.safetensors over 1 year ago
  • model.fp16-00002-of-00002.safetensors
    4.53 GB
    xet
    Rename text_encoder_3/model-00002-of-00002.safetensors to text_encoder_3/model.fp16-00002-of-00002.safetensors over 1 year ago
  • model.safetensors.index.fp16.json
    21 kB
    xet
    Rename text_encoder_3/text_encoder_3_model.safetensors.index.fp16.json to text_encoder_3/model.safetensors.index.fp16.json over 1 year ago
  • model.safetensors.index.json
    19.9 kB
    xet
    Add text_encoder_3 files with LFS tracking over 1 year ago