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

  • Log In
  • Sign Up

yangchen123321
/
lora-trained-sd3-dx_dg

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

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

  • Libraries
  • Diffusers

    How to use yangchen123321/lora-trained-sd3-dx_dg 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("yangchen123321/lora-trained-sd3-dx_dg")
    
    prompt = "Close-up of a high-voltage transmission line with steel-reinforced aluminum conductor over mountainous or forested terrain. The conductor shows a broken-strand defect: multiple aluminum strands fractured, loosened, and protruding, appearing frayed with exposed metallic ends, contrasting with intact twisted strands. Realistic industrial inspection photo, high resolution, sharp focus."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
lora-trained-sd3-dx_dg
19.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
yangchen123321's picture
yangchen123321
End of training
4295eb5 verified 5 months ago
  • checkpoint-500
    End of training 5 months ago
  • logs
    End of training 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    3.86 kB
    End of training 5 months ago
  • pytorch_lora_weights.safetensors
    4.74 MB
    xet
    End of training 5 months ago