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

zhangsh1416
/
images_sd35_medium

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

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

  • Libraries
  • Diffusers

    How to use zhangsh1416/images_sd35_medium 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.5-medium", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("zhangsh1416/images_sd35_medium")
    
    prompt = "A doll's advertising poster"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
images_sd35_medium
77.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
zhangsh1416's picture
zhangsh1416
End of training
2e8692a verified over 1 year ago
  • checkpoint-500
    End of training over 1 year ago
  • logs
    End of training over 1 year ago
  • .gitattributes
    1.71 kB
    End of training over 1 year ago
  • README.md
    2.98 kB
    End of training over 1 year ago
  • image_0.png
    1.75 MB
    xet
    End of training over 1 year ago
  • image_1.png
    1.28 MB
    xet
    End of training over 1 year ago
  • image_2.png
    1.77 MB
    xet
    End of training over 1 year ago
  • image_3.png
    1.54 MB
    xet
    End of training over 1 year ago
  • pytorch_lora_weights.safetensors
    14.6 MB
    xet
    End of training over 1 year ago