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

  • Log In
  • Sign Up

DhruvDecoder
/
model_3d_diffuser

Image-to-3D
Diffusers
Safetensors
MVDreamPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use DhruvDecoder/model_3d_diffuser with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("DhruvDecoder/model_3d_diffuser", 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
model_3d_diffuser
121 kB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 14 commits
ashawkey's picture
ashawkey
finalize remote weights
e6a1dec over 2 years ago
  • data
    both worked... but imagedream quality is unmatched over 2 years ago
  • .gitignore
    56 Bytes
    both worked... but imagedream quality is unmatched over 2 years ago
  • README.md
    2.25 kB
    finalize remote weights over 2 years ago
  • convert_mvdream_to_diffusers.py
    21.6 kB
    merged to one file for loading from huggingface... over 2 years ago
  • mv_unet.py
    37.8 kB
    merged to one file for loading from huggingface... over 2 years ago
  • pipeline_mvdream.py
    24.1 kB
    merged to one file for loading from huggingface... over 2 years ago
  • requirements.lock.txt
    148 Bytes
    clean up... over 2 years ago
  • requirements.txt
    81 Bytes
    clean up... over 2 years ago
  • run_imagedream.py
    960 Bytes
    finalize remote weights over 2 years ago
  • run_mvdream.py
    807 Bytes
    finalize remote weights over 2 years ago