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

AdamLucek
/
sd3-dreambooth-lora-cube

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

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

  • Libraries
  • Diffusers

    How to use AdamLucek/sd3-dreambooth-lora-cube with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-3-medium-diffusers", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("AdamLucek/sd3-dreambooth-lora-cube")
    
    prompt = "A photo of T0K cube on a shelf"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
sd3-dreambooth-lora-cube
618 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
AdamLucek's picture
AdamLucek
Update README.md
0c03cc1 verified over 1 year ago
  • checkpoint-1000
    main files over 1 year ago
  • checkpoint-500
    main files over 1 year ago
  • dreambooth_lora
    Upload 16 files over 1 year ago
  • .gitattributes
    1.78 kB
    Upload 16 files over 1 year ago
  • README.md
    3.41 kB
    Update README.md over 1 year ago
  • image_0.png
    1.49 MB
    xet
    main files over 1 year ago
  • image_1.png
    1.45 MB
    xet
    main files over 1 year ago
  • image_2.png
    1.3 MB
    xet
    main files over 1 year ago
  • image_3.png
    1.34 MB
    xet
    main files over 1 year ago
  • pytorch_lora_weights.safetensors
    44.6 MB
    xet
    main files over 1 year ago