Instructions to use peterji/Tencent_XR_3DGen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use peterji/Tencent_XR_3DGen with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("peterji/Tencent_XR_3DGen", 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
Upload 2 files
#1
by jisuchaoyue - opened
zero_image_features/gray_image_global_clip_embedding.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3f3769a1c104d015f1495ab4407fe777e0e5f19da178fe8bb26898fb0a92728
|
| 3 |
+
size 3929
|
zero_image_features/gray_image_local_dino_embedding.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfe191739fcfe77965bb4a1082f418ce0d79876be014ffc999146897907b6d84
|
| 3 |
+
size 2807188
|