Instructions to use flamehaze1115/Wonder3D_plus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use flamehaze1115/Wonder3D_plus 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_plus", 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
Commit History
Update model_index.json 95584fd verified
Update model_index.json 2ba282f verified
Update model_index.json f6639c3 verified
add_mv_enhance 59223fa
YuxiaoYang23 commited on
add_mv_enhance bf8d480
YuxiaoYang23 commited on
first commit 930259b
YuxiaoYang23 commited on