Instructions to use YiYiXu/shap-e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use YiYiXu/shap-e with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("YiYiXu/shap-e", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit History
add e253d31
yiyixuxu commited on
add eacca6e
yiyixuxu commited on
Update scheduler/scheduler_config.json adc6ebc
Update scheduler/scheduler_config.json bdc2e1b
move sigma_min, sigma_max to scheduler config 5648d08
yiyixuxu commited on
remove unused config 645063a
yiyixuxu commited on
remove params_proj 4c6446d
yiyixuxu commited on
update renderer 59fa65f
yiyixuxu commited on
update prior aba565c
yiyixuxu commited on
update prior 46ce9fc
yiyixuxu commited on
update 2569443
yiyixuxu commited on
add model 160c523
yiyixuxu commited on