Instructions to use TencentARC/StereoCrafter2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TencentARC/StereoCrafter2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TencentARC/StereoCrafter2", 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
Update README
Browse files
README.md
CHANGED
|
@@ -14,10 +14,10 @@ Ying Shan
|
|
| 14 |
|
| 15 |
† corresponding author
|
| 16 |
|
| 17 |
-
<h3>ARC Lab, Tencent
|
| 18 |
|
| 19 |
<!--<a href='https://arxiv.org/abs/2409.07447'><img src='https://img.shields.io/badge/arXiv-PDF-a92225'></a>  -->
|
| 20 |
-
<a href='https://
|
| 21 |
<a href='https://huggingface.co/TencentARC/StereoCrafter2'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Weights-yellow'></a>
|
| 22 |
</div>
|
| 23 |
|
|
|
|
| 14 |
|
| 15 |
† corresponding author
|
| 16 |
|
| 17 |
+
<h3>ARC Lab, Tencent PCG</h3>
|
| 18 |
|
| 19 |
<!--<a href='https://arxiv.org/abs/2409.07447'><img src='https://img.shields.io/badge/arXiv-PDF-a92225'></a>  -->
|
| 20 |
+
<a href='https://github.com/TencentARC/StereoCrafter/tree/v2'><img src='https://img.shields.io/badge/Project_Page-Page-64fefe' alt='Project Page'></a>  
|
| 21 |
<a href='https://huggingface.co/TencentARC/StereoCrafter2'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Weights-yellow'></a>
|
| 22 |
</div>
|
| 23 |
|