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

  • Log In
  • Sign Up

flamehaze1115
/
wonder3d-v1.0

Diffusers
MVDiffusionImagePipeline
Model card Files Files and versions
xet
Community
5

Instructions to use flamehaze1115/wonder3d-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use flamehaze1115/wonder3d-v1.0 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("flamehaze1115/wonder3d-v1.0", 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
wonder3d-v1.0
2.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
flamehaze1115's picture
flamehaze1115
Upload folder using huggingface_hub (#1)
d6d2efc over 2 years ago
  • feature_extractor
    Upload folder using huggingface_hub (#1) over 2 years ago
  • image_encoder
    Upload folder using huggingface_hub (#1) over 2 years ago
  • scheduler
    Upload folder using huggingface_hub (#1) over 2 years ago
  • unet
    Upload folder using huggingface_hub (#1) over 2 years ago
  • vae
    Upload folder using huggingface_hub (#1) over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    26 Bytes
    initial commit over 2 years ago
  • model_index.json
    524 Bytes
    Upload folder using huggingface_hub (#1) over 2 years ago