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

  • Log In
  • Sign Up

Luffuly
/
head-mvimage-diffuser

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

Instructions to use Luffuly/head-mvimage-diffuser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Luffuly/head-mvimage-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("Luffuly/head-mvimage-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
head-mvimage-diffuser
4.21 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
Luffuly's picture
Luffuly
nielsr's picture
nielsr HF Staff
Add link to paper (#2)
dd413e2 verified 12 months ago
  • feature_extractor
    init about 1 year ago
  • image_encoder
    init about 1 year ago
  • scheduler
    init about 1 year ago
  • unet
    init about 1 year ago
  • vae
    init about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    301 Bytes
    Add link to paper (#2) 12 months ago
  • model_index.json
    490 Bytes
    init about 1 year ago