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

  • Log In
  • Sign Up

SumantBobade
/
Image_To_3D_Generator

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

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

  • Libraries
  • Diffusers

    How to use SumantBobade/Image_To_3D_Generator with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("SumantBobade/Image_To_3D_Generator", 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
Image_To_3D_Generator
3.99 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 31 commits
Sumant Bobade
Second Commit
636bcf4 about 1 month ago
  • feature_extractor
    add imagedream about 2 years ago
  • image_encoder
    add imagedream about 2 years ago
  • scheduler
    add imagedream about 2 years ago
  • text_encoder
    add imagedream about 2 years ago
  • tokenizer
    add imagedream about 2 years ago
  • unet
    add imagedream about 2 years ago
  • vae
    add imagedream about 2 years ago
  • .gitattributes
    1.52 kB
    add imagedream about 2 years ago
  • .gitignore
    39 Bytes
    Update .gitignore about 2 years ago
  • README.md
    996 Bytes
    add imagedream about 2 years ago
  • app.py
    983 Bytes
    Second Commit about 1 month ago
  • index.html
    1.9 kB
    Second Commit about 1 month ago
  • model_index.json
    548 Bytes
    add imagedream about 2 years ago
  • pipeline.py
    58.7 kB
    isort about 2 years ago
  • requirements.txt
    1.1 kB
    minify, update requirements about 2 years ago