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

prochitecture
/
multi-view-diffusion

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

Instructions to use prochitecture/multi-view-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use prochitecture/multi-view-diffusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("prochitecture/multi-view-diffusion", 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
multi-view-diffusion
137 kB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 21 commits
dylanebert
isort
a283418 about 2 years ago
  • data
    add elevation in call over 2 years ago
  • .gitignore
    63 Bytes
    initial commit about 2 years ago
  • README.md
    2.76 kB
    initial commit about 2 years ago
  • convert_mvdream_to_diffusers.py
    21.6 kB
    rename pipeline about 2 years ago
  • pipeline.py
    58.7 kB
    isort about 2 years ago
  • requirements.lock.txt
    148 Bytes
    clean up... over 2 years ago
  • requirements.txt
    94 Bytes
    Update requirements.txt about 2 years ago
  • run_imagedream.py
    989 Bytes
    rename pipeline about 2 years ago
  • run_mvdream.py
    854 Bytes
    rename pipeline about 2 years ago