Instructions to use pengHTYX/MacLab-Era3D-512-6view with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use pengHTYX/MacLab-Era3D-512-6view with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("pengHTYX/MacLab-Era3D-512-6view", 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
root commited on
Commit ·
39ae121
1
Parent(s): b288596
update model name
Browse files- model_index.json +1 -1
model_index.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"CLIPTokenizer"
|
| 31 |
],
|
| 32 |
"unet": [
|
| 33 |
-
"mvdiffusion.
|
| 34 |
"UNetMV2DConditionModel"
|
| 35 |
],
|
| 36 |
"vae": [
|
|
|
|
| 30 |
"CLIPTokenizer"
|
| 31 |
],
|
| 32 |
"unet": [
|
| 33 |
+
"mvdiffusion.models.unet_mv2d_condition",
|
| 34 |
"UNetMV2DConditionModel"
|
| 35 |
],
|
| 36 |
"vae": [
|