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
150 kB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 8 commits
ashawkey's picture
ashawkey
imagedream framework
8241d5f over 2 years ago
  • imagedream
    imagedream framework over 2 years ago
  • mvdream
    rename over 2 years ago
  • .gitignore
    55 Bytes
    fix mvdream over 2 years ago
  • README.md
    997 Bytes
    rename over 2 years ago
  • convert_mvdream_to_diffusers.py
    20.5 kB
    rename over 2 years ago
  • main.py
    699 Bytes
    rename over 2 years ago