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

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
Ctrl+K
Ctrl+K
  • 4 contributors
History: 13 commits
ashawkey's picture
ashawkey
merged to one file for loading from huggingface...
0cf459d 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.12 kB
    clean up... 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
    941 Bytes
    merged to one file for loading from huggingface... over 2 years ago
  • run_mvdream.py
    807 Bytes
    merged to one file for loading from huggingface... over 2 years ago