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

  • Log In
  • Sign Up

tonyshark
/
dog-example

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

  • Libraries
  • Diffusers

    How to use tonyshark/dog-example with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("tonyshark/dog-example", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "orange dog"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
dog-example / vae
21.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
tonyshark's picture
tonyshark
End of training
891a56e verified about 1 year ago
  • config.json
    735 Bytes
    End of training about 1 year ago
  • diffusion_pytorch_model.safetensors
    20.8 kB
    xet
    End of training about 1 year ago