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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dn6
/
RFDiffusion-3

Diffusers
Safetensors
Model card Files Files and versions
xet
Community
2

Instructions to use dn6/RFDiffusion-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use dn6/RFDiffusion-3 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("dn6/RFDiffusion-3", 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
RFDiffusion-3
696 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
dn6's picture
dn6 HF Staff
[RFD3] Feed MPNN real backbone atoms and the schema it validates (#2)
51e5b34 1 day ago
  • mpnn
    [RFD3] Feed MPNN real backbone atoms and the schema it validates (#2) 1 day ago
  • mpnn_ligand
    [RFD3] Feed MPNN real backbone atoms and the schema it validates (#2) 1 day ago
  • mpnn_soluble
    [RFD3] Feed MPNN real backbone atoms and the schema it validates (#2) 1 day ago
  • scheduler
    [RFD3] Feed MPNN real backbone atoms and the schema it validates (#2) 1 day ago
  • transformer
    [RFD3] Feed MPNN real backbone atoms and the schema it validates (#2) 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    7.65 kB
    [RFD3] Feed MPNN real backbone atoms and the schema it validates (#2) 1 day ago
  • __init__.py
    1.32 kB
    Upload folder using huggingface_hub 4 months ago
  • before_denoise.py
    14.6 kB
    [RFD3] Feed MPNN real backbone atoms and the schema it validates (#2) 1 day ago
  • decoders.py
    9.94 kB
    Upload folder using huggingface_hub 4 months ago
  • denoise.py
    9.08 kB
    [RFD3] Feed MPNN real backbone atoms and the schema it validates (#2) 1 day ago
  • modular_blocks.py
    15.7 kB
    [RFD3] Feed MPNN real backbone atoms and the schema it validates (#2) 1 day ago
  • modular_config.json
    173 Bytes
    Upload folder using huggingface_hub 4 months ago
  • modular_model_index.json
    898 Bytes
    [RFD3] Feed MPNN real backbone atoms and the schema it validates (#2) 1 day ago
  • pyproject.toml
    1.68 kB
    Upload folder using huggingface_hub 4 months ago