Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Docty
/
butterfiles

Unconditional Image Generation
Diffusers
TensorBoard
Safetensors
English
DDPMPipeline
animals
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Diffusers

    How to use Docty/butterfiles with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Docty/butterfiles", 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
butterfiles
1.37 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Docty's picture
Docty
Upload folder using huggingface_hub
1d62481 verified about 1 year ago
  • logs
    Epoch 49 about 1 year ago
  • samples
    Epoch 49 about 1 year ago
  • .gitattributes
    1.78 kB
    Epoch 49 about 1 year ago
  • README.md
    121 Bytes
    Upload model about 1 year ago
  • config.json
    1.08 kB
    Upload model about 1 year ago
  • ddpm_model.pth

    Detected Pickle imports (3)

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

    What is a pickle import?

    455 MB
    xet
    Upload DDPM model and scheduler about 1 year ago
  • ddpm_scheduler.pth

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.03 kB
    xet
    Upload DDPM model and scheduler about 1 year ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    455 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • diffusion_pytorch_model.safetensors
    455 MB
    xet
    Upload model about 1 year ago
  • model_index.json
    158 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • scheduler_config.json
    497 Bytes
    Upload scheduler about 1 year ago