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

  • Log In
  • Sign Up

Abdualkader
/
Multi-View

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

Instructions to use Abdualkader/Multi-View with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Abdualkader/Multi-View with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Abdualkader/Multi-View", 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
3.99 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
Abdualkader's picture
Abdualkader
Update pipeline.py
3bb7b36 verified about 1 year ago
  • feature_extractor
    initial commit over 1 year ago
  • image_encoder
    initial commit over 1 year ago
  • scheduler
    initial commit over 1 year ago
  • text_encoder
    initial commit over 1 year ago
  • tokenizer
    initial commit over 1 year ago
  • unet
    initial commit over 1 year ago
  • vae
    initial commit over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    629 Bytes
    Update README.md over 1 year ago
  • model_index.json
    548 Bytes
    initial commit over 1 year ago
  • pipeline.py
    58.9 kB
    Update pipeline.py about 1 year ago
  • requirements.txt
    1.1 kB
    initial commit over 1 year ago