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

  • Log In
  • Sign Up

dylanebert
/
zero123plus-instantmesh

Text-to-3D
Diffusers
Safetensors
Zero123PlusPipeline
Model card Files Files and versions
xet
Community

Instructions to use dylanebert/zero123plus-instantmesh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use dylanebert/zero123plus-instantmesh with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("dylanebert/zero123plus-instantmesh", 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
zero123plus-instantmesh
3.85 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
dylanebert
isort pipeline
46e109e over 1 year ago
  • feature_extractor_clip
    initial commit over 1 year ago
  • feature_extractor_vae
    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
    update unet over 1 year ago
  • vae
    initial commit over 1 year ago
  • vision_encoder
    initial commit over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    221 Bytes
    Update README.md over 1 year ago
  • model_index.json
    2.63 kB
    restore unet over 1 year ago
  • pipeline.py
    18.5 kB
    isort pipeline over 1 year ago