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

  • Log In
  • Sign Up

hackbones
/
MVDx1

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

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

  • Libraries
  • Diffusers

    How to use hackbones/MVDx1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("hackbones/MVDx1", 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
MVDx1
3.99 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
hackbones's picture
hackbones
Initial commit (code only, no weights)
a22da7d 4 months ago
  • feature_extractor
    Initial commit (code only, no weights) 4 months ago
  • image_encoder
    Initial commit (code only, no weights) 4 months ago
  • scheduler
    Initial commit (code only, no weights) 4 months ago
  • text_encoder
    Initial commit (code only, no weights) 4 months ago
  • tokenizer
    Initial commit (code only, no weights) 4 months ago
  • unet
    Initial commit (code only, no weights) 4 months ago
  • vae
    Initial commit (code only, no weights) 4 months ago
  • .gitattributes
    1.52 kB
    Initial commit (code only, no weights) 4 months ago
  • .gitignore
    66 Bytes
    Initial commit (code only, no weights) 4 months ago
  • README.md
    996 Bytes
    Initial commit (code only, no weights) 4 months ago
  • model_index.json
    548 Bytes
    Initial commit (code only, no weights) 4 months ago
  • pipeline.py
    58.7 kB
    Initial commit (code only, no weights) 4 months ago
  • requirements.txt
    1.1 kB
    Initial commit (code only, no weights) 4 months ago