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

  • Log In
  • Sign Up

custom-diffusion-library
/
cat

Diffusers
PyTorch
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community

Instructions to use custom-diffusion-library/cat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use custom-diffusion-library/cat with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("custom-diffusion-library/cat", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
cat
76.8 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 26 commits
nupurkmr9's picture
nupurkmr9
Update README.md
a1ca75f over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • LICENSE.md
    2.29 kB
    Create LICENSE.md over 3 years ago
  • README.md
    1.25 kB
    Update README.md over 3 years ago
  • cat.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    76.7 MB
    xet
    Upload cat.bin over 3 years ago
  • cat.png
    73 kB
    Upload cat.png over 3 years ago