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

  • Log In
  • Sign Up

brendanm1234
/
output

Text-to-Image
Diffusers
TensorBoard
stable-diffusion
stable-diffusion-diffusers
custom-diffusion
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Diffusers

    How to use brendanm1234/output with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("brendanm1234/output", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "photo of a <new1> cat"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
output
1.33 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
brendanm1234's picture
brendanm1234
End of training
658fd08 almost 3 years ago
  • checkpoint-250
    End of training almost 3 years ago
  • logs
    End of training almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • <new1>.bin
    152 MB
    xet
    End of training almost 3 years ago
  • README.md
    677 Bytes
    End of training almost 3 years ago
  • pytorch_custom_diffusion_weights.bin
    76.7 MB
    xet
    End of training almost 3 years ago