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

  • Log In
  • Sign Up

jatr96
/
trained-sd3

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 jatr96/trained-sd3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use jatr96/trained-sd3 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("jatr96/trained-sd3", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "A photo of sks dog in a bucket"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
trained-sd3 / text_encoder_2
1.39 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
jatr96's picture
jatr96
End of training
57b0dad verified about 1 year ago
  • config.json
    753 Bytes
    End of training about 1 year ago
  • model.safetensors
    1.39 GB
    xet
    End of training about 1 year ago