Instructions to use openai/shap-e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use openai/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("openai/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
Commit ·
bcf08a8
1
Parent(s): b16c1dd
Serialize variables with FP16: True and safetensors: True. (#6)
Browse files- Serialize variables with FP16: True and safetensors: True. (e78d379c0daade04d02303934fca8081b7e99d75)
Co-authored-by: Sayak Paul <sayakpaul@users.noreply.huggingface.co>
prior/diffusion_pytorch_model.fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04ad95e7374796a817f5b5a32b885be457b013ffdadf5da2f99883886f417aac
|
| 3 |
+
size 631435880
|
renderer/diffusion_pytorch_model.fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:394d52e159447b2bfb944d3bfa4f438180b72ba40644dc4c730282e7a9b62c65
|
| 3 |
+
size 452597858
|
text_encoder/model.fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc42badf529dd83f2f7c3d20fe6bda1e22036162f37c4c668b9e130884e20561
|
| 3 |
+
size 247324608
|