Instructions to use DhruvDecoder/model_3d_diffuser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DhruvDecoder/model_3d_diffuser with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("DhruvDecoder/model_3d_diffuser", 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 README.md 5bc5f88 verified
Update README.md cf7f80d verified
Update .gitignore 7eab3e7 verified
minify, update requirements bf7666a
dylanebert commited on
minify 6b83d25
dylanebert commited on
isort a283418
dylanebert commited on
embed mv_unet a3fbb44
dylanebert commited on
rename pipeline 1144e46
dylanebert commited on
initial commit 9a06fc4
dylanebert commited on