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

  • Log In
  • Sign Up

anshudaur
/
cat_model_small_lr

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

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

  • Libraries
  • Diffusers

    How to use anshudaur/cat_model_small_lr with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("anshudaur/cat_model_small_lr", 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
cat_model_small_lr
11.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
anshudaur's picture
anshudaur
End of training
5a526b3 over 2 years ago
  • checkpoint-1000
    End of training over 2 years ago
  • checkpoint-1250
    End of training over 2 years ago
  • checkpoint-1500
    End of training over 2 years ago
  • checkpoint-1750
    End of training over 2 years ago
  • checkpoint-2000
    End of training over 2 years ago
  • checkpoint-2250
    End of training over 2 years ago
  • checkpoint-250
    End of training over 2 years ago
  • checkpoint-2500
    End of training over 2 years ago
  • checkpoint-500
    End of training over 2 years ago
  • checkpoint-750
    End of training over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • <new1>.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    152 MB
    xet
    End of training over 2 years ago
  • README.md
    734 Bytes
    End of training over 2 years ago
  • image_0.png
    385 kB
    End of training over 2 years ago
  • image_1.png
    410 kB
    End of training over 2 years ago
  • pytorch_custom_diffusion_weights.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    76.7 MB
    xet
    End of training over 2 years ago