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

darwinkernelpanic
/
DiffReaper-5

Diffusers
English
diffusion-llm
parallel-generation
custom-transformer
cropmark
Model card Files Files and versions
xet
Community

Instructions to use darwinkernelpanic/DiffReaper-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use darwinkernelpanic/DiffReaper-5 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("darwinkernelpanic/DiffReaper-5", 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
DiffReaper-5
3.68 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
darwinkernelpanic's picture
darwinkernelpanic
Upload train_autogrow.py with huggingface_hub
1cc3fb0 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    3.45 kB
    Upload README.md with huggingface_hub 4 months ago
  • checkpoint_log.txt
    3.35 kB
    Upload checkpoint_log.txt with huggingface_hub 4 months ago
  • cropmark_10000.pt
    920 MB
    xet
    Upload cropmark_10000.pt with huggingface_hub 4 months ago
  • cropmark_2500.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    920 MB
    xet
    Upload cropmark_2500.pt with huggingface_hub 4 months ago
  • cropmark_5000.pt
    920 MB
    xet
    Upload cropmark_5000.pt with huggingface_hub 4 months ago
  • cropmark_7500.pt
    920 MB
    xet
    Upload cropmark_7500.pt with huggingface_hub 4 months ago
  • train_autogrow.py
    7.36 kB
    Upload train_autogrow.py with huggingface_hub 4 months ago